@charset "UTF-8";
/***********************************************************************
media queries setting
**********************************************************************/
/***********************************************************************
変数
**********************************************************************/
@font-face {
  font-family: 'utsukushi';
  src: url("../font/utsukushi.eot?#iefix") format("embedded-opentype"), url("../font/utsukushi.woff") format("woff"), url("../font/utsukushi.ttf") format("truetype"), url("../font/utsukushi.svg#svgFontName") format("svg"); }
/*各種コース*/
/***********************************************************************
reset
**********************************************************************/
* {
  margin: 0;
  padding: 0; }

html, body {
  -webkit-text-size-adjust: 100%; }

body {
  color: #333;
  margin: 122px 0 0 0;
  padding: 0;
  font-family: "太ゴB101", "Futo Go B101", sans-serif;
  font-size: 13px;
  letter-spacing: 0.075em;
  position: relative; }
  body.home {
    margin: 0; }
  @media (max-width: 768px) {
    body {
      margin: 47px 0 0 0; }
      body.home {
        margin: 47px 0 0 0; } }

h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form,
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: none;
  font-feature-settings: "palt";
  list-style-type: none; }

th {
  font-weight: normal;
  text-align: inherit; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 100%;
  font-family: "太ゴB101", "Futo Go B101", sans-serif; }

select {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  outline: none; }

*:focus {
  outline: none; }

img[src$=".svg"] {
  width: 100%; }

hr {
  display: none; }

a {
  color: #333;
  text-decoration: none;
  outline: none; }

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

.pc {
  display: block; }
  @media (max-width: 768px) {
    .pc {
      display: none !important; } }

.pc-inline {
  display: inline-block; }
  @media (max-width: 768px) {
    .pc-inline {
      display: none; } }

.sp {
  display: none; }
  @media (max-width: 768px) {
    .sp {
      display: block; } }

.sp-inline {
  display: none; }
  @media (max-width: 768px) {
    .sp-inline {
      display: inline-block; } }

ul {
  font-size: 0;
  letter-spacing: 0; }
  ul li {
    font-size: 13px;
    letter-spacing: 0.075em; }

h1.page-not-found {
  text-align: center;
  font-size: 10em;
  margin-bottom: 0;
  color: #e0e0e0;
  letter-spacing: 5px; }

@media (max-width: 768px) {
  h1.page-not-found {
    font-size: 3em;
    padding-top: 30px; } }
/********************************************************************************
header
********************************************************************************/
header {
  background: #fff;
  height: 85px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }
  header #logo {
    position: absolute;
    left: 20px;
    top: 17px;
    width: 260px; }
  header .link-icon-pc {
    position: absolute;
    right: 22px;
    top: 36px; }
    header .link-icon-pc li {
      display: inline-block; }
      header .link-icon-pc li a {
        border-radius: 16px;
        color: #fff;
        display: inline-block;
        font-size: 15px;
        padding: 4px 22px 5px; }
      header .link-icon-pc li img {
        margin-right: 14px;
        vertical-align: sub; }
      header .link-icon-pc li:not(:last-child) {
        margin-right: 12px; }
      header .link-icon-pc li.transfer a {
        background: #603813; }
      header .link-icon-pc li.join a {
        background: #a11c24; }
      header .link-icon-pc li.contact a {
        background: #ab801e; }
    @media screen and (max-width: 980px) {
      header .link-icon-pc {
        display: none; } }
  header nav {
    background: #455d86;
    position: absolute;
    right: 0;
    top: 85px;
    width: 100%; }
  @media (max-width: 768px) {
    header {
      box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
      height: 47px; }
      header #logo {
        max-width: 190px;
        left: 10px;
        top: 11px;
        width: calc( 100% - 185px ); } }

nav {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  text-align: center; }
  nav li {
    display: inline-block; }
  nav > ul a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 7px 20px; }
    nav > ul a.active {
      background: #fff;
      color: #455d86; }
  nav > ul .each-top {
    position: relative;
    transition: .3s; }
  nav > ul li:not(:last-child) > .each-top::after {
    border-right: 1px solid #fff;
    content: "";
    height: 15px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0; }
  nav > ul .menu:hover .each-top {
    background: #fff;
    color: #455d86; }

/*submenu*/
.menu .sub-menu {
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  position: absolute;
  top: 35px;
  right: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  width: 100vw;
  z-index: 10; }
  @media screen and (max-width: 990px) {
    .menu .sub-menu {
      right: -31px; } }

.menu:hover .sub-menu {
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  opacity: 1;
  top: 35px;
  text-align: center;
  visibility: visible; }
  .menu:hover .sub-menu > li {
    padding: 4.5px 0; }
    .menu:hover .sub-menu > li a {
      color: #333333;
      font-family: "太ゴB101", "Futo Go B101", sans-serif;
      font-size: 13px;
      margin: 0 23px;
      padding: 3px;
      position: relative; }
      .menu:hover .sub-menu > li a::after {
        transition: all 0.5s; }
      .menu:hover .sub-menu > li a:hover::after {
        background: linear-gradient(90deg, transparent 0%, rgba(100, 141, 154, 0.7) 50%, transparent 100%);
        content: "";
        height: 5px;
        opacity: 0.5;
        position: absolute;
        bottom: -3px;
        left: -25px;
        width: calc(100% + 50px); }

/*sp nav*/
.link-icon-sp {
  position: absolute;
  bottom: 10px;
  right: 50px; }
  .link-icon-sp li {
    display: inline-block; }
    .link-icon-sp li img {
      vertical-align: middle; }
    .link-icon-sp li:not(:last-child) {
      margin-right: 10px; }
  @media screen and (min-width: 981px) {
    .link-icon-sp {
      display: none; } }
  @media screen and (min-width: 769px) and (max-width: 980px) {
    .link-icon-sp {
      bottom: 15px;
      right: 10px; } }

#btn-sp {
  display: none; }
  @media (max-width: 768px) {
    #btn-sp {
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      height: 20px;
      position: absolute;
      right: 10px;
      top: 12px;
      transition: all .5s;
      width: 28px;
      z-index: 1000;
      /* 開いたとき　*/ }
      #btn-sp span {
        background-color: #939393;
        box-sizing: border-box;
        display: inline-block;
        height: 3px;
        position: absolute;
        left: 0;
        transition: all .5s;
        width: 100%; }
        #btn-sp span:nth-of-type(1) {
          top: 0; }
        #btn-sp span:nth-of-type(2) {
          top: 9px; }
        #btn-sp span:nth-of-type(3) {
          top: 18px; }
      #btn-sp.active span {
        background-color: #939393; }
        #btn-sp.active span:nth-of-type(1) {
          -webkit-transform: translateY(20px) rotate(-25deg);
          transform: translateY(9px) rotate(-25deg); }
        #btn-sp.active span:nth-of-type(2) {
          opacity: 0; }
        #btn-sp.active span:nth-of-type(3) {
          -webkit-transform: translateY(-20px) rotate(25deg);
          transform: translateY(-9px) rotate(25deg); } }

@media (max-width: 768px) {
  .pushbar.from_right.active {
    transform: translateY(0%);
    width: 80%; } }
