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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media screen and (min-width: 960px){
  html{
    min-width: 1300px;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-size: 10px;
  font-size: 1rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
img,
input[type="image"] {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a,
.a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  a,
  .a {
    -webkit-transition: opacity, .4s;
    transition: opacity, .4s;
    cursor: pointer;
  }

  a:hover,
  .a:hover {
      opacity: .6;
  }
}

input,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: #333;
}

#wrap {
  font-size: 12px;
  line-height: 1.5;
  position: relative;
}

@media screen and (min-width: 960px) {
  #wrap {
    font-size: 16px;
    line-height: 1.75;
    margin: 0 auto;
  }
}

.container {
  width: 94.66667%;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .container {
    width: 1300px;
  }
}

.container .inner {
  margin: 0 auto;
  width: 94.3662%;
}

@media screen and (min-width: 960px) {
  .container .inner {
    width: 100%;
    max-width: 1300px;
  }
}

.pc-block {
  display: none;
}

@media screen and (min-width: 960px) {
  .pc-block {
    display: block;
  }
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

#header {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #1458a7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
body.customize-support #header{
  margin-top: 46px;
}

@media screen and (min-width: 960px) {
  #header {
    height: 90px;
    border-bottom: 2px solid #1458a7;
  }
  body.customize-support #header{
    margin-top: 32px;
  }
}

#header .container {
  width: 100%;
  height: inherit;
}

#header .container .flex {
  width: inherit;
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .container .first {
  height: inherit;
  display: flex;
  align-items: center;
  margin-left: 4vw;
}

@media screen and (min-width: 960px) {
  #header .container .first {
    margin-left: 30px;
  }
}

#header .container .first h1 img {
  display: block;
  width: 25px;
  margin-right: 5px;
}

@media screen and (min-width: 960px) {
  #header .container .first h1 img {
    width: 50px;
    margin-right: 15px;
  }
}

#header .container .first h2 {
  font-size: 11px;
  line-height: 1.4545;
  text-align: center;
}

@media screen and (min-width: 960px) {
  #header .container .first h2 {
    font-size: 18px;
    line-height: 1.4445;
  }
}

#header .container .first h2 span {
  font-size: 13px;
}

@media screen and (min-width: 960px) {
  #header .container .first h2 span {
      font-size: 24px;
  }
}

#header .container .second {
  width: 50px;
  height: inherit;
  background-color: #1458a7;
}

@media screen and (min-width: 960px) {
  #header .container .second {
    width: 90px;
  }
}

#header .container .trigger {
  width: inherit;
  height: inherit;
  position: relative;
  z-index: 200;
}

@media screen and (min-width: 960px) {
  #header .container .trigger {
    cursor: pointer;
  }
}

#header .container .trigger span {
  width: 25px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (min-width: 960px) {
  #header .container .trigger span {
    width: 40px;
    height: 3px;
  }
}

#header .container .trigger span:first-of-type {
  top: 15px;
}

@media screen and (min-width: 960px) {
  #header .container .trigger span:first-of-type {
    top: 26px;
  }
}

#header .container .trigger span:nth-of-type(2) {
  top: 25px;
}

@media screen and (min-width: 960px) {
  #header .container .trigger span:nth-of-type(2) {
    top: 42px;
  }
}

#header .container .trigger span:last-of-type {
  bottom: 15px;
}

@media screen and (min-width: 960px) {
  #header .container .trigger span:last-of-type {
      bottom: 29px;
  }
}

#header .container .trigger.active span:first-of-type {
    top: 13px;
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg)
}

@media screen and (min-width: 960px) {
    #header .container .trigger.active span:first-of-type {
        top: 29px;
        -webkit-transform: translateY(14px) rotate(-45deg);
        transform: translateY(14px) rotate(-45deg)
    }
}

#header .container .trigger.active span:nth-of-type(2) {
    opacity: 0
}

#header .container .trigger.active span:last-of-type {
    bottom: 12px;
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg)
}

@media screen and (min-width: 960px) {
    #header .container .trigger.active span:last-of-type {
        bottom: 29px;
        -webkit-transform: translateY(-14px) rotate(45deg);
        transform: translateY(-14px) rotate(45deg)
    }
}

