@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/***** common color *****/
/***** common settings *****/
@media (max-width: 1023px) {
  .pc-visibility {
    display: none;
    visibility: hidden; } }
@media (min-width: 1024px) {
  .tb-visibility {
    display: none;
    visibility: hidden; } }
@media (max-width: 767px) {
  .tb-visibility {
    display: none;
    visibility: hidden; } }
@media (max-width: 767px) {
  .pc-tb-visibility {
    display: none;
    visibility: hidden; } }
@media (min-width: 1024px) {
  .tb-sp-visibility {
    display: none;
    visibility: hidden; } }
@media (min-width: 768px) {
  .sp-visibility {
    display: none;
    visibility: hidden; } }
body {
  font-family: YuGothic, '游ゴシック', sans-serif;
  color: #333333;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.08em; }
  @media (max-width: 1023px) {
    body {
      font-size: vw(14);
      line-height: vw(28); } }

a {
  color: inherit;
  text-decoration: inherit; }
  a:hover {
    opacity: 0.9; }

img {
  width: 100%; }

.color-brown {
  color: #89561B; }

.color-green {
  color: #1B894A; }

.color-blue {
  color: #1B3089; }

.btn {
  display: inline-block;
  width: 260px;
  height: 42px;
  box-sizing: border-box;
  border: solid 1px #1B894A;
  background-color: #1B894A;
  border-radius: 21px;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px; }
  @media (max-width: 767px) {
    .btn {
      width: 48vw;
      height: 11.2vw;
      border-radius: 5.6vw;
      font-size: 3.4666666667vw;
      line-height: 10.6666666667vw; } }

.btn-green {
  border: solid 1px #1B894A;
  background-color: #1B894A;
  color: #FFFFFF; }

.btn-green-reverse {
  border: solid 1px #1B894A;
  background-color: #FFFFFF;
  color: #1B894A; }

.btn-blue {
  border: solid 1px #1B3089;
  background-color: #1B3089;
  color: #FFFFFF; }

.btn-blue-reverse {
  border: solid 1px #1B3089;
  background-color: #FFFFFF;
  color: #1B3089; }

/* Header */
header#header {
  z-index: 21;
  width: 100%;
  height: 60px;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    header#header {
      height: 13.3333333333vw; } }
  header#header .header-wrap {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto; }
    header#header .header-wrap::after {
      clear: both;
      content: "";
      display: block; }
    @media (max-width: 1023px) {
      header#header .header-wrap {
        width: 96%; } }
    @media (max-width: 767px) {
      header#header .header-wrap {
        width: 92%; } }
  header#header .site-name {
    float: left;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 20px;
    line-height: 60px;
    letter-spacing: 0.14em;
    color: #89561B; }
    @media (max-width: 767px) {
      header#header .site-name {
        font-size: 4.8vw;
        line-height: 13.3333333333vw; } }
  header#header .header-menu-list {
    float: left;
    margin-left: 60px; }
    @media (max-width: 1023px) {
      header#header .header-menu-list {
        margin-left: 30px; } }
    @media (max-width: 767px) {
      header#header .header-menu-list {
        display: none; } }
    header#header .header-menu-list li {
      margin-left: 30px;
      display: inline-block;
      font-size: 14px;
      line-height: 60px; }
      @media (max-width: 1023px) {
        header#header .header-menu-list li {
          margin-left: 15px; } }
      header#header .header-menu-list li:first-child {
        margin-left: 0; }
  header#header .header-contact {
    float: right;
    padding: 9px 0;
    text-align: right; }
    @media (max-width: 1023px) {
      header#header .header-contact {
        padding: 11px 0; } }
    @media (max-width: 767px) {
      header#header .header-contact {
        display: none; } }
    header#header .header-contact .header-contact-btn {
      display: inline-block;
      background-color: #1B894A;
      width: 140px;
      border-radius: 21px;
      color: #FFFFFF;
      text-align: center;
      font-size: 14px;
      line-height: 42px;
      font-weight: bold; }
      @media (max-width: 1023px) {
        header#header .header-contact .header-contact-btn {
          width: 130px;
          line-height: 38px; } }
    header#header .header-contact .header-doc-btn {
      display: inline-block;
      background-color: #ffffff;
      margin-right: 10px;
      width: 140px;
      border-radius: 21px;
      border: solid 1px #89561B;
      text-align: center;
      font-size: 14px;
      line-height: 42px;
      font-weight: bold;
      color: #89561B; }
      @media (max-width: 1023px) {
        header#header .header-contact .header-doc-btn {
          display: none; } }
  header#header .header-menu-btn {
    display: none; }
    @media (max-width: 767px) {
      header#header .header-menu-btn {
        display: block;
        z-index: 20;
        float: right;
        box-sizing: border-box;
        position: absolute;
        right: 4%;
        top: 3.7333333333vw;
        width: 8vw;
        height: 8vw; } }
    header#header .header-menu-btn span {
      display: block;
      height: 8px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
      @media (max-width: 767px) {
        header#header .header-menu-btn span {
          height: 2.1333333333vw; } }
    header#header .header-menu-btn span:nth-of-type(1) {
      border-top: 2px solid #333333;
      border-bottom: 1px solid #333333; }
    header#header .header-menu-btn span:nth-of-type(2) {
      border-top: 1px solid #333333;
      border-bottom: 2px solid #333333; }