/*accordion*/
@media (max-width: 768px) {
  .gnav-sp {
    margin: 47px auto 0;
    padding: 0 10%;
    /*nav*/
    /*nav*/ }
    .gnav-sp .title {
      color: rgba(77, 77, 77, 0.3);
      font-family: "utsukushi", "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
      font-size: 35px;
      margin: 50px 0 33px; }
    .gnav-sp nav {
      margin-bottom: 85px;
      position: relative;
      right: inherit;
      top: inherit;
      text-align: left; }
      .gnav-sp nav li {
        display: block;
        margin-bottom: 48px;
        padding: 0;
        position: relative; }
        .gnav-sp nav li:fast-child {
          border-top: 1px solid #000; }
        .gnav-sp nav li p {
          padding: 0; }
        .gnav-sp nav li a {
          color: #000;
          display: block;
          font-size: 13px;
          padding: 0;
          width: 100%; }
      .gnav-sp nav .accordion {
        border-bottom: 1px solid #000;
        color: #4d4d4d;
        display: block;
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 5px;
        padding-left: 20px; }
        .gnav-sp nav .accordion::before {
          background: url(../images/common/nav-arrow.png);
          background-size: contain;
          content: "";
          height: 15px;
          position: absolute;
          top: 5px;
          left: 3px;
          -moz-transition: all, 0.25s, linear;
          -o-transition: all, 0.25s, linear;
          -webkit-transition: all, 0.25s, linear;
          transition: all, 0.25s, linear;
          width: 10px; }
        .gnav-sp nav .accordion.active::before {
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
      .gnav-sp nav .inner {
        padding: 5px 0 0;
        width: 100%; }
        .gnav-sp nav .inner li {
          display: inline-block;
          margin-bottom: 6px;
          width: 47%; }
          .gnav-sp nav .inner li:nth-child(odd) {
            margin-right: 6%; }
          .gnav-sp nav .inner li.one-line {
            margin-right: 0;
            width: 100%; }
          .gnav-sp nav .inner li a::before {
            content: "・";
            padding-right: 5px; }
        .gnav-sp nav .inner.top-page li:first-child {
          display: block;
          width: 100%; }
          .gnav-sp nav .inner.top-page li:first-child a::before {
            content: "＊";
            padding-right: 5px; }
        .gnav-sp nav .inner.top-page li:nth-child(odd) {
          margin-right: 0; }
        .gnav-sp nav .inner.top-page li:nth-child(even) {
          margin-right: 6%; }
      .gnav-sp nav .child {
        display: none; } }
/*accordion*/
/********************************************************************************
footer
********************************************************************************/
#whats .section-title {
  border-top: 1px solid #455d86;
  padding: 35px 5% 30px; }
#whats .whats-list li {
  display: inline-block;
  width: 50%; }
  #whats .whats-list li a {
    transition: 0.5s; }
    #whats .whats-list li a:hover {
      opacity: 0.65; }
@media (max-width: 768px) {
  #whats .whats-list li {
    display: block;
    width: 100%; }
    #whats .whats-list li a:hover {
      opacity: 1; } }

footer #footer-info {
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
  padding: 25px 0; }
  footer #footer-info .inner {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 732px;
    width: 90%; }
  footer #footer-info .info {
    border-left: 1px solid #4d4d4d;
    color: #4d4d4d;
    margin-left: 20px;
    font-size: 14px;
    letter-spacing: 0.16em;
    padding-left: 20px; }
  footer #footer-info a {
    color: #455d86; }
  @media (max-width: 768px) {
    footer #footer-info .inner {
      display: block;
      text-align: center; }
    footer #footer-info .info {
      border-left: none;
      margin-left: 0;
      margin-top: 15px;
      padding-left: 0; } }