footer {
    background-color: #1458a7;
    padding: 12px 0 15px
  }

  @media screen and (min-width: 960px) {
    footer {
      position: relative;
      padding: 30px 0;
      height: 182px;
      min-width: 1200px
    }
  }

  footer .footer_inner {
    width: 94.66667%;
    margin: 0 auto;
    color: #fff
  }

  @media screen and (min-width: 960px) {
    footer .footer_inner {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 1000px;
      height: 100%
    }
  }

  footer .footer_inner .ttl {
    display: flex;
    align-items: center
  }

  footer .footer_inner .ttl img {
    display: block;
    width: 24px
  }

  @media screen and (min-width: 960px) {
    footer .footer_inner .ttl img {
      width: 44px
    }
  }

  footer .footer_inner .ttl p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .1em;
    color: #fff;
    margin-left: 5px;
    margin-top: -3px
  }

  @media screen and (min-width: 960px) {
    footer .footer_inner .ttl p {
      font-size: 26px;
      margin-left: 10px
    }
  }

  @media screen and (min-width: 960px) {
    footer .footer_inner .cont {
      display: flex;
      justify-content: space-between;
      align-items: flex-end
    }
  }

  footer .footer_inner .address {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.7;
    font-style: normal;
    letter-spacing: .1em
  }

  @media screen and (min-width: 960px) {
    footer .footer_inner .address {
      margin-top: 10px;
      font-size: 16px;
      line-height: 1.75
    }
  }

  footer .footer_inner .-right {
    margin-top: 20px;
    text-align: center
  }

  @media screen and (min-width: 960px) {
    footer .footer_inner .-right {
      margin-top: 0;
      display: flex;
      flex-direction: column;
      align-items: flex-end
    }
  }

  footer .footer_inner .-right .footerLinks {
    display: flex;
    justify-content: center
  }

  footer .footer_inner .-right .footerLinks li {
    font-size: 12px;
    line-height: 1
  }

  @media screen and (min-width: 960px) {
    footer .footer_inner .-right .footerLinks li {
      margin-left: 15px;
      padding-left: 15px;
      font-size: 16px
    }
  }

  footer .footer_inner .-right .footerLinks li:not(:first-child) {
    padding-left: 11px;
    margin-left: 11px;
    border-left: 1px solid #fff
  }

  @media screen and (min-width: 960px) {
    footer .footer_inner .-right .footerLinks li:not(:first-child) {
      padding-left: 20px;
      margin-left: 20px
    }
  }

  footer .footer_inner .-right .footerLinks li a {
    position: relative
  }

  footer .footer_inner .-right .footerLinks li a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .4s;
  }

  footer .footer_inner .-right .footerLinks li a:hover {
    opacity: 1
  }

  footer .footer_inner .-right .footerLinks li a:hover::after {
    transform: scale(1, 1)
  }

  footer .footer_inner .-right .copyright {
    margin-top: 16px;
    line-height: 1.3;
    font-size: 10px;
    letter-spacing: .1em
  }

  @media screen and (min-width: 960px) {
    footer .footer_inner .-right .copyright {
      margin-top: 12px;
      font-size: 14px
    }
  }

#nav {
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 50px;
    left: 0;
    padding: 30px 0 90px;
    overflow: auto;
    display: none
}

@media screen and (min-width: 960px) {
    #nav {
        top: 80px;
        padding: 75px 0 150px
    }
}

@media screen and (min-width: 960px) {
    #nav .container .inner {
        width: 800px
    }
}

#nav .container .junior-high .ttl {
    display: flex;
    align-items: center
}

#nav .container .junior-high .ttl h2 img {
    display: block;
    width: 118px
}

@media screen and (min-width: 960px) {
    #nav .container .junior-high .ttl h2 img {
        width: 236px
    }
}

#nav .container .junior-high .ttl h3 {
    font-size: 9px;
    font-size: .9rem;
    display: flex;
    align-items: center
}

@media screen and (min-width: 960px) {
    #nav .container .junior-high .ttl h3 {
        font-size: 16px;
        font-size: 1.6rem
    }
}

#nav .container .junior-high .ttl h3::before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #ff445a;
    margin: 2px 10px 0
}

@media screen and (min-width: 960px) {
    #nav .container .junior-high .ttl h3::before {
        width: 30px;
        height: 2px
    }
}

#nav .container .junior-high ul {
    margin-top: 10px
}

@media screen and (min-width: 960px) {
    #nav .container .junior-high ul {
        margin-top: 15px
    }
}