.header-menu-list-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  z-index: 21; }
  .header-menu-list-wrap .menu-close-btn {
    height: 80px;
    position: relative; }
    @media (max-width: 767px) {
      .header-menu-list-wrap .menu-close-btn {
        height: 13.3333333333vw; } }
    .header-menu-list-wrap .menu-close-btn span {
      position: absolute;
      top: 60px;
      right: 30px;
      border: 0;
      width: 32px;
      height: 3px;
      background: #333333; }
      @media (max-width: 767px) {
        .header-menu-list-wrap .menu-close-btn span {
          top: 6.6666666667vw;
          right: 4%;
          width: 8.5333333333vw;
          height: 0.5333333333vw; } }
    .header-menu-list-wrap .menu-close-btn span:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header-menu-list-wrap .menu-close-btn span:nth-of-type(2) {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  @media (max-width: 767px) {
    .header-menu-list-wrap .header-menu-list-tb-sp {
      padding-top: 16vw; } }
  .header-menu-list-wrap .header-menu-list-tb-sp li a {
    display: block;
    font-size: 24px;
    line-height: 1;
    padding: 24px 40px;
    color: #333333; }
    @media (max-width: 767px) {
      .header-menu-list-wrap .header-menu-list-tb-sp li a {
        padding: 3.7333333333vw 10.6666666667vw;
        font-size: 3.7333333333vw; } }

#footer {
  width: 100%;
  background-color: #F4F4F4; }
  #footer .footer-box {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      #footer .footer-box {
        width: 96%; } }
    @media (max-width: 767px) {
      #footer .footer-box {
        width: 92%; } }
    #footer .footer-box .copyright {
      font-size: 11px;
      line-height: 40px; }
      @media (max-width: 767px) {
        #footer .footer-box .copyright {
          font-size: 2.4vw;
          line-height: 8vw; } }

