@charset "UTF-8";
/*メインカラーなど*/
/*時差表示*/
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 400;
  src: url("../font/belfont-Regular.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 700;
  src: url("../font/belfont-Bold.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 900;
  src: url("../font/belfont-Black.woff") format("woff");
  font-display: swap; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal; }

body {
  font-family: "Noto Sans CJK JP", sans-serif;
  line-height: 1.6;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-weight: 400; }
  @media only screen and (max-width: 900px) {
    body {
      line-height: 1.6;
      font-size: 14px; } }

/* IE10 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Roboto Slab","YuMincho","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","ＭＳ Ｐゴシック","MS PGothic",serif; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #040922; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1; }

img {
  border: 0;
  outline: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top; }

/* --------------------------
	共通
--------------------------- */
@media only screen and (min-width: 1380px) {
  .pcNone {
    display: none !important; }
  .spOnly {
    display: none !important; } }

@media only screen and (max-width: 1380px) {
  .pcNone {
    display: none !important; }
  .spOnly {
    display: none !important; } }

@media only screen and (max-width: 1024px) {
  .pcOnly {
    display: none !important; }
  .pcNone {
    display: inline-block !important; }
  .spOnly {
    display: none !important; } }

@media only screen and (max-width: 750px) {
  .pcNone {
    display: inline-block !important; }
  .pcOnly {
    display: none !important; }
  .spNone {
    display: none !important; }
  .spOnly {
    display: inline-block !important; } }

.anchor {
  display: block;
  padding-top: 90px;
  margin-top: -90px; }
  @media only screen and (max-width: 750px) {
    .anchor {
      padding-top: 80px;
      margin-top: -80px; } }

a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  @media only screen and (max-width: 1024px) {
    a {
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; } }
  a:hover {
    opacity: 0.8; }
    @media only screen and (max-width: 1024px) {
      a:hover {
        opacity: 1; } }

/* --------------------------
	ヘッダー
--------------------------- */
.fix-header-contents,
.page-header-contents {
  width: 1300px;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0; }
  @media only screen and (max-width: 1380px) {
    .fix-header-contents,
    .page-header-contents {
      width: 1100px; } }
  @media only screen and (max-width: 1024px) {
    .fix-header-contents,
    .page-header-contents {
      width: 100%; } }
  .fix-header-contents h1,
  .page-header-contents h1 {
    width: 200px;
    position: relative;
    top: 15px; }
  .fix-header-contents ul,
  .page-header-contents ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .fix-header-contents ul li,
    .page-header-contents ul li {
      margin-right: 40px;
      margin-bottom: 5px;
      font-weight: 700;
      line-height: 66px; }
      @media only screen and (max-width: 1380px) {
        .fix-header-contents ul li,
        .page-header-contents ul li {
          margin-right: 30px; } }
      .fix-header-contents ul li:last-child,
      .page-header-contents ul li:last-child {
        margin-right: 0; }

/*ハンバーガーメニュー*/
.nav-toggle {
  position: fixed;
  top: 11px;
  right: 13px;
  height: 45px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px; }
  .nav-toggle > div {
    position: relative;
    width: 30px; }
  .nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out; }
    .nav-toggle span:nth-child(1) {
      top: 0; }
    .nav-toggle span:nth-child(2) {
      top: 12px; }
    .nav-toggle span:nth-child(3) {
      top: 24px; }

.open .nav-toggle span {
  background: #fff; }
  .open .nav-toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .open .nav-toggle span:nth-child(2) {
    top: 10px;
    width: 0;
    left: 50%; }
  .open .nav-toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* z-index */
.nav-toggle {
  z-index: 1200; }

.gloval-nav {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  -o-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease; }

.gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color .6s ease;
  -o-transition: color .6s ease;
  transition: color .6s ease; }