#nav .container .junior-high ul li {
/*    border-top: 1px solid #999*/
    border-top: 1px solid #1b1b1b;
}

#nav .container .junior-high ul li:last-of-type {
/*    border-bottom: 1px solid #999*/
    border-bottom: 1px solid #1b1b1b;
}

#nav .container .junior-high ul li a {
    display: block;
    padding: 10px;
    letter-spacing: .1em;
    position: relative
}

@media screen and (min-width: 960px) {
    #nav .container .junior-high ul li a {
        padding: 15px 15px 15px 30px
    }
}

#nav .container .junior-high ul li a::after {
    content: "";
    display: block;
    background-image: url(../images/arrow01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 4px;
    height: 5px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto
}

@media screen and (min-width: 960px) {
    #nav .container .junior-high ul li a::after {
        width: 8px;
        height: 10px;
        right: 30px
    }
}

#nav .container .high {
    margin-top: 30px
}

@media screen and (min-width: 960px) {
    #nav .container .high {
        margin-top: 60px
    }
}

#nav .container .high .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#nav .container .high .ttl h2 img {
    display: block;
    width: 81px
}

@media screen and (min-width: 960px) {
    #nav .container .high .ttl h2 img {
        width: 162px
    }
}

#nav .container .high .ttl h3 {
    font-size: 9px;
    font-size: .9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 960px) {
    #nav .container .high .ttl h3 {
        font-size: 16px;
        font-size: 1.6rem
    }
}

#nav .container .high .ttl h3::before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #009cff;
    margin: 2px 10px 0
}

@media screen and (min-width: 960px) {
    #nav .container .high .ttl h3::before {
        width: 30px;
        height: 2px
    }
}

#nav .container .high ul {
    margin-top: 10px
}

@media screen and (min-width: 960px) {
    #nav .container .high ul {
        margin-top: 15px
    }
}

#nav .container .high ul li {
/*    border-top: 1px solid #999*/
    border-top: 1px solid #1b1b1b;
}

#nav .container .high ul li:last-of-type {
/*    border-bottom: 1px solid #999*/
    border-bottom: 1px solid #1b1b1b;
}

#nav .container .high ul li a {
    display: block;
    padding: 10px;
    letter-spacing: .1em;
    position: relative
}

@media screen and (min-width: 960px) {
    #nav .container .high ul li a {
        padding: 15px 15px 15px 30px
    }
}

#nav .container .high ul li a::after {
    content: "";
    display: block;
    background-image: url(../images/arrow01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 4px;
    height: 5px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto
}

@media screen and (min-width: 960px) {
    #nav .container .high ul li a::after {
        width: 8px;
        height: 10px;
        right: 30px
    }
}

#nav .container .info {
    margin-top: 30px
}

@media screen and (min-width: 960px) {
    #nav .container .info {
        margin-top: 60px
    }
}

#nav .container .info .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#nav .container .info .ttl h2 img {
    display: block;
    width: 74px
}

@media screen and (min-width: 960px) {
    #nav .container .info .ttl h2 img {
        width: 148px
    }
}

#nav .container .info .ttl h3 {
    font-size: 9px;
    font-size: .9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px
}

@media screen and (min-width: 960px) {
    #nav .container .info .ttl h3 {
        font-size: 16px;
        font-size: 1.6rem
    }
}

#nav .container .info .ttl h3::before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #1458a7;
    margin: 2px 10px 0
}

@media screen and (min-width: 960px) {
    #nav .container .info .ttl h3::before {
        width: 30px;
        height: 2px;
        margin-top: 3px
    }
}

#nav .container .info ul {
    margin-top: 10px
}

@media screen and (min-width: 960px) {
    #nav .container .info ul {
        margin-top: 15px
    }
}

#nav .container .info ul li {
/*    border-top: 1px solid #999*/
    border-top: 1px solid #1b1b1b;
}

#nav .container .info ul li:last-of-type {
/*    border-bottom: 1px solid #999*/
    border-bottom: 1px solid #1b1b1b;
}

#nav .container .info ul li a {
    display: block;
    padding: 10px 10px 10px 35px;
    letter-spacing: .1em;
    position: relative
}

@media screen and (min-width: 960px) {
    #nav .container .info ul li a {
        padding: 15px 15px 15px 75px
    }
}