/***** top *****/
#top-page .top-main-area {
  width: 100%;
  height: 520px;
  background: linear-gradient(#ffffff 0 70%, #F4F4F4 70% 100%); }
  #top-page .top-main-area::after {
    clear: both;
    content: "";
    display: block; }
  @media (max-width: 1023px) {
    #top-page .top-main-area {
      height: auto;
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    #top-page .top-main-area {
      padding-bottom: 5.3333333333vw;
      background: linear-gradient(#ffffff 0 73%, #F4F4F4 73% 100%); } }
  #top-page .top-main-area .top-main-box {
    max-width: 1040px;
    width: 94%;
    margin: 0 auto;
    padding-top: 60px; }
    @media (max-width: 1023px) {
      #top-page .top-main-area .top-main-box {
        width: 96%; } }
    @media (max-width: 767px) {
      #top-page .top-main-area .top-main-box {
        width: 92%;
        padding-top: 5.3333333333vw; } }
    #top-page .top-main-area .top-main-box .left-box {
      float: left;
      width: 45%;
      box-sizing: border-box;
      padding-top: 60px;
      padding-right: 2%; }
      @media (max-width: 1023px) {
        #top-page .top-main-area .top-main-box .left-box {
          padding-top: 10px;
          padding-right: 1%;
          width: 52%; } }
      @media (max-width: 767px) {
        #top-page .top-main-area .top-main-box .left-box {
          float: none;
          width: 94%;
          margin: 0 auto;
          padding-right: 0;
          padding-top: 2.6666666667vw; } }
      #top-page .top-main-area .top-main-box .left-box h1 {
        font-size: 28px;
        line-height: 52px;
        letter-spacing: 0.14em;
        font-weight: bold; }
        @media (max-width: 767px) {
          #top-page .top-main-area .top-main-box .left-box h1 {
            font-size: 5.8666666667vw;
            line-height: 11.7333333333vw; } }
      #top-page .top-main-area .top-main-box .left-box p {
        margin-top: 30px;
        font-size: 18px;
        line-height: 36px;
        letter-spacing: 0.14em;
        font-weight: bold; }
        @media (max-width: 767px) {
          #top-page .top-main-area .top-main-box .left-box p {
            margin-top: 2.6666666667vw;
            font-size: 3.7333333333vw;
            letter-spacing: 0.1em;
            line-height: 7.4666666667vw; } }
    #top-page .top-main-area .top-main-box .image {
      float: right;
      width: 55%; }
      @media (max-width: 1023px) {
        #top-page .top-main-area .top-main-box .image {
          width: 48%; } }
      @media (max-width: 767px) {
        #top-page .top-main-area .top-main-box .image {
          float: none;
          width: 80%;
          margin: 0 auto; } }
      #top-page .top-main-area .top-main-box .image img {
        width: 100%; }