.gloval-nav ul {
  list-style: none;
  padding-top: 80px; }
  .gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: opacity .5s ease, -webkit-transform .6s ease;
    transition: opacity .5s ease, -webkit-transform .6s ease;
    -o-transition: transform .6s ease, opacity .5s ease;
    transition: transform .6s ease, opacity .5s ease;
    transition: transform .6s ease, opacity .5s ease, -webkit-transform .6s ease;
    font-size: 16px;
    letter-spacing: 0.08em; }
    .gloval-nav ul li:nth-child(2) {
      -webkit-transition-delay: .15s;
      -o-transition-delay: .15s;
      transition-delay: .15s; }
    .gloval-nav ul li:nth-child(3) {
      -webkit-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s; }
    .gloval-nav ul li:nth-child(4) {
      -webkit-transition-delay: .45s;
      -o-transition-delay: .45s;
      transition-delay: .45s; }
    .gloval-nav ul li:nth-child(5) {
      -webkit-transition-delay: .6s;
      -o-transition-delay: .6s;
      transition-delay: .6s; }
    .gloval-nav ul li:nth-child(6) {
      -webkit-transition-delay: .75s;
      -o-transition-delay: .75s;
      transition-delay: .75s; }
    .gloval-nav ul li:nth-child(7) {
      -webkit-transition-delay: .9s;
      -o-transition-delay: .9s;
      transition-delay: .9s; }

/* open */
.open {
  overflow: hidden; }
  .open .gloval-nav {
    visibility: visible;
    opacity: 1; }
  .open .gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: opacity .9s ease, -webkit-transform 1s ease;
    -o-transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease; }

/* --------------------------
	フッター
--------------------------- */
footer .school {
  background-color: #f7f7f7;
  padding: 40px 0; }
  @media only screen and (max-width: 1024px) {
    footer .school {
      padding: 20px 0; } }
  footer .school ul {
    width: 1300px;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 1380px) {
      footer .school ul {
        width: 1100px; } }
    @media only screen and (max-width: 1024px) {
      footer .school ul {
        width: 100%;
        padding: 0 18px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media only screen and (max-width: 320px) {
      footer .school ul {
        padding: 0 15px; } }
    footer .school ul li {
      width: 23.8%;
      background-color: #fff; }
      @media only screen and (max-width: 1024px) {
        footer .school ul li {
          width: 49%;
          margin-bottom: 8px; }
          footer .school ul li:nth-last-child(-n+2) {
            margin-bottom: 0; } }
      footer .school ul li a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      @media only screen and (max-width: 750px) {
        footer .school ul li .photo {
          width: 70px; }
          footer .school ul li .photo img {
            width: 100%; } }
      footer .school ul li p {
        font-weight: 700;
        padding-left: 20px; }
        @media only screen and (max-width: 1380px) {
          footer .school ul li p {
            font-size: 13px;
            padding-left: 10px; } }
        @media only screen and (max-width: 750px) {
          footer .school ul li p {
            width: calc(100% - 70px);
            padding: 5px;
            font-size: 12px;
            font-weight: 500;
            line-height: 1.3; } }
        @media only screen and (max-width: 320px) {
          footer .school ul li p {
            font-size: 10px; } }

footer .footer-box .footer-menu {
  width: 1300px;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0; }
  @media only screen and (max-width: 1380px) {
    footer .footer-box .footer-menu {
      width: 1100px;
      padding: 18px 0; } }
  @media only screen and (max-width: 1024px) {
    footer .footer-box .footer-menu {
      width: 100%;
      padding: 15px 18px 12px;
      display: block; } }
  @media only screen and (max-width: 320px) {
    footer .footer-box .footer-menu {
      padding: 15px 15px 12px; } }
  @media only screen and (max-width: 1024px) {
    footer .footer-box .footer-menu .image {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 750px) {
    footer .footer-box .footer-menu .image {
      width: 150px;
      margin-bottom: 7px; } }
  footer .footer-box .footer-menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 750px) {
      footer .footer-box .footer-menu ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    footer .footer-box .footer-menu ul li {
      position: relative;
      margin-right: 26px;
      font-size: 14px;
      font-weight: 700; }
      @media only screen and (max-width: 750px) {
        footer .footer-box .footer-menu ul li {
          font-size: 13px;
          line-height: 1.8; } }
      @media only screen and (max-width: 320px) {
        footer .footer-box .footer-menu ul li {
          line-height: 1.6; } }
      footer .footer-box .footer-menu ul li:before {
        content: '';
        height: 15px;
        width: 1px;
        background-color: #ccc;
        position: absolute;
        right: -13px;
        top: 6px; }
        @media only screen and (max-width: 750px) {
          footer .footer-box .footer-menu ul li:before {
            height: 12px; } }
      footer .footer-box .footer-menu ul li:last-child {
        margin-right: 0; }
      footer .footer-box .footer-menu ul li:last-child:before {
        content: none; }

footer .footer-box .copyright {
  font-size: 12px;
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 8px 0; }
  @media only screen and (max-width: 1380px) {
    footer .footer-box .copyright {
      padding: 5px 0; } }
  @media only screen and (max-width: 750px) {
    footer .footer-box .copyright {
      font-size: 11px;
      padding: 3px 0; } }

/* --------------------------
	pagetop
--------------------------- */
#pagetop {
  width: 65px;
  height: 65px;
  position: fixed;
  right: 30px;
  bottom: 40px;
  background: #2e529b;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 10;
  display: none; }
  @media only screen and (max-width: 1380px) {
    #pagetop {
      bottom: 80px; } }
  @media only screen and (max-width: 1024px) {
    #pagetop {
      bottom: 50px; } }
  @media only screen and (max-width: 750px) {
    #pagetop {
      width: 50px;
      height: 50px;
      right: 10px;
      bottom: 70px; } }
  #pagetop a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none; }
    #pagetop a:after {
      content: '';
      width: 10px;
      height: 10px;
      border: 0px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: absolute;
      top: 57%;
      left: 24px;
      margin-top: -3px; }
      @media only screen and (max-width: 750px) {
        #pagetop a:after {
          width: 8px;
          height: 8px;
          top: 45%;
          left: 18px; } }

