@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }

  1% {
    display: block;
    opacity: 0; }

  100% {
    display: block;
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }

  1% {
    display: block;
    opacity: 0; }

  100% {
    display: block;
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }

  1% {
    display: block;
    opacity: 0; }

  100% {
    display: block;
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    display: block;
    opacity: 1; }

  80% {
    display: block;
    opacity: 0; }

  100% {
    display: none;
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    display: block;
    opacity: 1; }

  80% {
    display: block;
    opacity: 0; }

  100% {
    display: none;
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1; }

  80% {
    display: block;
    opacity: 0; }

  100% {
    display: none;
    opacity: 0; } }

/* General Settings */
body {
  background-color: #fff;
  color: #584a4a;
  font-family: "Open Sans", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, fantasy, sans-serif; }

@media screen and (min-width: 768px) {
  body.bubble {
    background-image: url("images/bg/bg-dot.png");
    background-repeat: no-repeat;
    background-position: right bottom; } }
html {
  font-size: 62.5%; }

/* basic font-size setting for rem to adjust to make it close to px size */
body {
  font-size: 14px;
  font-size: 1.4rem; }

/* =14px for jp, 16px for en, 16px for mobile both jp and en*/
h1 {
  font-size: 20px;
  font-size: 2.0rem; }

/* =20px */
h2, h3 {
  font-size: 18px;
  font-size: 1.8rem; }

ul li, ul li a {
  font-size: 20px;
  font-size: 2.0rem; }

h1 + .title-en {
  font-size: 18px;
  font-size: 1.8rem; }

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6rem; }

  i.fa {
    font-size: 34px;
    font-size: 3.4rem; } }
h2 {
  font-weight: bold; }

strong {
  font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "YuGothic", sans-serif;
  font-weight: bold; }

small, .small {
  font-size: 0.8em;
  line-height: 130%; }

span {
  line-height: 100%;
  vertical-align: baseline; }

img {
  border: none; }

p {
  line-height: 150%; }

/* 170% for en sentenses */
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

i {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  position: relative; }

a {
  color: #fe8790;
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out; }
  a:hover {
    color: #fe8790;
    opacity: 0.4;
    filter: alpha(opacity=40); }
    @media screen and (max-width: 767px) {
      a:hover {
        opacity: 1;
        filter: alpha(opacity=100); } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      a:hover {
        opacity: 1;
        filter: alpha(opacity=100); } }
  a:active, a:hover, a:link {
    text-decoration: none !important; }
  a:active, a:focus {
    outline: 0; }
  a img {
    border: none;
    outline: none; }

.hide {
  display: none !important; }

.clear {
  clear: both; }

.aligncenter, div.aligncenter {
  display: block;
  margin: auto; }

.underline {
  text-decoration: underline; }

img.floatR {
  float: right;
  margin-top: 3px;
  margin-bottom: 5px;
  margin-left: 10px; }

img.floatR-round {
  float: right;
  margin-top: 3px;
  margin-bottom: 5px;
  margin-left: 5px; }

img.floatL {
  border: 5px solid #eee;
  float: left;
  margin-top: 3px;
  margin-bottom: 5px;
  margin-right: 5px; }