#top-page .desc-area {
  margin: 0 auto;
  max-width: 1120px;
  width: 94%;
  margin-top: 80px; }
  @media (max-width: 1023px) {
    #top-page .desc-area {
      width: 96%; } }
  @media (max-width: 767px) {
    #top-page .desc-area {
      width: 92%; } }
  @media (max-width: 767px) {
    #top-page .desc-area {
      margin-top: 16vw; } }
  #top-page .desc-area > h2 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.14em; }
    @media (max-width: 767px) {
      #top-page .desc-area > h2 {
        font-size: 4.8vw; } }
  #top-page .desc-area > p {
    margin-top: 20px; }
    @media (max-width: 767px) {
      #top-page .desc-area > p {
        margin-top: 2.6666666667vw; } }
  #top-page .desc-area .desc-list-box {
    margin-top: 40px; }
    #top-page .desc-area .desc-list-box::after {
      clear: both;
      content: "";
      display: block; }
    #top-page .desc-area .desc-list-box .desc-image {
      float: left;
      width: 40%; }
      @media (max-width: 767px) {
        #top-page .desc-area .desc-list-box .desc-image {
          float: none;
          width: 80%;
          margin: 0 auto; } }
    #top-page .desc-area .desc-list-box .desc-list {
      float: left;
      width: 60%;
      box-sizing: border-box;
      padding-left: 2%;
      padding-top: 10px; }
      @media (max-width: 1023px) {
        #top-page .desc-area .desc-list-box .desc-list {
          padding-top: 0; } }
      @media (max-width: 767px) {
        #top-page .desc-area .desc-list-box .desc-list {
          float: none;
          width: 100%;
          padding-left: 0;
          margin-top: 5.3333333333vw; } }
      #top-page .desc-area .desc-list-box .desc-list li {
        margin-bottom: 20px; }
        #top-page .desc-area .desc-list-box .desc-list li:last-child {
          margin-bottom: 0; }
        #top-page .desc-area .desc-list-box .desc-list li h4 {
          font-size: 18px;
          font-weight: bold; }
          @media (max-width: 767px) {
            #top-page .desc-area .desc-list-box .desc-list li h4 {
              font-size: 4.2666666667vw;
              background: linear-gradient(#ffffff 0 95%, #89561B 95% 100%); } }
        #top-page .desc-area .desc-list-box .desc-list li p {
          margin-top: 6px; }

#shared-footer-nav .content-wrap {
  margin: 0 auto;
  max-width: 1120px;
  width: 94%;
  padding: 80px 0; }
  @media (max-width: 1023px) {
    #shared-footer-nav .content-wrap {
      width: 96%; } }
  @media (max-width: 767px) {
    #shared-footer-nav .content-wrap {
      width: 92%; } }
  @media (max-width: 767px) {
    #shared-footer-nav .content-wrap {
      padding: 10.6666666667vw 0 16vw; } }
  #shared-footer-nav .content-wrap .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 767px) {
      #shared-footer-nav .content-wrap .nav-links {
        justify-content: space-around; } }
    #shared-footer-nav .content-wrap .nav-links > li {
      width: 30%; }
      @media (max-width: 767px) {
        #shared-footer-nav .content-wrap .nav-links > li {
          width: 45%;
          margin-top: 5.3333333333vw; } }
      #shared-footer-nav .content-wrap .nav-links > li a {
        display: block; }
      #shared-footer-nav .content-wrap .nav-links > li .link-name {
        background-color: #1B894A;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        line-height: 40px;
        color: #FFFFFF; }
        @media (max-width: 767px) {
          #shared-footer-nav .content-wrap .nav-links > li .link-name {
            font-size: 3.7333333333vw;
            line-height: 8vw; } }
      #shared-footer-nav .content-wrap .nav-links > li .link-thumbnail {
        background-size: cover;
        background-position: center;
        padding-top: 66.6%; }
  #shared-footer-nav .content-wrap .desc-box h4 {
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold; }
    @media (max-width: 767px) {
      #shared-footer-nav .content-wrap .desc-box h4 {
        margin-top: 10.6666666667vw;
        font-size: 4vw;
        white-space: nowrap; } }
  #shared-footer-nav .content-wrap .desc-box p {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 32px; }
    @media (max-width: 767px) {
      #shared-footer-nav .content-wrap .desc-box p {
        margin-top: 8vw;
        font-size: 3.7333333333vw;
        line-height: 7.4666666667vw; } }
  #shared-footer-nav .content-wrap .desc-box .btn-box {
    margin-top: 40px;
    text-align: center; }
    @media (max-width: 767px) {
      #shared-footer-nav .content-wrap .desc-box .btn-box {
        margin-top: 8vw; } }

#general-app-box-area .content-wrap {
  margin: 0 auto;
  max-width: 1120px;
  width: 94%; }
  @media (max-width: 1023px) {
    #general-app-box-area .content-wrap {
      width: 96%; } }
  @media (max-width: 767px) {
    #general-app-box-area .content-wrap {
      width: 92%; } }
  #general-app-box-area .content-wrap .desc-box h4 {
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold; }
    @media (max-width: 767px) {
      #general-app-box-area .content-wrap .desc-box h4 {
        margin-top: 10.6666666667vw;
        font-size: 4vw;
        white-space: nowrap; } }
  #general-app-box-area .content-wrap .desc-box p {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 32px; }
    @media (max-width: 767px) {
      #general-app-box-area .content-wrap .desc-box p {
        margin-top: 8vw;
        font-size: 3.7333333333vw;
        line-height: 7.4666666667vw; } }
  #general-app-box-area .content-wrap .desc-box .btn-box {
    margin-top: 40px;
    text-align: center; }
    @media (max-width: 767px) {
      #general-app-box-area .content-wrap .desc-box .btn-box {
        margin-top: 8vw; } }
    #general-app-box-area .content-wrap .desc-box .btn-box .second-box {
      padding-top: 30px; }
      @media (max-width: 767px) {
        #general-app-box-area .content-wrap .desc-box .btn-box .second-box {
          padding-top: 5.3333333333vw; } }