@media (max-width: 768px) {
  footer .jc-btn {
    display: flex; }
    footer .jc-btn > div {
      color: #fff;
      padding: 10px;
      width: 50%; }
      footer .jc-btn > div a {
        align-items: center;
        display: flex; }
      footer .jc-btn > div .icon {
        margin-right: 7%;
        text-align: center;
        width: 34%; }
      footer .jc-btn > div .title {
        color: #fff;
        font-size: 17px;
        width: 59%; }
      footer .jc-btn > div.join {
        background: #a11c24; }
      footer .jc-btn > div.contact {
        background: #ab801e; } }
footer .footer-nav {
  display: flex;
  max-width: 930px;
  margin: 33px auto;
  width: 90%; }
  footer .footer-nav .footer-nav-item:not(:last-child) {
    margin-right: 21px; }
  footer .footer-nav li {
    letter-spacing: 0.15em;
    margin-bottom: 7px;
    padding-left: 20px;
    position: relative; }
    footer .footer-nav li::before {
      content: "◆";
      color: rgba(35, 24, 21, 0.3);
      position: absolute;
      left: 0; }
    footer .footer-nav li ul {
      border-left: 1px solid #231815;
      margin-left: -14px;
      margin-top: 5px;
      padding-left: 12px; }
      footer .footer-nav li ul li {
        margin-bottom: 2px; }
        footer .footer-nav li ul li::before {
          content: "●"; }
    footer .footer-nav li a {
      color: #231815; }
  footer .footer-nav .link-btn a {
    font-family: inherit;
    font-size: 13px;
    letter-spacing: 0.05em;
    padding: 3px 0px;
    width: 165px; }
  footer .footer-nav .link-btn.contact {
    margin-top: 10px; }
  @media (max-width: 768px) {
    footer .footer-nav {
      flex-wrap: wrap; }
      footer .footer-nav .footer-nav-item {
        width: 50%; }
        footer .footer-nav .footer-nav-item:not(:last-child) {
          margin-right: inherit; }
        footer .footer-nav .footer-nav-item ul {
          margin-bottom: 25px; }
      footer .footer-nav li {
        padding-left: 16px; }
        footer .footer-nav li ul {
          margin-left: -9px;
          padding-left: 5px; }
          footer .footer-nav li ul li {
            padding-left: 14px; } }
footer .copyright {
  background: #4d4d4d;
  display: inline-block;
  color: #fff;
  padding: 2.5px 0;
  text-align: center;
  width: 100%; }

/********************************************************************************
default
********************************************************************************/
.inner {
  margin: 0 auto;
  max-width: 950px;
  width: 90%; }

.width100 {
  max-width: inherit;
  width: 100%; }

.breadcrumb {
  padding: 15px 0 25px 65px; }
  .breadcrumb li {
    display: inline-block; }
    .breadcrumb li:not(:last-child)::after {
      content: "＞";
      margin: 0 5px; }
  .breadcrumb li, .breadcrumb a {
    color: #595757;
    font-size: 12px; }
  .breadcrumb a:hover {
    text-decoration: underline; }
  @media (max-width: 768px) {
    .breadcrumb {
      padding: 15px 0 25px 25px; } }

.section-title {
  color: #455d86;
  padding: 65px 5%;
  text-align: center; }
  .section-title h1 {
    font-family: FuturaLTPro-Medium;
    font-size: 35px;
    letter-spacing: 0.08em;
    margin-bottom: 5px; }
  .section-title p {
    font-size: 15px;
    letter-spacing: 0.68em; }
  .home #topics .section-title {
    color: #fff;
    padding: 35px 5% 30px; }
  @media (max-width: 768px) {
    .section-title p {
      letter-spacing: 0.5em; }
    .home #topics .section-title {
      padding: 35px 5% 30px; } }

/*page intro*/
.page-title {
  border-bottom: 1px solid #455d86;
  color: #455d86;
  font-size: 27px;
  margin: 0 auto 60px;
  max-width: 400px;
  padding-bottom: 8px;
  position: relative;
  text-align: center;
  width: 85%; }
  .page-title::before {
    background: url("../images/common/page-title-before.png") no-repeat center/contain;
    content: "";
    height: 39px;
    position: absolute;
    bottom: -1px;
    left: 5px;
    width: 69px; }
  .page-title::after {
    background: url("../images/common/page-title-after.png") no-repeat center/contain;
    content: "";
    height: 35px;
    position: absolute;
    bottom: -1px;
    right: 5px;
    width: 80px; }
  @media (max-width: 768px) {
    .page-title {
      font-size: 23px;
      margin: 0 auto 40px;
      padding-bottom: 5px;
      padding-top: 30px; }
      .page-title::before {
        height: 35px;
        width: 60px; }
      .page-title::after {
        height: 32px;
        width: 70px; } }

.about-desc {
  font-size: 19px;
  letter-spacing: 0.16em;
  line-height: 1.85;
  margin: 0 auto 70px;
  text-align: center;
  width: 90%; }
  @media (max-width: 768px) {
    .about-desc {
      font-size: 18px;
      margin: 0 auto 35px; } }

/*page intro*/
.page-section-title {
  color: #455d86;
  font-size: 20px;
  letter-spacing: 0.15em;
  margin: 0 auto 22px;
  max-width: 950px;
  position: relative;
  text-align: center; }
  .page-section-title span {
    background: #fff;
    padding: 0 10px; }
  .page-section-title::before, .page-section-title::after {
    border-top: 1px solid #455d86;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 33%;
    z-index: -1; }
  .page-section-title::before {
    left: 0; }
  .page-section-title::after {
    right: 0; }

.link-btn {
  text-align: center; }
  .link-btn a {
    background: #455d86;
    border-radius: 16px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.2em;
    padding: 4.5px 0;
    width: 250px; }
  .link-btn + .link-btn {
    margin-top: 20px; }
  .link-btn.invert a {
    background: #fff;
    border: 1px solid #455d86;
    color: #455d86;
    letter-spacing: 0.27em;
    padding: 5px 0;
    text-align: center; }
  .link-btn.join a {
    background: #a11c24;
    font-size: 15px;
    width: 240px; }
  .link-btn.contact a {
    background: #ab801e;
    font-size: 15px;
    width: 240px; }
  .link-btn.tel a {
    background: #298096;
    font-size: 20px;
    letter-spacing: 0.03em;
    padding: 0 0 1px;
    width: 240px; }
    .link-btn.tel a img {
      margin-bottom: 5px;
      margin-right: 5px; }
    .link-btn.tel a span {
      font-size: 14px; }
  .link-btn.transfer a {
    background: #603813; }
  .link-btn img {
    margin-bottom: 3px;
    margin-right: 13px; }

.link-btn-list {
  margin: 0 auto;
  max-width: 520px; }
  .link-btn-list .link-btn + .link-btn {
    margin-top: 0; }

.dashed-link-btn a {
  border: 1px dashed #595757;
  color: #595757;
  display: inline-block;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  letter-spacing: 0.33em;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 100%; }

/*page*/
.before-circle::before {
  content: "●";
  color: #a2aec2; }

/*column*/
.column-2 {
  display: flex;
  flex-wrap: wrap; }
  .column-2 > li, .column-2 > div {
    margin-bottom: 25px;
    width: 47%; }
    .column-2 > li:nth-child(odd), .column-2 > div:nth-child(odd) {
      margin-right: 6%; }
  @media (max-width: 768px) {
    .column-2 {
      display: block; }
      .column-2 > li, .column-2 > div {
        width: 100%; }
        .column-2 > li:nth-child(odd), .column-2 > div:nth-child(odd) {
          margin-right: 0; } }

.column-3 {
  display: flex;
  flex-wrap: wrap; }
  .column-3 > li, .column-3 > div {
    width: 30%; }
    .column-3 > li:not(:nth-child(3n)), .column-3 > div:not(:nth-child(3n)) {
      margin-right: 5%; }
    .column-3 > li img + p, .column-3 > div img + p {
      margin-top: 3px; }
    .column-3 > li p + img, .column-3 > div p + img {
      margin-top: 3px; }
  @media (max-width: 768px) {
    .column-3 > li, .column-3 > div {
      width: 47%; }
      .column-3 > li:not(:nth-child(3n)), .column-3 > div:not(:nth-child(3n)) {
        margin-right: inherit; }
      .column-3 > li:nth-child(odd), .column-3 > div:nth-child(odd) {
        margin-right: 6%; } }

/*news*/
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1003px;
  width: 90%; }
  .news-list li {
    margin-bottom: 35px;
    width: 22%; }
    .news-list li:not(:nth-child(4n)) {
      margin-right: 4%; }
  .news-list .image {
    height: auto;
    margin-bottom: 10px;
    position: relative;
    width: 100%; }
    .news-list .image::before {
      content: "";
      display: block;
      padding-top: 100%; }
    .news-list .image .image-inner {
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
  .news-list .date {
    color: #4d4d4d;
    letter-spacing: 0.17em;
    margin-bottom: 5px; }
  .news-list .title {
    color: #4d4d4d;
    font-size: 18px;
    letter-spacing: 0.27em;
    line-height: 1.4; }
  .news-list.news-three {
    max-width: 745px; }
    .news-list.news-three li {
      width: 30%; }
      .news-list.news-three li:not(:nth-child(4n)) {
        margin-right: inherit; }
      .news-list.news-three li:not(:nth-child(3n)) {
        margin-right: 5%; }
  @media (max-width: 768px) {
    .news-list {
      margin: 0 auto 12px; }
      .news-list li {
        margin-bottom: 30px;
        width: 46%; }
        .news-list li:not(:nth-child(4n)) {
          margin-right: inherit; }
        .news-list li:nth-child(odd) {
          margin-right: 8%; }
      .news-list .image {
        margin-bottom: 7px; }
      .news-list .date {
        font-size: 11px; }
      .news-list .title {
        font-size: 14px;
        letter-spacing: 0.03em; }
      .news-list.news-three li {
        margin-bottom: 30px;
        width: 46%; }
        .news-list.news-three li:not(:nth-child(3n)) {
          margin-right: inherit; }
        .news-list.news-three li:nth-child(odd) {
          margin-right: 8%; } }

.news-category {
  background: #455d86;
  color: #fff;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 100%; }
  .news-category.club {
    background: #727171; }
  .news-category.otoku {
    background: #e18000; }
  @media (max-width: 768px) {
    .news-category {
      padding: 2.5px 0; } }

/*news*/
/*message*/
.home #message .inner,
.policy #remember .inner {
  margin: 0 auto 30px;
  max-width: 705px; }
.home #message .desc,
.policy #remember .desc {
  padding-bottom: 45px; }
@media (max-width: 768px) {
  .home #message .inner,
  .policy #remember .inner {
    margin: 0 auto 45px; }
  .home #message .desc,
  .policy #remember .desc {
    font-family: "utsukushi", "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
    text-align: center; }
    .home #message .desc h2,
    .policy #remember .desc h2 {
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 33px; }
    .home #message .desc p,
    .policy #remember .desc p {
      letter-spacing: 0.1em;
      line-height: 2; } }

/*message*/
/********************************************************************************
TOP
********************************************************************************/
.home header {
  display: none; }
  .home header.active {
    display: block;
    position: fixed;
    top: 0; }
  @media (max-width: 768px) {
    .home header {
      display: block; } }
.home .link-icon {
  position: absolute;
  right: 20px;
  top: 28px;
  z-index: 100; }
  .home .link-icon:hover .text {
    display: block; }
  .home .link-icon li:not(:last-child) {
    margin-bottom: 15px; }
  .home .link-icon a {
    align-items: center;
    display: flex;
    position: relative;
    text-align: center; }
  .home .link-icon .icon {
    background: #fff;
    border-radius: 22.5px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    height: 45px;
    position: relative;
    width: 45px; }
  .home .link-icon img {
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }
  .home .link-icon .text {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 22.5px;
    display: none;
    margin-left: 20px;
    padding: 8.5px 53px 8.5px 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 169px; }
  .home .link-icon p {
    color: #1a1a1a;
    letter-spacing: 0.06em;
    padding: 3px 0px; }
  .home .link-icon .contact p {
    border-bottom: 1px dotted #ab801e;
    border-top: 1px dotted #ab801e; }
  .home .link-icon .join p {
    border-bottom: 1px dotted #a11c24;
    border-top: 1px dotted #a11c24; }
  .home .link-icon .transfer p {
    border-bottom: 1px dotted #603813;
    border-top: 1px dotted #603813; }
.home #main {
  min-height: 100vh;
  position: relative;
  width: 100%; }
  .home #main .main-image {
    min-height: 100vh; }
  .home #main .top-logo {
    position: absolute;
    left: 40px;
    top: 25px;
    z-index: 100; }
  @media (max-width: 768px) {
    .home #main {
      min-height: calc(62vh - 47px); }
      .home #main .main-image {
        min-height: calc(62vh - 47px); } }