#nav .container .info ul li a::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 15px;
    height: 15px
}

@media screen and (min-width: 960px) {
    #nav .container .info ul li a::before {
        width: 30px;
        height: 30px;
        left: 30px
    }
}

#nav .container .info ul li a::after {
    content: "";
    display: block;
    background-image: url(../images/arrow01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 4px;
    height: 5px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto
}

@media screen and (min-width: 960px) {
    #nav .container .info ul li a::after {
        width: 8px;
        height: 10px;
        right: 30px
    }
}

#nav .container .info ul .fee a::before {
    background-image: url(../images/ico03.png)
}

#nav .container .info ul .incorporation a::before {
    background-image: url(../images/ico04.png)
}

#nav .container .info ul .question a::before {
    background-image: url(../images/ico05.png)
}

#nav .container .info ul .access a::before {
    background-image: url(../images/ico06.png);
    background-size: contain;
}

#nav .container .info ul .app a::before {
    background-image: url(../images/ico07.png)
}

#nav .container .doc {
    margin-top: 20px
}

@media screen and (min-width: 960px) {
    #nav .container .doc {
        margin-top: 25px;
        margin-top: 25px
    }
}

#nav .container .doc ul {
    width: 100%;
    max-width: 335px;
    margin: 0 auto
}

@media screen and (min-width: 960px) {
    #nav .container .doc ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%
    }
}

#nav .container .doc ul li {
    border: 1px solid #999;
    padding: 5px;
    text-align: center
}

@media screen and (min-width: 960px) {
    #nav .container .doc ul li {
        width: 390px;
        padding: 10px
    }
}

#nav .container .doc ul li:nth-of-type(n+2) {
    margin-top: 15px
}

@media screen and (min-width: 960px) {
    #nav .container .doc ul li:nth-of-type(n+2) {
        margin-top: 0;
        margin-left: 20px
    }
}

#nav .container .doc ul li a {
    display: block;
    border: 1px solid #ccc;
    padding: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative
}

@media screen and (min-width: 960px) {
    #nav .container .doc ul li a {
        font-size: 22px;
        font-size: 2.2rem
    }
}

#nav .container .doc ul li a::before {
    content: "";
    display: block;
    width: 10px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    margin: auto
}

@media screen and (min-width: 960px) {
    #nav .container .doc ul li a::before {
        width: 20px;
        height: 28px
    }
}

#nav .container .doc ul li a::after {
    content: "";
    display: block;
    width: 5px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url(../images/arrow02.png);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto
}

@media screen and (min-width: 960px) {
    #nav .container .doc ul li a::after {
        width: 10px;
        height: 18px;
        right: 40px
    }
}

#nav .container .doc ul li .doc_junior-high::before {
    background-image: url(../images/ico01.png)
}

@media screen and (min-width: 960px) {
    #nav .container .doc ul li .doc_junior-high::before {
        left: 70px
    }
}

#nav .container .doc ul li .doc_high::before {
    background-image: url(../images/ico02.png)
}

@media screen and (min-width: 960px) {
    #nav .container .doc ul li .doc_high::before {
        left: 60px
    }
}

#nav .container .school {
    margin-top: 15px
}

@media screen and (min-width: 960px) {
    #nav .container .school {
        margin-top: 25px
    }
}

#nav .container .school .btn {
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
    border: 1px solid #999;
    text-align: center;
    padding: 5px
}

@media screen and (min-width: 960px) {
    #nav .container .school .btn {
        max-width: 100%;
        padding: 10px
    }
}

#nav .container .school .btn a {
    display: block;
    padding: 10px 0 30px;
    border: 1px dashed #999
}

@media screen and (min-width: 960px) {
    #nav .container .school .btn a {
        padding: 15px 0 45px
    }
}

#nav .container .school .btn a h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-size: 2rem
}

@media screen and (min-width: 960px) {
    #nav .container .school .btn a h2 {
        font-size: 52px;
        font-size: 5.2rem;
        line-height: 1.25
    }
}

@media screen and (min-width: 960px) {
    #nav .container .school .btn a h3 {
        font-size: 18px;
        font-size: 1.8rem
    }
}

#nav .container .school .btn .ttl {
    position: relative
}

#nav .container .school .btn .ttl::before {
    content: "";
    display: block;
    width: 68px;
    height: 6px;
    background-image: url(../images/img04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    margin: auto
}