#general-main-area {
  background-color: #F4F4F4; }
  #general-main-area .main-box {
    max-width: 1040px;
    width: 94%;
    margin: 0 auto;
    padding: 50px 0; }
    #general-main-area .main-box::after {
      clear: both;
      content: "";
      display: block; }
    @media (max-width: 1023px) {
      #general-main-area .main-box {
        width: 96%; } }
    @media (max-width: 767px) {
      #general-main-area .main-box {
        width: 92%;
        padding: 8vw 0; } }
    #general-main-area .main-box .left-box {
      float: left;
      width: 60%;
      padding-top: 40px; }
      @media (max-width: 1023px) {
        #general-main-area .main-box .left-box {
          padding-top: 10px; } }
      @media (max-width: 767px) {
        #general-main-area .main-box .left-box {
          float: none;
          width: 100%;
          padding-top: 2.6666666667vw; } }
      #general-main-area .main-box .left-box h1 {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0.14em; }
        @media (max-width: 1023px) {
          #general-main-area .main-box .left-box h1 {
            font-size: 22px; } }
        @media (max-width: 767px) {
          #general-main-area .main-box .left-box h1 {
            font-size: 5.3333333333vw; } }
      #general-main-area .main-box .left-box p {
        margin-top: 40px;
        font-size: 18px;
        line-height: 36px;
        font-weight: bold; }
        @media (max-width: 1023px) {
          #general-main-area .main-box .left-box p {
            margin-top: 30px;
            font-size: 17px;
            line-height: 34px; } }
        @media (max-width: 767px) {
          #general-main-area .main-box .left-box p {
            margin-top: 5.3333333333vw;
            font-size: 3.7333333333vw;
            line-height: 7.4666666667vw; } }
    #general-main-area .main-box .main-image {
      float: right;
      width: 40%;
      padding-top: 26%;
      background-size: cover;
      background-position: center; }
      @media (max-width: 767px) {
        #general-main-area .main-box .main-image {
          float: none;
          width: 100%;
          margin-top: 5.3333333333vw;
          padding-top: 65%; } }

/***** support *****/
#support-page .content-area {
  margin: 0 auto;
  max-width: 1120px;
  width: 94%;
  margin-top: 60px; }
  @media (max-width: 1023px) {
    #support-page .content-area {
      width: 96%; } }
  @media (max-width: 767px) {
    #support-page .content-area {
      width: 92%; } }
  @media (max-width: 767px) {
    #support-page .content-area {
      margin-top: 10.6666666667vw; } }
  #support-page .content-area .show-list li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      #support-page .content-area .show-list li {
        display: block;
        margin-bottom: 8vw; } }
    #support-page .content-area .show-list li:last-child {
      margin-bottom: 0; }
    #support-page .content-area .show-list li .head-box {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 25%;
      box-sizing: border-box;
      background-color: #1B3089; }
      @media (max-width: 767px) {
        #support-page .content-area .show-list li .head-box {
          display: block;
          width: 100%; } }
      #support-page .content-area .show-list li .head-box .head-title {
        color: #ffffff;
        font-size: 18px;
        text-align: center;
        font-weight: bold; }
        @media (max-width: 767px) {
          #support-page .content-area .show-list li .head-box .head-title {
            font-size: 4.2666666667vw; } }
    #support-page .content-area .show-list li .desc-box {
      width: 75%;
      background-color: #F4F4F4;
      box-sizing: border-box;
      padding: 20px 40px;
      font-size: 16px;
      line-height: 1.6; }
      @media (max-width: 767px) {
        #support-page .content-area .show-list li .desc-box {
          width: 100%;
          padding: 5.3333333333vw;
          font-size: 3.7333333333vw; } }