.home #top-nav nav {
  position: absolute;
  right: inherit;
  bottom: 0;
  width: 100%;
  z-index: 100; }
  .home #top-nav nav .menu {
    transition: 0.5s; }
    .home #top-nav nav .menu:hover {
      margin-bottom: 35px; }
  .home #top-nav nav .each-top::before {
    color: #fff;
    font-family: FuturaLTPro-Medium;
    font-size: 13px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -17px; }
  .home #top-nav nav .each-top.nav-news::before {
    content: "NEWS"; }
  .home #top-nav nav .each-top.nav-license::before {
    content: "COURSES"; }
  .home #top-nav nav .each-top.nav-admission::before {
    content: "GUIDANCE"; }
  .home #top-nav nav .each-top.nav-faq::before {
    content: "Q & A"; }
  .home #top-nav nav .each-top.nav-policy::before {
    content: "POLICY"; }
  .home #top-nav nav .each-top.nav-about::before {
    content: "ABOUT US"; }
  .home #top-nav nav .menu:hover .each-top {
    background: rgba(255, 255, 255, 0.8); }
@media (max-width: 768px) {
  .home #top-nav .nav {
    border-bottom: none;
    margin: 0 auto;
    padding: 32px 0 50px;
    position: relative;
    top: inherit;
    width: 90%; }
    .home #top-nav .nav::after {
      background: url(../images/top/top-nav-arrow.png) no-repeat center/contain;
      content: "";
      height: 42px;
      margin: auto;
      position: absolute;
      bottom: 7px;
      left: 0;
      right: 0;
      width: 92px; }
    .home #top-nav .nav > ul > li {
      display: inline-block;
      margin-bottom: 27px;
      padding: 0;
      width: 28%; }
      .home #top-nav .nav > ul > li:not(:nth-child(3n)) {
        margin-right: 8%; }
      .home #top-nav .nav > ul > li > a {
        color: #455d86;
        display: inline-block;
        font-size: 0.9em;
        letter-spacing: 0;
        text-align: center;
        width: 100%; }
        .home #top-nav .nav > ul > li > a span {
          border-top: 1px solid #a2aec2;
          color: #a2aec2;
          display: block;
          font-family: FuturaLTPro-Medium;
          font-size: 10px;
          letter-spacing: 0.12em;
          margin-top: 3px;
          padding-top: 8px; } }
.home #branch {
  margin-bottom: 50px; }
  .home #branch .inner {
    max-width: 743px; }
  .home #branch .section-title {
    padding: 45px 5% 40px; }
  .home #branch .branch-list li {
    display: inline-block;
    width: 30%; }
    .home #branch .branch-list li:not(:last-child) {
      margin-right: 5%; }
  @media (max-width: 768px) {
    .home #branch .branch-list li {
      display: block;
      margin: 0 auto 25px;
      width: 58%; }
      .home #branch .branch-list li:not(:last-child) {
        margin-right: auto; } }
.home #topics .section-title {
  background: url("../images/top/topics-back.jpg") no-repeat center/cover; }
.home #topics .slider {
  position: relative; }
.home #news {
  background: #eceef3;
  padding-bottom: 55px; }
  .home #news .section-title {
    padding: 45px 5% 25px; }
  .home #news .news-list {
    display: block;
    margin: 0 auto 50px;
    max-width: 745px; }
    .home #news .news-list li {
      margin-bottom: 15px;
      width: 100%; }
      .home #news .news-list li:not(:nth-child(4n)) {
        margin-right: 0; }
    .home #news .news-list .content-box {
      display: flex; }
      .home #news .news-list .content-box .news-category {
        margin-right: 2%;
        width: 23%; }
      .home #news .news-list .content-box .desc {
        width: 75%; }
      .home #news .news-list .content-box .text {
        color: #808080;
        letter-spacing: 0.2em; }
  @media (max-width: 768px) {
    .home #news {
      margin-bottom: 10px; }
      .home #news .news-list {
        margin: 0 auto 12px; }
        .home #news .news-list .content-box {
          display: block; }
          .home #news .news-list .content-box .news-category {
            margin-right: 0;
            max-width: 173px;
            width: 100%; }
          .home #news .news-list .content-box .desc {
            width: 100%; } }
.home #whats .section-title {
  border-top: none; }
.home .link-btn a {
  font-family: FuturaLTPro-Medium;
  font-size: 14px;
  padding: 7.5px 0; }

/********************************************************************************
admission
********************************************************************************/
.admission .page-section-title {
  margin: 0 auto 34px; }
.admission .note {
  margin-left: 1em; }
  @media (max-width: 768px) {
    .admission .note {
      font-size: 13px !important; } }