/* --------------------------
	section
--------------------------- */
section {
  margin-bottom: 120px; }
  @media only screen and (max-width: 1380px) {
    section {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 1024px) {
    section {
      margin-bottom: 70px; } }
  @media only screen and (max-width: 750px) {
    section {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 320px) {
    section {
      margin-bottom: 50px; } }
  section.short {
    margin-bottom: 80px; }
    @media only screen and (max-width: 1380px) {
      section.short {
        margin-bottom: 70px; } }
    @media only screen and (max-width: 1024px) {
      section.short {
        margin-bottom: 60px; } }
    @media only screen and (max-width: 750px) {
      section.short {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 320px) {
      section.short {
        margin-bottom: 30px; } }

/* --------------------------
	見出し
--------------------------- */
.headline-type01 {
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding-bottom: 50px; }
  @media only screen and (max-width: 750px) {
    .headline-type01 {
      font-size: 28px;
      line-height: 1.2;
      padding-bottom: 40px; } }
  @media only screen and (max-width: 320px) {
    .headline-type01 {
      font-size: 26px; } }
  .headline-type01 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.02em; }
    @media only screen and (max-width: 750px) {
      .headline-type01 span {
        margin-top: 5px;
        font-size: 13px; } }
    @media only screen and (max-width: 320px) {
      .headline-type01 span {
        font-size: 12px; } }
    .headline-type01 span:after {
      content: '';
      background-color: #2e529b;
      width: 40px;
      height: 2px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -20px;
      margin: auto; }
      @media only screen and (max-width: 750px) {
        .headline-type01 span:after {
          bottom: -18px; } }

.headline-type02 {
  font-size: 18px;
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: 700;
  margin-bottom: 5px; }
  @media only screen and (max-width: 750px) {
    .headline-type02 {
      font-size: 16px;
      padding-left: 18px; } }
  .headline-type02:before {
    content: '';
    width: 15px;
    height: 3px;
    border-radius: 2em;
    background-color: #2e529b;
    position: absolute;
    top: 13px;
    left: 0; }
    @media only screen and (max-width: 750px) {
      .headline-type02:before {
        width: 12px; } }

.headline-type03 {
  font-size: 25px;
  font-weight: 700;
  position: relative;
  margin-bottom: 64px;
  line-height: 1.5; }
  @media only screen and (max-width: 750px) {
    .headline-type03 {
      font-size: 20px;
      margin-bottom: 32px; } }
  @media only screen and (max-width: 640px) {
    .headline-type03 {
      font-size: 18px; } }
  .headline-type03:after {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #2e529b;
    position: absolute;
    left: 0;
    bottom: -25px; }
    @media only screen and (max-width: 750px) {
      .headline-type03:after {
        width: 35px;
        bottom: -13px; } }

.headline-type04 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 750px) {
    .headline-type04 {
      font-size: 18px;
      padding-left: 13px;
      margin-bottom: 10px; } }
  .headline-type04:before {
    content: '';
    width: 6px;
    height: 20px;
    background-color: #2e529b;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 2em; }
    @media only screen and (max-width: 750px) {
      .headline-type04:before {
        width: 5px;
        top: 4px; } }

/* --------------------------
	リンク
--------------------------- */
/*右寄せ*/
.detail {
  width: 1300px;
  margin: auto;
  text-align: right;
  font-weight: 700; }
  @media only screen and (max-width: 1380px) {
    .detail {
      width: 1100px; } }
  @media only screen and (max-width: 1024px) {
    .detail {
      width: 100%;
      padding: 0 18px; } }
  @media only screen and (max-width: 320px) {
    .detail {
      padding: 0 15px; } }
  .detail a {
    position: relative;
    display: inline-block;
    padding-right: 15px; }
    .detail a:after {
      content: '';
      width: 6px;
      height: 6px;
      border: 0px;
      border-top: solid 2px #2e529b;
      border-right: solid 2px #2e529b;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -3px; }

/*左寄せ*/
.return {
  width: 100%;
  margin: auto;
  font-weight: 700; }
  @media only screen and (max-width: 1024px) {
    .return {
      padding: 0 18px; } }
  @media only screen and (max-width: 320px) {
    .return {
      padding: 0 15px; } }
  .return a {
    position: relative;
    display: inline-block;
    padding-left: 15px; }
    .return a:after {
      content: '';
      width: 6px;
      height: 6px;
      border: 0px;
      border-top: solid 2px #2e529b;
      border-right: solid 2px #2e529b;
      -ms-transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -3px; }

/* --------------------------
	フェードイン
--------------------------- */
.fadein-up {
  opacity: 0;
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px); }
  @media only screen and (max-width: 750px) {
    .fadein-up {
      -ms-transform: translateX(0, 15px);
      transform: translateX(0, 15px);
      -webkit-transform: translateX(0, 15px); } }

.fadein {
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

/* --------------------------
	ヘッダー
--------------------------- */
header.page .page-header {
  background-color: #fff;
  line-height: 66px;
  left: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  z-index: 800;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
  header.page .page-header .page-header-contents {
    padding-left: 0; }
    @media only screen and (max-width: 1024px) {
      header.page .page-header .page-header-contents h1 {
        width: 150px;
        top: 21px;
        padding-left: 15px; } }

/* --------------------------
	フッター
--------------------------- */
/* --------------------------
	コンテンツ
--------------------------- */
.title-box {
  background-color: #f7f7f7;
  padding-top: 66px;
  text-align: center; }
  .title-box section {
    margin-bottom: 0; }
  .title-box .inner {
    padding: 80px 0;
    text-align: center; }
    @media only screen and (max-width: 1024px) {
      .title-box .inner {
        padding: 60px 0; } }
    @media only screen and (max-width: 750px) {
      .title-box .inner {
        padding: 30px 0; } }
    .title-box .inner h2 {
      font-size: 25px;
      font-weight: 700; }
      @media only screen and (max-width: 750px) {
        .title-box .inner h2 {
          font-size: 20px;
          line-height: 1.4; } }

.breadcrumbs {
  border-bottom: 1px solid #eee;
  margin: 0 auto 55px;
  padding: 7px 5px 9px;
  line-height: 1;
  text-align: left; }
  @media only screen and (max-width: 1024px) {
    .breadcrumbs {
      width: 100%;
      margin: 0 auto 25px;
      padding: 7px 10px 9px; } }
  @media only screen and (max-width: 750px) {
    .breadcrumbs {
      width: 100%;
      padding: 7px 15px 9px; } }
  .breadcrumbs .inner {
    width: 1100px;
    margin: auto;
    font-size: 12px;
    position: relative; }
    @media only screen and (max-width: 1380px) {
      .breadcrumbs .inner {
        width: 1000px; } }
    @media only screen and (max-width: 1024px) {
      .breadcrumbs .inner {
        width: 100%; } }
    .breadcrumbs .inner span {
      display: inline-block;
      position: relative;
      padding-right: 20px; }
      .breadcrumbs .inner span a {
        color: #000; }
      .breadcrumbs .inner span:after {
        content: '';
        width: 4px;
        height: 4px;
        border: 0px;
        border-top: solid 1px #000;
        border-right: solid 1px #000;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 8px;
        margin-top: -2px; }
      .breadcrumbs .inner span:last-child:after {
        display: none; }
    @media only screen and (max-width: 750px) {
      .breadcrumbs .inner {
        line-height: 1;
        margin-bottom: 0;
        padding-bottom: 0; }
        .breadcrumbs .inner span {
          font-size: 10px;
          line-height: 1.4; }
          .breadcrumbs .inner span:after {
            font-size: 8px; } }

.contents {
  width: 1100px;
  margin: auto; }
  @media only screen and (max-width: 750px) {
    .contents {
      width: 100%; } }

.new a {
  position: relative; }
  .new a:before {
    content: '';
    width: 73px;
    height: 73px;
    background-image: url(../img/top/icon_new.png);
    background-size: 73px;
    position: absolute;
    top: -20px;
    left: -25px; }
    @media only screen and (max-width: 1024px) {
      .new a:before {
        width: 60px;
        height: 60px;
        background-size: 60px;
        left: -10px; } }
    @media only screen and (max-width: 750px) {
      .new a:before {
        left: -10px;
        width: 50px;
        height: 50px;
        background-size: 50px; } }

.button {
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
  min-width: 300px;
  font-weight: 700; }
  @media only screen and (max-width: 750px) {
    .button {
      min-width: 100%; } }
  .button a {
    display: block;
    padding: 18px;
    position: relative; }
    .button a:before {
      content: '';
      width: 6px;
      height: 6px;
      border: 0px;
      border-top: solid 2px #2e529b;
      border-right: solid 2px #2e529b;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 49%;
      right: 15px;
      margin-top: -4px; }
      @media only screen and (max-width: 750px) {
        .button a:before {
          width: 6px;
          height: 6px;
          right: 10px; } }

.pager ul {
  text-align: center;
  margin: 0 0 45px;
  padding: 0; }
  @media only screen and (max-width: 750px) {
    .pager ul {
      margin: 0 0 25px; } }
  .pager ul li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    border: 1px solid #ccc; }
    @media only screen and (max-width: 750px) {
      .pager ul li {
        width: 30px;
        height: 30px; } }
    .pager ul li a {
      vertical-align: middle;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      display: table;
      color: #ccc;
      text-decoration: none; }
      @media only screen and (max-width: 750px) {
        .pager ul li a {
          line-height: 1.4; } }
      .pager ul li a span {
        display: table-cell;
        vertical-align: middle; }
        @media only screen and (max-width: 750px) {
          .pager ul li a span {
            line-height: 1.4; } }
      .pager ul li a:hover, .pager ul li a.active {
        color: #fff;
        background: #2e529b;
        opacity: 1; }

.page-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 85px; }
  @media only screen and (max-width: 1024px) {
    .page-link {
      display: block;
      padding: 0 15px;
      margin-bottom: 35px; } }
  .page-link li {
    position: relative;
    margin: 0 25px; }
    @media only screen and (max-width: 1024px) {
      .page-link li {
        width: 100%;
        margin: 0 0 10px;
        border-bottom: 1px solid #ccc; }
        .page-link li:last-child {
          border-bottom: none; } }
    .page-link li:first-child {
      margin-left: 0; }
    .page-link li:before {
      content: '';
      width: 1px;
      height: 18px;
      background-color: #ccc;
      position: absolute;
      left: 0;
      top: 4px; }
      @media only screen and (max-width: 1024px) {
        .page-link li:before {
          content: none; } }
    .page-link li:last-child:after {
      content: '';
      width: 1px;
      height: 18px;
      background-color: #ccc;
      position: absolute;
      right: -45px;
      top: 4px; }
      @media only screen and (max-width: 1024px) {
        .page-link li:last-child:after {
          content: none; } }
    .page-link li a {
      display: block;
      position: relative;
      padding: 0 20px 0 35px; }
      @media only screen and (max-width: 1024px) {
        .page-link li a {
          padding: 3px 0 10px; } }
      .page-link li a:before {
        content: '';
        width: 6px;
        height: 6px;
        border: 0px;
        border-top: solid 2px #2e529b;
        border-right: solid 2px #2e529b;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 47%;
        right: -10px;
        margin-top: -3px; }
        @media only screen and (max-width: 1024px) {
          .page-link li a:before {
            width: 6px;
            height: 6px;
            right: 10px; } }

@media only screen and (max-width: 1024px) {
  .main-article-salon .contents {
    width: 100%;
    padding: 0 18px; } }

.main-article-salon .salon {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px; }

.main-article-salon .col {
  border-bottom: 1px solid #ccc;
  margin-bottom: 45px;
  padding-bottom: 45px; }
  @media only screen and (max-width: 750px) {
    .main-article-salon .col {
      margin-bottom: 25px;
      padding-bottom: 25px; } }
  .main-article-salon .col:last-child {
    border-bottom: none; }
  .main-article-salon .col:nth-last-child(2) {
    border-bottom: none; }
  .main-article-salon .col h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px; }
    @media only screen and (max-width: 750px) {
      .main-article-salon .col h3 {
        font-size: 16px;
        margin-bottom: 10px; } }
  .main-article-salon .col .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 750px) {
      .main-article-salon .col .item {
        display: block; } }
    .main-article-salon .col .item .image {
      width: 480px;
      margin-right: 55px; }
      @media only screen and (max-width: 1024px) {
        .main-article-salon .col .item .image {
          width: 320px;
          margin-right: 25px; } }
      @media only screen and (max-width: 750px) {
        .main-article-salon .col .item .image {
          width: 100%;
          margin-right: 0; } }
      .main-article-salon .col .item .image img {
        width: 100%;
        border: 1px solid #ccc;
        margin-bottom: 20px; }
        @media only screen and (max-width: 750px) {
          .main-article-salon .col .item .image img {
            margin-bottom: 10px; } }
      .main-article-salon .col .item .image p {
        font-weight: 700; }
        @media only screen and (max-width: 750px) {
          .main-article-salon .col .item .image p {
            margin-bottom: 15px; } }
    .main-article-salon .col .item .text {
      width: calc(100% - 480px); }
      @media only screen and (max-width: 1024px) {
        .main-article-salon .col .item .text {
          width: calc(100% - 320px); } }
      @media only screen and (max-width: 750px) {
        .main-article-salon .col .item .text {
          width: 100%; } }
      .main-article-salon .col .item .text ul li {
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        margin-bottom: 15px;
        position: relative;
        padding-left: 30px; }
        @media only screen and (max-width: 750px) {
          .main-article-salon .col .item .text ul li {
            padding-bottom: 8px;
            margin-bottom: 8px; } }
        .main-article-salon .col .item .text ul li:last-child {
          border-bottom: none; }
        .main-article-salon .col .item .text ul li.address:before {
          content: '';
          width: 15px;
          height: 20px;
          background-image: url(../img/salon/icon_address.png);
          background-size: 15px 20px;
          position: absolute;
          top: 3px;
          left: 5px; }
        .main-article-salon .col .item .text ul li.tel:before {
          content: '';
          width: 16px;
          height: 20px;
          background-image: url(../img/salon/icon_tel.png);
          background-size: 16px 20px;
          position: absolute;
          top: 3px;
          left: 5px; }
        .main-article-salon .col .item .text ul li.time:before {
          content: '';
          width: 18px;
          height: 18px;
          background-image: url(../img/salon/icon_time.png);
          background-size: 18px;
          position: absolute;
          top: 3px;
          left: 5px; }
      .main-article-salon .col .item .text .work {
        background-color: #edf0f4;
        padding: 25px; }
        @media only screen and (max-width: 750px) {
          .main-article-salon .col .item .text .work {
            padding: 15px; } }
        .main-article-salon .col .item .text .work .item {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 20px; }
          .main-article-salon .col .item .text .work .item:last-child {
            margin-bottom: 0; }
          .main-article-salon .col .item .text .work .item .image {
            width: 180px;
            margin-right: 25px; }
            @media only screen and (max-width: 1024px) {
              .main-article-salon .col .item .text .work .item .image {
                width: 110px;
                margin-right: 15px; } }
            .main-article-salon .col .item .text .work .item .image img {
              width: 100%;
              margin-bottom: 0; }
          .main-article-salon .col .item .text .work .item .text {
            width: calc(100% - 180px); }
            @media only screen and (max-width: 1024px) {
              .main-article-salon .col .item .text .work .item .text {
                width: calc(100% - 110px); } }
            .main-article-salon .col .item .text .work .item .text h3 {
              font-size: 16px;
              background-color: #2e529b;
              color: #fff;
              border-radius: 2em;
              display: inline-block;
              padding: 3px 12px;
              margin-bottom: 10px; }
              @media only screen and (max-width: 750px) {
                .main-article-salon .col .item .text .work .item .text h3 {
                  font-size: 13px;
                  margin-bottom: 5px; } }
            .main-article-salon .col .item .text .work .item .text .name {
              font-weight: 700;
              font-size: 18px; }
              @media only screen and (max-width: 750px) {
                .main-article-salon .col .item .text .work .item .text .name {
                  font-size: 16px;
                  margin-bottom: 3px; } }
            .main-article-salon .col .item .text .work .item .text .school {
              font-size: 14px;
              margin-bottom: 10px; }
              @media only screen and (max-width: 750px) {
                .main-article-salon .col .item .text .work .item .text .school {
                  font-size: 13px;
                  line-height: 1.3; } }
            .main-article-salon .col .item .text .work .item .text ul li {
              padding: 0;
              margin-bottom: 3px; }
              .main-article-salon .col .item .text .work .item .text ul li a {
                position: relative;
                padding-right: 15px; }
                @media only screen and (max-width: 750px) {
                  .main-article-salon .col .item .text .work .item .text ul li a {
                    padding-right: 22px; } }
                .main-article-salon .col .item .text .work .item .text ul li a:before {
                  content: '';
                  width: 6px;
                  height: 6px;
                  border: 0px;
                  border-top: solid 2px #2e529b;
                  border-right: solid 2px #2e529b;
                  -ms-transform: rotate(45deg);
                  -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
                  position: absolute;
                  top: 56%;
                  right: 0;
                  margin-top: -4px; }
                  @media only screen and (max-width: 750px) {
                    .main-article-salon .col .item .text .work .item .text ul li a:before {
                      width: 6px;
                      height: 6px;
                      right: 10px; } }

@media only screen and (max-width: 750px) {
  .main-article-salon .return {
    padding: 0; } }