/***** about *****/
#about-page .content-area {
  margin: 0 auto;
  max-width: 1120px;
  width: 94%;
  padding: 60px 0; }
  @media (max-width: 1023px) {
    #about-page .content-area {
      width: 96%; } }
  @media (max-width: 767px) {
    #about-page .content-area {
      width: 92%; } }
  @media (max-width: 767px) {
    #about-page .content-area {
      padding: 10.6666666667vw 0; } }
  #about-page .content-area h2 {
    font-size: 20px;
    color: #1B3089;
    font-weight: bold; }
    @media (max-width: 767px) {
      #about-page .content-area h2 {
        font-size: 4.8vw; } }
  #about-page .content-area > p {
    box-sizing: border-box;
    margin-top: 20px;
    text-indent: 1em; }
    @media (max-width: 767px) {
      #about-page .content-area > p {
        margin-top: 2.6666666667vw; } }
  #about-page .content-area > p.head-name {
    text-indent: 0;
    text-align: right;
    font-weight: bold; }
  #about-page .content-area .show-list {
    margin-top: 80px; }
    @media (max-width: 767px) {
      #about-page .content-area .show-list {
        margin-top: 10.6666666667vw; } }
    #about-page .content-area .show-list li {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        #about-page .content-area .show-list li {
          display: block;
          margin-bottom: 8vw; } }
      #about-page .content-area .show-list li:last-child {
        margin-bottom: 0; }
      #about-page .content-area .show-list li .head-box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25%;
        box-sizing: border-box;
        background-color: #1B3089; }
        @media (max-width: 767px) {
          #about-page .content-area .show-list li .head-box {
            display: block;
            width: 100%; } }
        #about-page .content-area .show-list li .head-box .head-title {
          color: #ffffff;
          font-size: 18px;
          text-align: center;
          font-weight: bold; }
          @media (max-width: 767px) {
            #about-page .content-area .show-list li .head-box .head-title {
              font-size: 4.2666666667vw; } }
      #about-page .content-area .show-list li .desc-box {
        width: 75%;
        background-color: #F4F4F4;
        box-sizing: border-box;
        padding: 20px 40px; }
        @media (max-width: 767px) {
          #about-page .content-area .show-list li .desc-box {
            width: 100%;
            padding: 2.6666666667vw 5.3333333333vw 5.3333333333vw;
            font-size: 3.7333333333vw; } }
        #about-page .content-area .show-list li .desc-box dl {
          font-size: 16px;
          line-height: 24px;
          display: flex; }
          @media (max-width: 767px) {
            #about-page .content-area .show-list li .desc-box dl {
              flex-wrap: wrap;
              margin-top: 2.6666666667vw; } }
          #about-page .content-area .show-list li .desc-box dl dt {
            width: 15%; }
            @media (max-width: 767px) {
              #about-page .content-area .show-list li .desc-box dl dt {
                width: 100%; } }
          #about-page .content-area .show-list li .desc-box dl dd {
            width: 90%;
            display: flex;
            flex-wrap: wrap; }
            @media (max-width: 767px) {
              #about-page .content-area .show-list li .desc-box dl dd {
                width: 100%; } }
            #about-page .content-area .show-list li .desc-box dl dd h4 {
              width: 20%; }
              @media (max-width: 767px) {
                #about-page .content-area .show-list li .desc-box dl dd h4 {
                  width: 35%; } }
            #about-page .content-area .show-list li .desc-box dl dd p {
              width: 80%; }
              @media (max-width: 767px) {
                #about-page .content-area .show-list li .desc-box dl dd p {
                  width: 65%; } }