.admission #flow {
  margin-bottom: 45px; }
  .admission #flow .inner {
    max-width: 670px; }
  .admission #flow .flow-list {
    margin-bottom: 110px; }
    .admission #flow .flow-list li {
      display: flex;
      margin-bottom: 85px;
      position: relative; }
      .admission #flow .flow-list li .title {
        margin-right: 5%;
        width: 38%; }
      .admission #flow .flow-list li h2 {
        border: 2px solid #a11c24;
        border-radius: 25px;
        box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
        color: #a11c24;
        font-size: 25px;
        letter-spacing: 0.15em;
        padding: 4px 0 4px 55px;
        position: relative; }
        .admission #flow .flow-list li h2 span {
          color: #a11c24;
          font-size: 37px;
          position: absolute;
          left: 5px;
          top: -7px; }
      .admission #flow .flow-list li .desc {
        width: 57%; }
        .admission #flow .flow-list li .desc p {
          letter-spacing: 0.13em;
          line-height: 1.8; }
        .admission #flow .flow-list li .desc strong {
          color: #a11c24; }
        .admission #flow .flow-list li .desc .tel {
          font-size: 14px;
          letter-spacing: 0.13em;
          margin-left: 22px; }
        .admission #flow .flow-list li .desc dl {
          display: flex;
          letter-spacing: 0.13em;
          line-height: 1.8; }
      .admission #flow .flow-list li::after {
        background: url("../images/admission/flow-arrow.png") no-repeat center/contain;
        content: "";
        height: 41px;
        position: absolute;
        bottom: -65px;
        left: 38%;
        width: 92px; }
  .admission #flow .complete h3 {
    color: #a11c24;
    font-size: 25px;
    line-height: 1.75;
    margin-bottom: 35px;
    text-align: center; }
  .admission #flow .complete dl {
    color: #a11c24;
    display: flex;
    font-size: 14px;
    letter-spacing: 0.15em;
    line-height: 1.8;
    margin-bottom: 35px; }
    .admission #flow .complete dl dt {
      margin-right: 22px; }
  @media (max-width: 768px) {
    .admission #flow {
      margin-bottom: 35px; }
      .admission #flow .inner {
        width: 82%; }
      .admission #flow .flow-list li {
        display: block;
        margin-bottom: 115px; }
        .admission #flow .flow-list li .title {
          margin-right: 0;
          width: 100%; }
        .admission #flow .flow-list li h2 {
          margin: 0 auto 10px;
          max-width: 197px; }
        .admission #flow .flow-list li .desc {
          width: 100%; }
          .admission #flow .flow-list li .desc p {
            font-size: 12px;
            text-align: center; }
          .admission #flow .flow-list li .desc .tel {
            letter-spacing: inherit;
            margin-left: 0; }
          .admission #flow .flow-list li .desc dl {
            display: block;
            text-align: center; }
        .admission #flow .flow-list li::after {
          bottom: -75px; }
      .admission #flow .complete dl {
        display: block; }
        .admission #flow .complete dl dt {
          margin-right: 0; } }
.admission #info .inner,
.admission #necessary .inner,
.admission #payment .inner {
  max-width: 535px; }
.admission #info {
  margin-bottom: 70px; }
  .admission #info li, .admission #info p {
    font-size: 15px;
    letter-spacing: 0.18em; }
  .admission #info ul {
    display: flex;
    flex-wrap: wrap; }
    .admission #info ul li {
      margin-bottom: 2px;
      width: 32%; }
      .admission #info ul li:not(:nth-child(3n)) {
        margin-right: 2%; }
  @media (max-width: 768px) {
    .admission #info {
      margin-bottom: 30px; }
      .admission #info ul li {
        font-size: 14px;
        margin-bottom: 5px;
        width: 49%; }
        .admission #info ul li:not(:nth-child(3n)) {
          margin-right: 0; }
        .admission #info ul li:nth-child(odd) {
          margin-right: 2%; }
      .admission #info p {
        font-size: 13px; } }
.admission #necessary {
  margin-bottom: 70px; }
  .admission #necessary ul {
    margin-bottom: 30px; }
  .admission #necessary li {
    font-size: 15px;
    letter-spacing: 0.18em;
    line-height: 1.8; }
  @media (max-width: 768px) {
    .admission #necessary {
      margin-bottom: 38px; }
      .admission #necessary p:not(.before-circle) {
        font-size: 13px;
        letter-spacing: 0.075em; } }
.admission #payment {
  margin-bottom: 70px; }
  .admission #payment dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 28px;
    letter-spacing: 0.16em; }
    .admission #payment dl dt, .admission #payment dl dd {
      font-size: 15px;
      margin-bottom: 3px; }
    .admission #payment dl dt {
      position: relative;
      width: 24%; }
      .admission #payment dl dt span {
        background: #fff; }
      .admission #payment dl dt::after {
        border-top: 4px dotted #333;
        content: "";
        height: 0;
        position: absolute;
        left: 15px;
        top: 11px;
        width: calc( 95% - 15px );
        z-index: -1; }
    .admission #payment dl dd {
      line-height: 1.7;
      width: 76%; }
  @media (max-width: 768px) {
    .admission #payment {
      margin-bottom: 38px; }
      .admission #payment dl {
        letter-spacing: 0.12em; }
        .admission #payment dl dd span {
          font-size: 13px; } }
.admission #apply {
  margin-bottom: 80px; }
  .admission #apply .inner {
    max-width: 600px; }
  .admission #apply li {
    display: flex;
    margin-bottom: 30px; }
    .admission #apply li .desc {
      margin-right: 3%;
      width: calc( 97% - 240px ); }
      .admission #apply li .desc h3, .admission #apply li .desc p {
        font-size: 15px;
        letter-spacing: 0.16em; }
      .admission #apply li .desc h3 {
        margin-bottom: 1px; }
  @media (max-width: 768px) {
    .admission #apply {
      margin-bottom: 40px; }
      .admission #apply li {
        display: block;
        margin-bottom: 38px; }
        .admission #apply li .desc {
          margin-bottom: 25px;
          margin-right: 0;
          width: 100%; }
          .admission #apply li .desc h3 {
            margin-bottom: 6px; } }

/********************************************************************************
license
********************************************************************************/
.license .page-section-title {
  margin: 0 auto 40px; }
.license .desc {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 33px;
  text-align: center; }
  @media (max-width: 768px) {
    .license .desc {
      font-size: 13px; } }
.license #license-type {
  margin-bottom: 45px; }
  .license #license-type .inner {
    max-width: 860px; }
  .license #license-type .type-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px; }
    .license #license-type .type-list li {
      width: 24%; }
      .license #license-type .type-list li:not(:last-child) {
        margin-right: 1.3%; }
  @media (max-width: 768px) {
    .license #license-type .type-list li {
      width: 49%; }
      .license #license-type .type-list li:not(:last-child) {
        margin-right: 0; }
      .license #license-type .type-list li:nth-child(odd) {
        margin-right: 2%; } }
.license #discount-plan {
  margin-bottom: 45px; }
  .license #discount-plan .discount-list {
    margin-bottom: 30px; }
    .license #discount-plan .discount-list .image {
      margin-bottom: 14px; }
    .license #discount-plan .discount-list p {
      color: #d51c24;
      font-size: 15px;
      margin-bottom: 4px;
      text-align: center; }
    .license #discount-plan .discount-list h3 {
      border-bottom: 4px double #d51c24;
      border-top: 4px double #d51c24;
      color: #d51c24;
      font-family: "見出ゴMB31", "Midashi Go MB31", sans-serif;
      font-size: 50px;
      line-height: 1.4;
      text-align: center; }
  @media (max-width: 768px) {
    .license #discount-plan .discount-list {
      margin: 0 auto 30px;
      max-width: 300px; }
      .license #discount-plan .discount-list li {
        width: 100%; }
        .license #discount-plan .discount-list li:nth-child(odd) {
          margin-right: 0; }
        .license #discount-plan .discount-list li:not(:last-child) {
          margin-bottom: 40px; } }