@media screen and (min-width: 960px) {
    #nav .container .school .btn .ttl::before {
        width: 136px;
        height: 12px;
        bottom: -20px
    }
}

#nav .container .school .btn .ttl::after {
    content: "";
    display: block;
    width: 5px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url(../images/arrow02.png);
    position: absolute;
    top: 30px;
    right: 20px
}

@media screen and (min-width: 960px) {
    #nav .container .school .btn .ttl::after {
        width: 10px;
        height: 18px;
        top: 60px;
        right: 40px
    }
}

#nav .container .close {
    margin-top: 30px
}

@media screen and (min-width: 960px) {
    #nav .container .close {
        margin-top: 50px;
        cursor: pointer
    }
}

#nav .container .close .trigger {
    width: 180px;
    height: 40px;
    overflow: hidden;
    margin: 0 auto;
/*    background-color: #333*/
    background-color: #000;
}

#nav .container .close .trigger .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

#nav .container .close .trigger .ico span {
    width: 18px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 20px;
    left: 45px
}

@media screen and (min-width: 960px) {
    #nav .container .close .trigger .ico span {
        left: 45px
    }
}

#nav .container .close .trigger .ico span:first-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav .container .close .trigger .ico span:last-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav .container .close .trigger p {
    color: #fff;
    text-align: center;
    line-height: 3.25;
    margin-left: 10px
}

@media screen and (min-width: 960px) {
    #nav .container .close .trigger p {
        line-height: 2.45;
        margin-left: 15px
    }
}

#main {
    padding-top: 50px;
    margin-top: 0;
}

@media screen and (min-width: 960px) {
    #main {
        padding-top: 90px
    }
}

#main .anchorSchool {
    margin-top: 25px;
    padding: 110px 0 25px;
    background-image: url(../images/sp/bg05.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media screen and (min-width: 960px) {
    #main .anchorSchool {
/*        margin-top: 50px;*/
        margin-top: 80px;
/*        padding: 215px 0 50px;*/
        padding: 214px 0 51px;
        background-image: url(../images/pc/bg05.jpg)
    }
}

#main .anchorSchool .btn {
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.95)
}

@media screen and (min-width: 960px) {
    #main .anchorSchool .btn {
        max-width: 725px;
        padding: 10px
    }
}

#main .anchorSchool .btn a {
    display: block;
    padding: 10px 0 30px;
/*    border: 1px dashed #999*/
    border: 1px dashed #0f0f0f;
}

@media screen and (min-width: 960px) {
    #main .anchorSchool .btn a {
        padding: 15px 0 45px
    }
}

#main .anchorSchool .btn a h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-size: 2.8rem
}

@media screen and (min-width: 960px) {
    #main .anchorSchool .btn a h2 {
        font-size: 52px;
        font-size: 5.2rem;
        line-height: 1.25
    }
}

#main .anchorSchool .btn a h3 {
    font-size: 11px;
    font-size: 1.1rem
}

@media screen and (min-width: 960px) {
    #main .anchorSchool .btn a h3 {
        font-size: 18px;
        font-size: 1.8rem
    }
}

#main .anchorSchool .btn .ttl {
    position: relative
}

#main .anchorSchool .btn .ttl::before {
    content: "";
    display: block;
    width: 68px;
    height: 6px;
    background-image: url(../images/img04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    margin: auto
}

@media screen and (min-width: 960px) {
    #main .anchorSchool .btn .ttl::before {
        width: 136px;
        height: 12px;
        bottom: -20px
    }
}

#main .anchorSchool .btn .ttl::after {
    content: "";
    display: block;
    width: 5px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url(../images/arrow02.png);
    position: absolute;
    top: 30px;
    right: 20px
}

@media screen and (min-width: 960px) {
    #main .anchorSchool .btn .ttl::after {
        width: 10px;
        height: 18px;
        top: 60px;
        right: 40px
    }
}

#page-top {
    display: none;
    position: absolute;
    bottom: 107px;
    right: 6px;
    width: 42px;
    height: 42px;
    z-index: 98;
}
@media screen and (min-width: 960px) {
    #page-top {
        bottom: 100px;
        right: 30px;
        width: 60px;
        height: 60px;
    }
}
#page-top.-fixed{
    position: fixed;
    bottom: 17px;
}

#wpadminbar.mobile{
  position: fixed;
}