/***** enrollment *****/
#enrollment-page .content-area {
  margin: 0 auto;
  max-width: 1120px;
  width: 94%;
  padding: 20px 0 60px; }
  @media (max-width: 1023px) {
    #enrollment-page .content-area {
      width: 96%; } }
  @media (max-width: 767px) {
    #enrollment-page .content-area {
      width: 92%; } }
  @media (max-width: 767px) {
    #enrollment-page .content-area {
      padding: 10.6666666667vw 0; } }
  #enrollment-page .content-area h2 {
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold; }
    @media (max-width: 767px) {
      #enrollment-page .content-area h2 {
        margin-top: 8vw;
        font-size: 4.8vw; } }
  #enrollment-page .content-area .show-list {
    margin-top: 10px; }
    @media (max-width: 767px) {
      #enrollment-page .content-area .show-list {
        margin-top: 2.6666666667vw; } }
    #enrollment-page .content-area .show-list li {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        #enrollment-page .content-area .show-list li {
          display: block;
          margin-bottom: 8vw; } }
      #enrollment-page .content-area .show-list li:last-child {
        margin-bottom: 0; }
      #enrollment-page .content-area .show-list li .head-box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25%;
        box-sizing: border-box;
        min-height: 80px; }
        @media (max-width: 1023px) {
          #enrollment-page .content-area .show-list li .head-box {
            padding: 10px;
            width: 30%; } }
        @media (max-width: 767px) {
          #enrollment-page .content-area .show-list li .head-box {
            display: block;
            min-height: auto;
            width: 100%;
            padding: 2.6666666667vw 0; } }
        #enrollment-page .content-area .show-list li .head-box .head-title {
          font-size: 18px;
          text-align: center;
          font-weight: bold; }
          @media (max-width: 767px) {
            #enrollment-page .content-area .show-list li .head-box .head-title {
              font-size: 4.2666666667vw; } }
      #enrollment-page .content-area .show-list li .desc-box {
        display: flex;
        align-items: center;
        min-height: 80px;
        width: 75%;
        background-color: #F4F4F4;
        box-sizing: border-box;
        padding: 10px 40px; }
        @media (max-width: 1023px) {
          #enrollment-page .content-area .show-list li .desc-box {
            width: 70%; } }
        @media (max-width: 767px) {
          #enrollment-page .content-area .show-list li .desc-box {
            width: 100%;
            min-height: auto;
            padding: 5.3333333333vw; } }
        #enrollment-page .content-area .show-list li .desc-box p {
          font-size: 16px;
          line-height: 1.6; }
          @media (max-width: 767px) {
            #enrollment-page .content-area .show-list li .desc-box p {
              font-size: 3.7333333333vw; } }
    #enrollment-page .content-area .show-list.brown li .head-box {
      background-color: rgba(137, 86, 27, 0.1); }
    #enrollment-page .content-area .show-list.blue li .head-box {
      background-color: rgba(27, 48, 137, 0.1); }

/***** access *****/
#access-page .top-area h1 {
  background-color: #F4F4F4;
  font-size: 24px;
  line-height: 120px;
  font-weight: bold;
  letter-spacing: 0.14em;
  text-align: center; }
  @media (max-width: 767px) {
    #access-page .top-area h1 {
      font-size: 4.8vw;
      line-height: 24vw; } }
#access-page .top-area p {
  background-color: rgba(27, 48, 137, 0.1);
  font-size: 18px;
  line-height: 80px;
  font-weight: bold;
  text-align: center; }
  @media (max-width: 767px) {
    #access-page .top-area p {
      font-size: 4vw;
      line-height: 16vw; } }
#access-page .google-map-box #google-map iframe {
  width: 100%;
  height: 540px; }
  @media (max-width: 767px) {
    #access-page .google-map-box #google-map iframe {
      height: 112vw; } }
#access-page .google-map-box .btn-box {
  margin-top: 20px;
  text-align: center; }
  @media (max-width: 767px) {
    #access-page .google-map-box .btn-box {
      margin-top: 5.3333333333vw; } }