.license #other {
  margin-bottom: 10px; }
  .license #other .other-box {
    margin-bottom: 70px; }
    .license #other .other-box li, .license #other .other-box p {
      letter-spacing: 0.14em; }
    .license #other .other-box p {
      line-height: 1.7; }
    .license #other .other-box .title {
      border-left: 12px solid #eceef3;
      color: #455d86;
      margin-bottom: 19px;
      padding-left: 10px; }
      .license #other .other-box .title p {
        font-size: 14px;
        letter-spacing: 0.13em; }
      .license #other .other-box .title h3 {
        font-family: "見出ゴMB31", "Midashi Go MB31", sans-serif;
        font-size: 37px;
        letter-spacing: 0.13em;
        line-height: 1.2; }
    .license #other .other-box .detail {
      background: #eceef3;
      margin: 10px 0 32px;
      padding: 12px 16px; }
      .license #other .other-box .detail li {
        margin-bottom: 3px; }
      .license #other .other-box .detail .flex-box {
        display: flex; }
        .license #other .other-box .detail .flex-box .flow {
          width: 33.5%; }
    .license #other .other-box:nth-child(2) .detail {
      padding: 12px 16px 12.7%; }
    .license #other .other-box:nth-child(3) .detail {
      padding: 12px 16px 15%; }
    .license #other .other-box:last-child p + .title {
      margin-top: 50px; }
    .license #other .other-box:last-child .link-btn {
      margin-top: 23px; }
  @media (max-width: 768px) {
    .license #other .other-box {
      margin-bottom: 40px; }
      .license #other .other-box li, .license #other .other-box p {
        font-size: 12px; }
      .license #other .other-box .title h3 {
        font-size: 31px; }
      .license #other .other-box .detail {
        margin: 8px 0 25px;
        padding: 10px; }
        .license #other .other-box .detail .flex-box .flow {
          width: 55%; }
      .license #other .other-box:nth-child(2) .detail {
        padding: 12px 16px 12.7%; }
      .license #other .other-box:nth-child(3) .detail {
        padding: 12px 16px 15%; }
      .license #other .other-box:last-child p + .title {
        margin-top: 50px; }
      .license #other .other-box:last-child .link-btn {
        margin-top: 23px; } }

/******************
limited-release
******************/
.limited-release .page-title {
  color: #455d86;
  border: 1px solid #455d86;
  margin: 0 auto 37px;
  padding: 8px 0;
  width: 90%;
  max-width: 440px; }
  .limited-release .page-title:before, .limited-release .page-title:after {
    content: none; }
  @media (max-width: 768px) {
    .limited-release .page-title {
      margin: 100px auto 37px; } }
.limited-release .desc {
  margin: 0 auto 37px;
  text-align: center;
  width: 90%; }
.limited-release p {
  font-size: 15px;
  line-height: 1.8; }
  @media (max-width: 768px) {
    .limited-release p {
      text-align: center; } }
.limited-release .type-list {
  margin-bottom: 20px; }
  .limited-release .type-list li {
    color: #fff;
    font-size: 21px;
    padding: 11px 0 12px;
    text-align: center; }
    .limited-release .type-list li:first-child {
      background: #E36E8C; }
    .limited-release .type-list li:nth-child(2) {
      background: #DF8543; }
    .limited-release .type-list li:nth-child(3) {
      background: #29b396; }
    .limited-release .type-list li:last-child {
      background: #2980cc; }
  @media (max-width: 768px) {
    .limited-release .type-list li {
      font-size: 19px; } }
.limited-release h2 {
  font-size: 25px;
  margin-bottom: 7px; }
  @media (max-width: 768px) {
    .limited-release h2 {
      text-align: center; } }
.limited-release .flow-list {
  align-items: center;
  display: flex;
  margin: 5px auto 0;
  max-width: 740px;
  width: 92%; }
  .limited-release .flow-list li {
    position: relative;
    width: 16%; }
    .limited-release .flow-list li.driving-school {
      width: 30%; }
    .limited-release .flow-list li:not(:last-child) {
      margin-right: 7.3%; }
      .limited-release .flow-list li:not(:last-child)::after {
        content: "";
        height: 45px;
        margin: auto;
        position: absolute;
        bottom: 0;
        right: -37px;
        top: 0;
        width: 20px; }
    .limited-release .flow-list li:last-child::before {
      content: "";
      height: 25px;
      margin: auto;
      position: absolute;
      top: -32px;
      left: 0;
      right: 0;
      width: 75px; }
  @media (max-width: 768px) {
    .limited-release .flow-list {
      flex-wrap: wrap;
      margin: 40px auto 0;
      max-width: 420px; }
      .limited-release .flow-list li:first-child {
        margin-right: 22%;
        width: 39%; }
        .limited-release .flow-list li:first-child::after {
          right: -45px; }
      .limited-release .flow-list li:nth-child(2) {
        margin-right: 0;
        width: 39%; }
        .limited-release .flow-list li:nth-child(2)::after {
          content: none; }
      .limited-release .flow-list li:nth-child(3) {
        margin: 60px 14% 45px;
        width: 72%; }
        .limited-release .flow-list li:nth-child(3)::before {
          content: "";
          height: 52px;
          margin: auto;
          position: absolute;
          left: 0;
          right: 0;
          top: -65px;
          width: 45px; }
        .limited-release .flow-list li:nth-child(3)::after {
          content: "";
          height: 45px;
          margin: auto;
          position: absolute;
          bottom: -47px;
          left: 0;
          right: 0;
          top: inherit;
          transform: rotate(90deg);
          width: 20px; }
      .limited-release .flow-list li:last-child {
        margin: 35px 30.5% 0;
        width: 39%; } }
.limited-release #semi-medium {
  margin-bottom: 35px; }
  .limited-release #semi-medium h2 {
    color: #29b396; }
  .limited-release #semi-medium .flow-list li:not(:last-child)::after {
    background: url("../images/limited-release/sm-flow-arrow.png") no-repeat center/contain; }
  .limited-release #semi-medium .flow-list li:last-child::before {
    background: url("../images/limited-release/sm-get.png") no-repeat center/contain; }
  @media (max-width: 768px) {
    .limited-release #semi-medium .flow-list li:nth-child(3)::before {
      background: url("../images/limited-release/sm-flow-arrow2.png") no-repeat center/contain; } }
.limited-release #medium {
  margin-bottom: 50px; }
  .limited-release #medium h2 {
    color: #2980cc; }
  .limited-release #medium .flow-list li:not(:last-child)::after {
    background: url("../images/limited-release/m-flow-arrow.png") no-repeat center/contain; }
  .limited-release #medium .flow-list li:last-child::before {
    background: url("../images/limited-release/m-get.png") no-repeat center/contain; }
  @media (max-width: 768px) {
    .limited-release #medium .flow-list li:nth-child(3)::before {
      background: url("../images/limited-release/m-flow-arrow2.png") no-repeat center/contain; } }
.limited-release .link-btn-list {
  margin-bottom: 80px; }
  @media (max-width: 768px) {
    .limited-release .link-btn-list {
      margin-bottom: 45px; } }

/********************************************************************************
faq
********************************************************************************/
.faq section:not(#whats):not(#environment) {
  margin-bottom: 73px; }
  @media (max-width: 768px) {
    .faq section:not(#whats):not(#environment) {
      margin-bottom: 35px; } }
.faq .inner {
  max-width: 825px; }