form {
  margin-top: 40px; }
  form .form-control {
    font-size: 12px;
    font-size: 1.2rem; }
  form #submit:active, form #submit:hover {
    background-color: black; }
  form input {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #ccc; }
  form input.form-control.error {
    border-color: #fe8790;
    box-shadow: 0 0 8px rgba(254, 135, 144, 0.3) !important; }
  form input.form-control.error + span.error {
    color: #fe8790;
    font-size: 10px;
    font-size: 1.0rem; }
  form .asterisk {
    color: #fe8790; }
  form fieldset {
    background-color: #eee;
    border: 1px solid #584a4a;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #584a4a;
    margin-bottom: 25px;
    padding: 20px; }
    form fieldset.no-bg {
      background-color: #fff; }
  form legend {
    border-bottom: none;
    color: #584a4a;
    font-color: #311c1c;
    margin-bottom: 0;
    padding: 0 10px;
    width: inherit; }

footer {
  color: #fff; }
  footer .top {
    background-color: #584a4a; }
  footer .copyright {
    background-color: #311c1c; }

/* bootstrap bugs for xs offset (?) this is to fix */
@media screen and (min-width: 768px) {
  .col-xs-offset-1 {
    margin-left: 0; } }

/* header  */
header {
  position: relative; }
  header .top {
    padding-top: 20px;
    padding-bottom: 20px; }
    header .top a {
      display: inline-block; }
    header .top h1 {
      margin-top: 0;
      margin-bottom: 0; }
      header .top h1 a {
        display: inline-block; }
    header .top h1 + img, header .top a + img {
      position: absolute;
      bottom: -10px;
      right: 0;
      z-index: 10; }
  header .banner {
    padding-right: 0;
    padding-left: 0; }
    header .banner .bx-wrapper {
      margin: 0 auto; }
    header .banner .bx-wrapper .bx-viewport {
      box-shadow: 0 0 5px white;
      -moz-box-shadow: 0 0 5px white;
      -webkit-box-shadow: 0 0 5px white;
      border: none; }
    header .banner .bx-wrapper .bx-pager {
      position: absolute;
      bottom: 0; }
    header .banner .bx-viewport {
      left: 0; }
    header .banner .bx-pager {
      text-align: center !important; }
    header .banner img {
      width: 100%; }
    header .banner .visible-xs .bx-wrapper .bx-pager.bx-default-pager a:hover, header .banner .visible-xs .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: none; }
    header .banner .visible-xs .bx-wrapper .bx-pager.bx-default-pager a {
      background: none; }
  header nav {
    background-color: #7feee2;
    border-top: 1px solid #56a199;
    border-bottom: 1px solid #56a199; }
    header nav .row {
      position: relative; }
    header nav ul {
      float: left; }
      header nav ul li {
        float: left;
        position: relative;
        /* Circle effect */ }
        header nav ul li:after, header nav ul li:first-child:before {
          content: "|";
          color: #56a199; }
        header nav ul li a {
          color: #584a4a;
          font-size: 16px;
          font-size: 1.6rem;
          display: inline-block;
          padding: 25px 30px; }
          header nav ul li a:hover {
            color: #fff;
            opacity: 1;
            filter: alpha(opacity=100); }
        header nav ul li.effect a::before, header nav ul li.effect a::after {
          position: absolute;
          top: 50%;
          left: 45%;
          width: 50px;
          height: 50px;
          border: 2px solid rgba(0, 0, 0, 0.1);
          border-radius: 50%;
          content: '';
          opacity: 0;
          -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
          -moz-transition: -moz-transform 0.3s, opacity 0.3s;
          transition: transform 0.3s, opacity 0.3s;
          -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
          -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
          transform: translateX(-50%) translateY(-50%) scale(0.2); }
          @media screen and (min-width: 768px) and (max-width: 991px) {
            header nav ul li.effect a::before, header nav ul li.effect a::after {
              left: 40%; } }
        header nav ul li.effect:first-child a::before, header nav ul li.effect:first-child a::after {
          position: absolute;
          left: 50%; }
        header nav ul li.effect a::after {
          width: 40px;
          height: 40px;
          border-width: 4px;
          -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
          -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
          transform: translateX(-50%) translateY(-50%) scale(0.8); }
        header nav ul li.effect a:hover::before, header nav ul li.effect a:hover::after, header nav ul li.effect a:focus::before, header nav ul li.effect a:focus::after {
          opacity: 1;
          -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
          -moz-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1); }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          header nav ul li a {
            font-size: 14px;
            font-size: 1.4rem; } }
    header nav ul#side-menu {
      background-color: #eee;
      opacity: 0;
      position: absolute;
      top: 150px;
      right: 0;
      width: 180px;
      z-index: 10; }
      header nav ul#side-menu li {
        float: none; }
        header nav ul#side-menu li a {
          background-color: #7feee2;
          display: block;
          font-size: 15px;
          font-size: 1.5rem;
          margin: 10px auto;
          padding: 10px;
          text-align: center;
          width: 80%; }
        header nav ul#side-menu li:before, header nav ul#side-menu li:after {
          content: none; }
        header nav ul#side-menu li:first-child {
          display: none; }
        header nav ul#side-menu li:last-child a {
          padding: 0; }
  @media screen and (max-width: 767px) {
    header h1 {
      text-align: center; }
    header nav {
      position: relative; }
      header nav div.menu-mobile {
        border-top: 4px solid #56a199;
        border-bottom: 4px solid #56a199;
        height: 65px;
        text-align: center; }
        header nav div.menu-mobile a {
          color: #584a4a;
          display: block; }
          header nav div.menu-mobile a i {
            padding: 10px; }
            header nav div.menu-mobile a i.fa-home {
              font-size: 40px;
              font-size: 4rem;
              line-height: 80%; }
            header nav div.menu-mobile a i.fa-bars {
              background-color: #7feee2;
              display: block; }
          header nav div.menu-mobile a.toggle {
            background-image: url("images/close.png");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 30px; }
      header nav ul {
        background-color: #584a4a;
        display: none;
        position: absolute;
        top: 65px;
        z-index: 10;
        width: 100%; }
        header nav ul li {
          border-bottom: 1px solid #fff;
          float: none;
          position: relative; }
          header nav ul li:first-child:before, header nav ul li:after {
            content: none; }
          header nav ul li a {
            color: #fff;
            width: 100%; }
          header nav ul li span {
            color: #fff;
            position: absolute;
            top: 35%;
            right: 20px; } }
  @media screen and (min-width: 500px) and (max-width: 767px) {
    header h1 a img {
      max-width: 500px !important; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    header .top h1 + img, header .top a + img {
      width: 75%; }
    header nav ul li a {
      padding-right: 7px;
      padding-left: 7px; }
    header nav ul#side-menu {
      right: -15px;
      top: 120px;
      width: 150px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    header nav ul li a {
      font-size: 16px;
      font-size: 1.6rem;
      padding-right: 15px;
      padding-left: 15px; } }

/* main */
main {
  padding-top: 40px;
  padding-bottom: 40px;
  /* section general settings */
  /* end of section general settings */ }
  main section h1 {
    background-color: transparent;
    border: 2px solid #7feee2;
    float: left;
    height: 140px;
    line-height: 140px;
    margin-bottom: 25px;
    margin-left: -15px;
    text-align: center;
    width: 140px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
    main section h1 + span.title-en {
      display: block;
      float: left;
      line-height: 185px;
      margin-left: 30px; }
      main section h1 + span.title-en:before, main section h1 + span.title-en:after {
        content: " - "; }
      main section h1 + span.title-en + p, main section h1 + span.title-en + div, main section h1 + span.title-en + h2 {
        clear: both; }
  @media screen and (max-width: 767px) {
    main section h1, main section h2 {
      margin-left: 0; } }
  main .home {
    padding-bottom: 50px; }
    main .home ul {
      float: left;
      margin-bottom: 10px;
      padding: 15px;
      width: 100%; }
      main .home ul li {
        color: #fe8790;
        float: left;
        font-size: 16px;
        font-size: 1.6rem;
        width: 30%; }
        main .home ul li:before {
          content: "\f0c8\00a0\00a0";
          font-family: fontawesome;
          font-size: 12px;
          font-size: 1.2rem;
          position: relative;
          top: -2px; }
      main .home ul + p {
        clear: both; }
    main .home p.note {
      color: #fe8790;
      font-size: 14px;
      font-size: 1.4rem;
      text-decoration: underline; }
    main .home a.counselling {
      background-color: #7feee2;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5);
      -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5);
      -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5);
      color: #584a4a;
      display: block;
      font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "YuGothic", sans-serif;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: bold;
      padding: 20px; }
      main .home a.counselling span {
        display: block;
        line-height: 150%;
        text-align: center; }
        main .home a.counselling span:last-child {
          font-family: "Open Sans", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, fantasy, sans-serif;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 280%; }
          main .home a.counselling span:last-child span {
            color: #fe8790;
            display: inline; }
    main .home img {
      height: auto;
      width: 120px;
      opacity: 0.3;
      filter: alpha(opacity=30);
      position: absolute;
      bottom: -85px;
      right: -200px; }
  main .hot-topics {
    background-color: #eee;
    padding-top: 40px;
    padding-bottom: 60px; }
    main .hot-topics h2 {
      float: left;
      background-image: url("images/h2.png");
      background-position: 0 5px;
      background-repeat: no-repeat;
      background-size: 25px;
      padding: 10px 30px; }
      main .hot-topics h2 + p {
        clear: both; }
    main .hot-topics p:last-child {
      padding-top: 50px; }
      main .hot-topics p:last-child:before {
        content: "\f0da\00a0";
        font-family: fontawesome;
        font-size: 20px;
        font-size: 2rem; }
  main .news-top {
    padding-top: 40px;
    padding-bottom: 50px; }
    main .news-top .box-container {
      margin-bottom: 25px; }
      main .news-top .box-container p.title {
        border-bottom: 1px solid #eee;
        font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "YuGothic", sans-serif;
        font-weight: bold;
        line-height: 200%; }
        main .news-top .box-container p.title:before {
          content: "\f006\00a0";
          font-family: fontawesome; }
      main .news-top .box-container p.note {
        color: #db1010; }
      main .news-top .box-container ul li {
        font-size: 16px;
        font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    main {
      padding-top: 20px;
      padding-bottom: 20px; }
      main .home {
        padding-bottom: 20px; }
        main .home ul {
          float: none;
          padding-left: 20px; }
          main .home ul li {
            float: none;
            width: 100%; }
        main .home p.note {
          font-size: 16px;
          font-size: 1.6rem;
          width: 85%; }
        main .home a.counselling {
          font-size: 20px;
          font-size: 2rem;
          margin-bottom: 25px; }
          main .home a.counselling span:last-child {
            font-size: 14px;
            font-size: 1.4rem; }
        main .home img {
          bottom: -50px;
          right: 20px; }
      main .hot-topics {
        padding-top: 20px;
        padding-bottom: 20px; }
        main .hot-topics h2 {
          background-position: 0 12px;
          background-size: 15px;
          padding-left: 20px; }
        main .hot-topics p:last-child {
          padding-top: 20px; }
      main .news-top {
        padding-top: 20px;
        padding-bottom: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    main {
      padding-top: 20px;
      padding-bottom: 20px; }
      main .home ul {
        float: none;
        padding-left: 20px; }
        main .home ul li {
          float: none;
          width: 100%; }
      main .home img {
        right: -100px; } }
  main .contents {
    padding-bottom: 50px; }
    main .contents .row > h1 {
      color: #aaa;
      font-size: 60px;
      font-size: 6rem;
      letter-spacing: -5px;
      opacity: 0.1;
      position: absolute;
      top: 45px;
      right: 0;
      z-index: -10; }
    main .contents h2 {
      background-color: #fff;
      border: 2px solid #7feee2;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      float: left;
      height: 140px;
      line-height: 140px;
      margin-bottom: 25px;
      margin-left: -15px;
      text-align: center;
      width: 140px; }
      main .contents h2.small {
        font-size: 16px !important;
        font-size: 1.6rem !important; }
      main .contents h2.xs {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        padding-top: 50px; }
      main .contents h2.xs.procedure {
        padding-top: 60px; }
      main .contents h2 + span.title-en {
        display: block;
        float: left;
        line-height: 180px;
        margin-left: 30px; }
        main .contents h2 + span.title-en:before, main .contents h2 + span.title-en:after {
          content: " - "; }
        main .contents h2 + span.title-en + p, main .contents h2 + span.title-en + div, main .contents h2 + span.title-en + h2 {
          clear: both; }
        @media screen and (min-width: 768px) {
          main .contents h2 + span.title-en + p {
            padding-top: 40px; } }
        @media screen and (max-width: 767px) {
          main .contents h2 + span.title-en + p {
            padding-top: 50px; } }
        main .contents h2 + span.title-en + ul {
          float: left;
          margin-bottom: 30px;
          width: 100%; }
          main .contents h2 + span.title-en + ul li {
            float: left;
            margin-right: 1.5em; }
            main .contents h2 + span.title-en + ul li:before {
              content: "\f138\00a0";
              font-family: fontawesome;
              font-style: normal;
              font-weight: normal;
              text-decoration: inherit; }
            main .contents h2 + span.title-en + ul li a {
              color: #584a4a;
              display: inline-block;
              padding: 10px 20px 10px 5px; }
              main .contents h2 + span.title-en + ul li a:link {
                font-size: 16px;
                font-size: 1.6rem;
                text-decoration: none; }
    main .contents section + h2 {
      margin-top: 80px; }
      main .contents section + h2 + span.title-en {
        margin-top: 60px; }
    main .contents section {
      clear: both; }
      main .contents section h1 {
        margin-top: 40px; }
      main .contents section h1, main .contents section h2 {
        background-image: url("images/h2.png");
        background-position: 0 5px;
        background-repeat: no-repeat;
        background-size: 25px;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid #eee;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        height: inherit;
        line-height: 100%;
        margin-bottom: 10px;
        margin-left: 0;
        padding: 10px 35px;
        text-align: left;
        width: 100%; }
        main .contents section h1 + p, main .contents section h2 + p {
          clear: both; }
      main .contents section ol {
        list-style: square;
        margin: 20px 0 20px 30px; }
      main .contents section h2:before {
        content: "●";
        font-style: normal;
        font-weight: normal;
        padding-right: 15px;
        padding-left: 30px;
        text-decoration: inherit; }
      main .contents section h2 + p, main .contents section h2 + div.custom-table, main .contents section h2 + div.custom-table + p {
        padding-left: 30px; }
      main .contents section div.custom-table {
        background-color: #eee;
        margin: 15px 30px;
        padding: 20px 25px; }
        main .contents section div.custom-table .table-container p.title {
          float: left;
          margin-bottom: 0;
          width: 25%; }
        main .contents section div.custom-table .table-container div.details {
          float: right;
          width: 70%; }
          main .contents section div.custom-table .table-container div.details:after {
            content: " ";
            clear: both; }
    main .contents address {
      margin-top: 40px; }
      main .contents address a, main .contents address a:hover {
        color: #311c1c;
        opacity: 1; }
    main .contents .no-accent h1 {
      background-color: #eee;
      background-image: none;
      line-height: 150%;
      padding-left: 20px; }
      main .contents .no-accent h1 span:before, main .contents .no-accent h1 span:after {
        content: "\00a0-\00a0"; }
    main .contents .no-accent address {
      margin-top: 10px;
      margin-bottom: 0;
      padding-left: 20px; }
    main .contents .no-accent address + a {
      padding-left: 20px; }
    main .contents .no-accent img {
      margin: 10px auto; }
    main .contents .no-accent p {
      clear: both;
      float: left;
      margin-bottom: 5px;
      padding: 10px 10px 10px 20px; }
      main .contents .no-accent p.title {
        border-left: 14px double #ffd588;
        border-bottom: 1px dotted #ffd588;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 240%;
        margin-top: 30px;
        margin-bottom: 3px;
        padding: 2px 2px 2px 25px;
        width: 30%; }
    main .contents .no-accent ul li {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 10px 10px 10px 20px; }
      main .contents .no-accent ul li span {
        display: inline-block;
        font-weight: bold;
        width: 10%; }
    main .contents .no-accent ul.links {
      float: left; }
      main .contents .no-accent ul.links li {
        background-color: #fff3dc;
        float: left;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 140%;
        margin-bottom: 2px;
        padding: 10px 20px; }
        main .contents .no-accent ul.links li a {
          font-size: 14px;
          font-size: 1.4rem; }
        main .contents .no-accent ul.links li:nth-child(2n+1) {
          margin-right: 2px;
          width: 30%; }
        main .contents .no-accent ul.links li:nth-child(2n) {
          width: 69%; }
    @media screen and (max-width: 767px) {
      main .contents .no-accent p.title {
        width: 100%; }
      main .contents .no-accent ul.links li:nth-child(2n+1), main .contents .no-accent ul.links li:nth-child(2n) {
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      main .contents .no-accent p.title {
        width: 100%; }
      main .contents .no-accent ul.links li:nth-child(2n+1), main .contents .no-accent ul.links li:nth-child(2n) {
        width: 100%; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      main .contents .no-accent ul.links li {
        font-size: 12px;
        font-size: 1.2rem; } }
    main .contents .application-btn {
      background-color: #fe8790;
      border: 1px solid #fe8790;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      color: #eee;
      display: block;
      font-size: 20px;
      font-size: 2.0rem;
      height: 70px;
      line-height: 24px;
      margin: 50px auto 20px auto;
      padding: 10px;
      text-align: center;
      width: 200px;
      transition: all ease-in-out;
      transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out; }
      main .contents .application-btn:hover {
        background-color: #fde5e7;
        border: 1px solid #fe8790;
        color: #fe8790;
        opacity: 1; }
  @media screen and (max-width: 767px) {
    main .contents {
      overflow: hidden;
      padding-bottom: 20px; }
      main .contents h1 {
        margin-top: 25px; }
      main .contents h1, main .contents h2 {
        margin-left: 0; }
        main .contents h1 + span.title-en.xxs, main .contents h2 + span.title-en.xxs {
          font-size: 12px;
          font-size: 1.2rem; }
        main .contents h1 + span.title-en + ul li, main .contents h2 + span.title-en + ul li {
          margin-right: 0;
          width: 100%; }
          main .contents h1 + span.title-en + ul li a, main .contents h2 + span.title-en + ul li a {
            width: 90%; }
      main .contents .row > h1 {
        float: right;
        font-size: 45px;
        font-size: 4.5rem;
        letter-spacing: 0;
        opacity: 0.1;
        position: relative;
        top: -20px; }
      main .contents h2 {
        height: 130px;
        line-height: 130px;
        margin-top: -60px;
        width: 130px; }
        main .contents h2.xs {
          font-size: 14px;
          font-size: 1.4rem; }
          main .contents h2.xs.procedure {
            padding-top: 55px; }
          main .contents h2.xs.xs.form {
            padding-top: 45px; }
      main .contents h2 + span.title-en {
        line-height: 15px; }
      main .contents section h1, main .contents section h2 {
        background-position: 0 15px;
        border-bottom: 1px solid #311c1c;
        line-height: 110%; }
      main .contents section div.custom-table {
        margin-right: 0;
        margin-left: 0; }
        main .contents section div.custom-table .table-container {
          margin-bottom: 15px; }
          main .contents section div.custom-table .table-container p.title {
            border-bottom: 1px solid #fff;
            float: none;
            margin-bottom: 10px;
            padding-bottom: 5px;
            width: 100%; }
          main .contents section div.custom-table .table-container div.details {
            float: none;
            width: 100%; } }
  @media screen and (max-width: 400px) {
    main .contents h2 + span.title-en.xxs {
      margin-left: 2em; }
      main .contents h2 + span.title-en.xxs.study, main .contents h2 + span.title-en.xxs.form {
        margin-left: 5px; } }
  main .contents section div.custom-table .table-container p.title {
    font-size: 12px;
    font-size: 1.2rem; }
  main #back2top {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 20px;
    z-index: 10; }
  main #back2top a {
    background-color: #fe8790;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: block;
    height: 70px;
    line-height: 60px;
    padding: 2px 10px;
    width: 70px;
    -moz-transition-property: none;
    -webkit-transition-property: none;
    transition-property: none; }
  main #back2top a:hover {
    opacity: 1; }
  @media screen and (max-width: 767px) {
    main h1 {
      right: 15px; }
    main img.logo {
      width: 50%; }
    main a#menu-mobile {
      position: absolute;
      top: -10px;
      right: 5px;
      z-index: 10; }
      main a#menu-mobile i.fa-bars {
        padding: 10px; }
    main #back2top i.fa {
      font-size: 16px;
      font-size: 1.6rem; } }
  main aside .bg-img .img-top, main aside .bg-img .img-mid, main aside .bg-img .img-btm {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 0; }
  main aside .bg-img .img-top {
    top: 650px;
    right: 150px; }
  main aside .bg-img .img-mid {
    top: 1000px;
    right: 100px; }
  main aside .bg-img .img-btm {
    top: 1400px;
    right: 150px; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    main aside .bg-img .img-top, main aside .bg-img .img-btm {
      right: 40px; }
    main aside .bg-img .img-mid {
      right: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    main aside .bg-img .img-top, main aside .bg-img .img-mid, main aside .bg-img .img-btm {
      right: 40px;
      width: 15%; } }

/* footer */
footer .mobile-footer a {
  display: block; }
  footer .mobile-footer a.counselling {
    background-color: #7feee2;
    color: #584a4a;
    font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "YuGothic", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 20px; }
    footer .mobile-footer a.counselling span {
      display: block;
      line-height: 150%;
      text-align: center; }
      footer .mobile-footer a.counselling span:last-child {
        font-family: "Open Sans", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, fantasy, sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 260%; }
        footer .mobile-footer a.counselling span:last-child span {
          color: #fe8790;
          display: inline; }
  footer .mobile-footer a.internship {
    background-color: #fe8790;
    color: #fff;
    padding: 30px 20px;
    position: relative; }
    footer .mobile-footer a.internship img {
      height: 100px;
      width: auto;
      position: absolute;
      bottom: 20px;
      left: 0; }
      footer .mobile-footer a.internship img:last-child {
        left: inherit;
        right: 5px; }
    footer .mobile-footer a.internship span {
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 150%;
      text-align: center; }
      footer .mobile-footer a.internship span:nth-child(3) {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold; }
footer .top {
  padding-top: 25px;
  padding-bottom: 25px; }
  footer .top .link-container {
    overflow: hidden;
    position: relative; }
    footer .top .link-container .link-group {
      float: left;
      position: relative;
      left: 50%; }
      footer .top .link-container .link-group ul {
        float: left;
        margin-right: 20px;
        position: relative;
        left: -50%; }
        footer .top .link-container .link-group ul li a {
          color: #fff;
          font-size: 14px;
          font-size: 1.4rem;
          padding: 10px 20px; }
        footer .top .link-container .link-group ul li.social a {
          display: inline-block; }
          footer .top .link-container .link-group ul li.social a.facebook, footer .top .link-container .link-group ul li.social a.twitter {
            font-size: 20px;
            font-size: 2.0rem; }
          footer .top .link-container .link-group ul li.social a.hatebu span {
            background-color: #fff;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            color: #584a4a;
            font-size: 12px;
            font-size: 1.2rem;
            display: inline-block;
            margin-top: -2px;
            padding: 3px;
            vertical-align: top; }
  footer .top .sub-menu ul {
    float: left;
    width: 100%; }
    footer .top .sub-menu ul li {
      float: left;
      width: 33%; }
      footer .top .sub-menu ul li a {
        color: #fff;
        display: block;
        font-size: 15px;
        font-size: 1.5rem;
        padding-top: 10px;
        padding-bottom: 20px;
        text-align: center;
        width: 100%; }
        footer .top .sub-menu ul li a:before {
          content: "\f0da\00a0";
          font-family: fontawesome;
          font-size: 15px;
          font-size: 1.5rem; }
  footer .top .social-xs {
    text-align: center; }
    footer .top .social-xs a {
      color: #fff;
      display: block;
      padding: 10px 20px; }
      footer .top .social-xs a:hover {
        color: #fff; }
      footer .top .social-xs a span {
        background-color: #fff;
        color: #584a4a;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        display: inline-block;
        font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "YuGothic", sans-serif;
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold;
        margin-top: 1px;
        padding: 6px;
        vertical-align: bottom; }
footer .copyright {
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center; }

#cb-free-badge {
  display: none; }