#access-page .content-area {
  margin: 0 auto;
  max-width: 1120px;
  width: 94%;
  padding: 40px 0; }
  @media (max-width: 1023px) {
    #access-page .content-area {
      width: 96%; } }
  @media (max-width: 767px) {
    #access-page .content-area {
      width: 92%; } }
  @media (max-width: 767px) {
    #access-page .content-area {
      padding: 8vw 0; } }
  #access-page .content-area .access-desc {
    display: flex;
    flex-wrap: wrap;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    border-top: solid 1px #89561B;
    border-bottom: solid 1px #89561B;
    padding: 10px 0; }
    @media (max-width: 767px) {
      #access-page .content-area .access-desc {
        display: block;
        padding: 5.3333333333vw 0; } }
    #access-page .content-area .access-desc dt {
      width: 30%;
      box-sizing: border-box;
      padding: 10px 10%; }
      @media (max-width: 767px) {
        #access-page .content-area .access-desc dt {
          width: 100%;
          padding: 2.6666666667vw 10% 0; } }
    #access-page .content-area .access-desc dd {
      width: 70%;
      box-sizing: border-box;
      padding: 10px 10%;
      font-weight: bold; }
      @media (max-width: 767px) {
        #access-page .content-area .access-desc dd {
          width: 100%;
          padding: 0 10% 2.6666666667vw; } }

/***** apply *****/
#apply-page .top-area h1 {
  background-color: #F4F4F4;
  font-size: 24px;
  line-height: 120px;
  font-weight: bold;
  letter-spacing: 0.14em;
  text-align: center; }
  @media (max-width: 767px) {
    #apply-page .top-area h1 {
      font-size: 4.8vw;
      line-height: 24vw; } }
#apply-page .top-area p {
  background-color: rgba(27, 48, 137, 0.1);
  font-size: 18px;
  line-height: 80px;
  font-weight: bold;
  text-align: center; }
  @media (max-width: 767px) {
    #apply-page .top-area p {
      font-size: 4vw;
      line-height: 16vw; } }
#apply-page .content-area {
  margin: 0 auto;
  max-width: 1120px;
  width: 94%;
  padding: 40px 0; }
  @media (max-width: 1023px) {
    #apply-page .content-area {
      width: 96%; } }
  @media (max-width: 767px) {
    #apply-page .content-area {
      width: 92%; } }
  @media (max-width: 767px) {
    #apply-page .content-area {
      padding: 8vw 0; } }
  #apply-page .content-area .form-list {
    width: 100%;
    max-width: 620px;
    margin: 0 auto; }
    #apply-page .content-area .form-list li {
      display: flex;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        #apply-page .content-area .form-list li {
          display: block;
          margin-bottom: 5.3333333333vw; } }
      #apply-page .content-area .form-list li:last-child {
        margin-bottom: 0; }
      #apply-page .content-area .form-list li.submit {
        display: block;
        text-align: center; }
        #apply-page .content-area .form-list li.submit button {
          display: inline-block; }
    #apply-page .content-area .form-list label {
      display: block;
      width: 20%;
      box-sizing: border-box;
      padding-right: 5%;
      text-align: right;
      font-size: 15px;
      line-height: 40px; }
      @media (max-width: 767px) {
        #apply-page .content-area .form-list label {
          width: 100%;
          padding-right: 0;
          font-size: 3.7333333333vw;
          line-height: 8vw;
          text-align: left; } }
    #apply-page .content-area .form-list input, #apply-page .content-area .form-list select {
      display: block;
      width: 60%;
      box-sizing: border-box;
      padding: 0 2%;
      border: solid 1px #909090;
      border-radius: 6px;
      font-size: 15px;
      line-height: 40px; }
      @media (max-width: 767px) {
        #apply-page .content-area .form-list input, #apply-page .content-area .form-list select {
          width: 100%;
          padding: 0 4%;
          font-size: 3.7333333333vw;
          line-height: 10.6666666667vw; } }