.faq .faq-box {
  margin-bottom: 40px; }
  .faq .faq-box h3 {
    font-size: 28px; }
  .faq .faq-box .question {
    color: #455d86; }
    .faq .faq-box .question span {
      color: #a2aec2; }
  .faq .faq-box .answer span {
    color: #999; }
  .faq .faq-box p {
    font-size: 15px;
    line-height: 1.75;
    margin: 6px 0 0 5px; }
  .faq .faq-box .link-btn {
    margin-top: 27px; }
  @media (max-width: 768px) {
    .faq .faq-box {
      margin-bottom: 30px; }
      .faq .faq-box h3 {
        font-size: 15px; }
      .faq .faq-box p {
        font-size: 13px;
        margin: 6px 0 0; }
      .faq .faq-box .link-btn {
        margin-top: 40px; } }
.faq #environment {
  margin-bottom: 160px; }
  .faq #environment .link-btn.contact {
    margin-top: 52px; }
  @media (max-width: 768px) {
    .faq #environment {
      margin-bottom: 45px; }
      .faq #environment .link-btn.contact {
        margin-top: 40px; } }

/********************************************************************************
policy
********************************************************************************/
.policy .page-section-title {
  margin: 0 auto 35px; }
.policy #policy {
  margin-bottom: 80px; }
  .policy #policy .inner {
    max-width: 710px; }
  .policy #policy li {
    margin-bottom: 27px;
    padding-left: 13px;
    position: relative; }
    .policy #policy li span {
      letter-spacing: 0;
      position: absolute;
      left: 0;
      top: -1px; }
  .policy #policy li, .policy #policy p {
    font-size: 15px;
    letter-spacing: 0.15em;
    line-height: 1.7; }
  @media (max-width: 768px) {
    .policy #policy {
      font-size: 13px;
      margin-bottom: 40px; }
      .policy #policy li, .policy #policy p {
        font-size: 13px;
        letter-spacing: 0.13em; }
      .policy #policy p {
        text-align: center; } }
.policy #designation {
  margin-bottom: 90px;
  text-align: center; }
  .policy #designation h3 {
    background: #455d86;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.15em;
    margin: 0 auto 18px;
    max-width: 500px;
    padding: 8px 0 9px; }
  .policy #designation .image {
    margin-top: 35px; }
  @media (max-width: 768px) {
    .policy #designation {
      margin-bottom: 55px; }
      .policy #designation h3 {
        font-size: 13px;
        padding: 6px 0; }
      .policy #designation p {
        font-size: 11px; }
      .policy #designation .image {
        margin-top: 15px; } }
@media (max-width: 768px) {
  .policy #remember .inner {
    margin: 0 auto; } }
.policy #privacy-policy {
  margin-bottom: 70px; }
  .policy #privacy-policy .inner {
    max-width: 945px; }
  .policy #privacy-policy h3 {
    color: #455d86;
    font-size: 18px;
    letter-spacing: 0.14em;
    margin-bottom: 5px; }
  .policy #privacy-policy p {
    font-size: 15px;
    letter-spacing: 0.13em;
    line-height: 1.6;
    margin-bottom: 30px; }
  @media (max-width: 768px) {
    .policy #privacy-policy {
      margin-bottom: 40px; }
      .policy #privacy-policy h3 {
        font-size: 15px; }
      .policy #privacy-policy p {
        font-size: 13px;
        line-height: 1.9;
        margin-bottom: 25px; } }

/********************************************************************************
about
********************************************************************************/
.about #info {
  margin-bottom: 25px; }
  .about #info iframe {
    margin-bottom: 45px; }
  .about #info p {
    font-size: 14px;
    line-height: 1.8; }
  .about #info .flex-box {
    display: flex;
    margin: 30px 0 15px; }
    .about #info .flex-box .image {
      margin-right: 3%;
      width: 45%; }
    .about #info .flex-box .address {
      font-size: 15px;
      width: 52%; }
  @media (max-width: 768px) {
    .about #info {
      margin-bottom: 65px; }
      .about #info iframe {
        margin-bottom: 10px; }
      .about #info .flex-box {
        margin: 15px 0; } }
.about .desc {
  font-size: 17px;
  letter-spacing: 0.15em;
  line-height: 1.8;
  margin-bottom: 33px;
  text-align: center; }
  @media (max-width: 768px) {
    .about .desc {
      font-size: 15px;
      margin-bottom: 15px; }
      .about .desc span {
        font-size: 13px; } }
.about #schedule {
  margin-bottom: 90px; }
  .about #schedule .inner {
    max-width: 775px; }
  .about #schedule .time {
    display: flex;
    margin-bottom: 50px; }
  .about #schedule .time-box {
    width: 27.5%; }
    .about #schedule .time-box:not(:nth-child(3n)) {
      margin-right: 8.75%; }
    .about #schedule .time-box .icon {
      margin-bottom: 25px;
      text-align: center; }
    .about #schedule .time-box h3 {
      border-radius: 23px;
      color: #fff;
      font-size: 22px;
      letter-spacing: 0.15em;
      margin-bottom: 20px;
      padding: 5.5px 0;
      text-align: center; }
    .about #schedule .time-box li {
      font-size: 26px;
      letter-spacing: 0.13em;
      margin-bottom: 5px; }
      .about #schedule .time-box li span {
        margin-right: 10px; }
    .about #schedule .time-box.am h3 {
      background: #e2a93b; }
    .about #schedule .time-box.am li span {
      color: #e2a93b; }
    .about #schedule .time-box.pm h3 {
      background: #45acde; }
    .about #schedule .time-box.pm li span {
      color: #45acde; }
    .about #schedule .time-box.night h3 {
      background: #a54f8f; }
    .about #schedule .time-box.night li span,
    .about #schedule .time-box.night p span {
      color: #a54f8f; }
    .about #schedule .time-box.night p {
      font-size: 26px;
      letter-spacing: 0.15em; }
  .about #schedule .schedule-desc {
    margin: 0 auto 10px;
    max-width: 652px; }
    .about #schedule .schedule-desc dl {
      align-items: center;
      display: flex;
      flex-wrap: wrap; }
      .about #schedule .schedule-desc dl dt, .about #schedule .schedule-desc dl dd {
        margin-bottom: 28px; }
      .about #schedule .schedule-desc dl dt {
        background: #455d86;
        border-radius: 23px;
        color: #fff;
        font-size: 22px;
        letter-spacing: 0.2em;
        margin-right: 5%;
        padding: 5px 0 6px;
        text-align: center;
        width: 33%; }
      .about #schedule .schedule-desc dl dd {
        font-size: 20px;
        letter-spacing: 0.15em;
        line-height: 1.8;
        width: 62%; }
  .about #schedule #calendar {
    text-align: right; }
    .about #schedule #calendar .xo-months {
      display: flex; }
    .about #schedule #calendar .xo-month-wrap {
      padding: 10px; }
    .about #schedule #calendar .holiday-titles {
      display: inline-block; }
    .about #schedule #calendar .holiday-title {
      text-align: left; }
  @media (max-width: 768px) {
    .about #schedule .time {
      display: block; }
    .about #schedule .time-box {
      margin: 0 auto;
      max-width: 215px;
      width: 100%; }
      .about #schedule .time-box:not(:nth-child(3n)) {
        margin-right: auto; }
      .about #schedule .time-box:not(:last-child) {
        margin-bottom: 35px; }
    .about #schedule .schedule-desc dl {
      display: block; }
      .about #schedule .schedule-desc dl dt, .about #schedule .schedule-desc dl dd {
        margin-bottom: 45px;
        width: 100%; }
      .about #schedule .schedule-desc dl dt {
        margin: 0 auto 7px;
        max-width: 215px; }
      .about #schedule .schedule-desc dl dd {
        font-size: 18px;
        text-align: center; }
    .about #schedule #calendar {
      margin: 0 auto;
      max-width: 260px; }
      .about #schedule #calendar .xo-months {
        display: block; }
      .about #schedule #calendar .xo-month-wrap {
        padding: 0; }
      .about #schedule #calendar .holiday-titles {
        display: block; } }
.about #facility {
  margin-bottom: 72px; }
  .about #facility .inner {
    max-width: 930px; }
  .about #facility .facility-list {
    display: flex;
    flex-wrap: wrap; }
    .about #facility .facility-list li {
      margin-bottom: 35px;
      width: 44.5%; }
      .about #facility .facility-list li:nth-child(odd) {
        margin-right: 11%; }
      .about #facility .facility-list li h3 {
        color: #455d86;
        font-size: 22px;
        letter-spacing: 0.15em;
        margin-bottom: 7px; }
      .about #facility .facility-list li .image {
        margin-bottom: 11px; }
      .about #facility .facility-list li p {
        font-size: 15px;
        letter-spacing: 0.11em;
        line-height: 1.7; }
  @media (max-width: 768px) {
    .about #facility {
      margin-bottom: 60px; }
      .about #facility .facility-list {
        display: block; }
        .about #facility .facility-list li {
          width: 100%; }
          .about #facility .facility-list li:nth-child(odd) {
            margin-right: 0; } }

/********************************************************************************
recruit
********************************************************************************/
.recruit #main {
  background: url("../images/recruit/main-back.jpg") no-repeat center/cover;
  margin-bottom: 45px;
  padding-bottom: 145px; }
  .recruit #main .breadcrumb li, .recruit #main .breadcrumb a {
    color: #fff; }
  .recruit #main .title {
    margin: 70px auto 0;
    max-width: 478px;
    width: 90%; }
.recruit .desc {
  font-size: 14px;
  line-height: 1.8;
  text-align: center; }
.recruit #about {
  margin-bottom: 50px; }
  .recruit #about h1 {
    color: #455d86;
    font-size: 60px;
    letter-spacing: 0.13em;
    margin-bottom: 12px;
    text-align: center; }
  .recruit #about .about-desc {
    margin: 0 auto 55px; }
  .recruit #about .image-box {
    margin: 0 auto;
    max-width: 530px; }
  @media (max-width: 768px) {
    .recruit #about {
      margin-bottom: 35px; }
      .recruit #about h1 {
        font-size: 30px;
        padding-top: 30px; }
      .recruit #about .about-desc {
        font-size: 15px;
        margin: 0 auto 30px; }
      .recruit #about .image-box {
        max-width: 300px; } }
.recruit #occupation {
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .recruit #occupation {
      margin-bottom: 30px; }
      .recruit #occupation .desc strong {
        display: inline-block;
        font-size: 25px;
        margin-bottom: 7px; } }
.recruit #seeking {
  margin-bottom: 100px; }
  .recruit #seeking .contact-box {
    margin-top: 50px; }
    .recruit #seeking .contact-box p {
      color: #455d86;
      font-size: 20px;
      letter-spacing: 0.13em;
      line-height: 1.8;
      margin-bottom: 35px;
      text-align: center; }
  @media (max-width: 768px) {
    .recruit #seeking {
      margin-bottom: 45px; }
      .recruit #seeking .contact-box {
        margin-top: 35px; } }

/********************************************************************************
trainee
********************************************************************************/
.trainee .inner {
  max-width: 481px; }
.trainee .about-desc {
  margin-bottom: 15px; }
.trainee .tel, .trainee .desc {
  font-size: 14px;
  text-align: center; }
.trainee .tel {
  color: #4d4d4d;
  letter-spacing: 0.16em;
  line-height: 1.7;
  margin-bottom: 50px; }
  .trainee .tel strong {
    color: #455d86;
    font-size: 19px; }
  @media (max-width: 768px) {
    .trainee .tel {
      margin-bottom: 25px; } }
.trainee .desc {
  letter-spacing: 0.13em;
  line-height: 1.8;
  margin-bottom: 27px; }
.trainee .page-list {
  margin-bottom: 40px; }
  .trainee .page-list li {
    display: inline-block;
    margin-bottom: 30px;
    width: 46%; }
    .trainee .page-list li:nth-child(odd) {
      margin-right: 8%; }
  @media (max-width: 768px) {
    .trainee .page-list li {
      display: block;
      margin: 0 auto;
      width: 100%; }
      .trainee .page-list li:nth-child(odd) {
        margin-right: auto; }
      .trainee .page-list li:not(last-child) {
        margin-bottom: 25px; } }
.trainee #timetable .dashed-link-btn p {
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.3em;
  margin-top: 6px; }
.trainee #exercises {
  margin-bottom: 125px; }
  .trainee #exercises .dashed-link-btn {
    margin: 0 auto;
    max-width: 220px; }
  @media (max-width: 768px) {
    .trainee #exercises {
      margin-bottom: 35px; } }
@media (max-width: 768px) {
  .trainee .dashed-link-btn {
    max-width: 220px; } }

/********************************************************************************
considering
********************************************************************************/
.considering .inner {
  max-width: 743px;
  margin-bottom: 40px; }
.considering .page-list {
  margin-bottom: 40px; }
  .considering .page-list li {
    display: inline-block;
    margin-bottom: 30px;
    width: 30%; }
    .considering .page-list li:not(:nth-child(3n)) {
      margin-right: 5%; }
  @media (max-width: 768px) {
    .considering .page-list {
      margin-bottom: 20px; }
      .considering .page-list li {
        margin-bottom: 20px;
        width: 48%; }
        .considering .page-list li a {
          font-size: 13px; }
        .considering .page-list li:not(:nth-child(3n)) {
          margin-right: 0; }
        .considering .page-list li:nth-child(odd) {
          margin-right: 4%; } }

/********************************************************************************
NEWS
********************************************************************************/
/**********
news
***********/
.news-page .pager {
  margin-bottom: 60px;
  text-align: center; }
  .news-page .pager a {
    color: #666;
    font-size: 14px;
    margin: 0 7px; }
  .news-page .pager .current {
    border-bottom: 2px solid #000;
    color: #000;
    margin: 0 7px;
    vertical-align: top; }

/**********
article
***********/
article {
  margin-bottom: 120px; }
  article .inner {
    max-width: 600px; }
  article h2 {
    border-bottom: 1px solid #4d4d4d;
    color: #4d4d4d;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 2px;
    padding-bottom: 13px; }
  article .date {
    font-size: 13px;
    margin-bottom: 15px;
    text-align: right; }
  article p {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 40px; }
  article img {
    display: block; }
  @media (max-width: 768px) {
    article h2 {
      padding-top: 30px; } }

.single .list-btn {
  font-size: 14px;
  margin: 40px auto 45px;
  text-align: center;
  width: 90%; }
  .single .list-btn a {
    color: #666; }
