@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=PT+Sans:wght@400;700&family=Lato:wght@400;700');
@import url(css/base.css);

html{
  font-size: 62.5%;
  /* overflow: auto; */
}
body {
  position: relative;
  line-height: 1.5;
  font-size: 1.5em;
  font-family: /* 'Lato',  */'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color: #000;
  color: #fff;
  overflow-x: hidden;
}
@media screen and (max-width: 769px) {
  body {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.3em;
  }
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #fff;
}
a:hover {
    opacity: .8;
}

b {
  font-weight: bold;
}
br.pc {
}
br.sp {
  display: none;
}
br.mb {
  display: none;
}
@media screen and (max-width: 769px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: inline-block;
  }
  br.mb {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  br.sp {
    display: none;
  }
  br.mb {
    display: inline-block;
  }
}




header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background: #333;
  color: #fff;
  z-index: 999;
}
header h1 span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
}
header h1 a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  padding: .5em 1em;
  line-height: 2;
}
header h1 img {
  width: 25%;
  max-width: 60px;
  vertical-align: middle;
  margin-right: 10px;
}
.headInner {
  display: flex;
  align-items: center;
}
nav {
  margin-left: auto;
}
@media screen and (max-width: 769px) {
  nav {
    display: none; 
  }
}
@media screen and (max-width: 480px) {
  header {
    height: 61px;
  }
}
nav ul {
  display: flex;
}
nav ul li a {
  position:relative;
  padding: 1.5em .8em;
  display: block;
  height: 80px;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 769px) {
  nav {
    position: fixed;
    width:100%;
    background: #3e3e3e;
    margin-top: 80px;
    top: 0;
  }
  nav.active {
      display: block;
  }
  nav ul {
      flex-direction: column;
  }
  nav ul li a {
    height: auto;
  }
  nav ul li.contact {
    background-color: transparent;  
  }
  nav li a.current:after {
    display:none;
  }
}
@media screen and (max-width: 480px) {
  nav {
    margin-top: 61px;
    
  }
}

.navToggle {
    display: none;
    position: absolute;
    right: 0;
    width: 60px;
    height: 100%;
    top: 0;
}
.navToggle span {
    position: absolute;
    width: 70%;
    height: 2px;
    background: #fff;
    right: 0;
    left: 0;
    top: 50%;
    bottom: 50%;
    margin: auto;
    transition-duration: .3s;
}
.navToggle span:before, .navToggle span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: -12px;
    background: #fff;
    transition-duration: .3s;
}
.navToggle span:after {
    top: 12px;
}
.navToggle.active span {
  background-color: transparent;
}
.navToggle.active  span:before {
  top: 0;
  transform: rotate(45deg);
}
.navToggle.active  span:after {
  top: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 769px) {
  .navToggle {
    display: block;
  }
}


/* footer {
  background: linear-gradient(to right,#d4fc79, #96e6a1);
  border-bottom: .5em solid #333;
} */
.ftInner {
    max-width: 820px;
    margin: auto;
    padding: 1em 10px .8em;
}
.ftInfo {
    text-align: center;
    font-weight: bold;
}
.ftLogo {
    margin-bottom: 1.5em;
}
.ftSchool .txt01 {
    font-size: 1.05em;
}
.ftSchool .txt02 {
    font-size: 1.8em;
    margin: 0 0 .5em;
    letter-spacing: .1em;
}
a.mapLink {
    display: block;
    margin: 1.5em 0 .5em;
}
a.mapLink span {
    padding: .5em 1.8em;
    background: #333;
    color: #fff;
    position: relative;
}
a.mapLink span:after {
    position: absolute;
    content: "";
    width: .5em;
    height: .5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: .5em;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

.ftContact {
    margin: 2em 0;
    padding: 1.5em 0;
    /* border-top: 2px solid #333; */
    border-bottom: 2px solid #333;
    text-align: center;
    font-weight: bold;
}
.ftContact-ttl {
    font-size: 1.4em;
}
.ftContact-tel {
    font-size: 2em;
    margin: .2em 0;
}
.ftContact-tel span {
    position: relative;
    padding-left: 25px;
}
.ftContact-tel span:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 21px;
    background: url(images/icon_tell.png);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
}
.ftContact-fax {
    font-size: 1.15em;
}

a.contactBtn {
    display: block;
    width: 90%;
    text-align: center;
    margin: 1em auto 0;
    background: #333;
    color: #fff;
    padding: 1.5em 1em;
    font-size: 1.2em;
    letter-spacing: .15em;
    max-width: 530px;
    position: relative;
}
a.contactBtn:after {
    position: absolute;
    content: "";
    width: .6em;
    height: .6em;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1.5em;
}

.ftMenu {
  margin: 1em 0 2em;
}
.ftMenu ul {
  text-align: center;
}
.ftMenu ul li {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
}
.ftMenu ul li a {
    text-decoration: underline;
    font-weight: bold;
    color: #333;
}

.copyright {
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-size: .85em;
    font-weight: bold;
}

/* .contentWrap {
    background: #f6f7f2;
} */
.secInner {
  max-width: 1020px;
  margin: auto;
  padding: 5em 10px;
}


.mainVisual {
  position: relative;
  padding-bottom: 48%;
  background: url(images/bg_mainvisual.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 769px) {
  .mainVisual {
    padding-bottom: 120%;
  }
}
@media screen and (max-width: 480px) {
  .mainVisual {
    padding-bottom: 155%;
  }
}
.mainRollWrap {
  max-width: 650px;
  margin: auto;
  width: 40%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5%;
}

@media screen and (max-width: 769px) {
  .mainRollWrap {
    width: 95%;
  }
}
.mainTitle {
  position: absolute;
  width: 45%;
  right: 0;
  left: 0;
  top: 51.5%;
  transform: translateY(-50%);
  margin: auto;
  text-align: center;
  z-index: 1;
}
.mainCircle {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .mainCircle {
    height: 95vw;
  }
}
.mainCircle:before {
  position: absolute;
  content: "";
  width: 85%;
  height: 85%;
  border: .6em solid #FFF;
  border-radius: 50%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /* opacity: 0; */
  /* animation: fade .5s ease 2.8s 1 forwards; */
}
.mainRollWrap {
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fade {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.mainCircle li {
  width: 21.5%;
  height: 21.5%;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  padding: 3%;
  /* opacity: 0; */
}
.mainCircle li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.mainCircle {
  animation: rotate 140s linear infinite;
}
@keyframes rotate {
  100% { transform: rotate(360deg); }
}
.mainCircle li {
  animation: rotate-elm 140s linear infinite;
  /* animation-delay: 3s; */
}
@keyframes rotate-elm {
  100% { transform: rotate(-360deg); }
}


.mainCircle li:nth-child(1) {
  /* animation: example .3s linear .5s 1 forwards ,rotate-elm 120s linear infinite; */
}
.mainCircle li:nth-child(2) {
  right: 13%;
  top: 10%;
  left: auto;
  /* animation: example .3s linear .6s 1 forwards; */
}
.mainCircle li:nth-child(3) {
  left: auto;
  top: 32.5%;
  /* animation: example .3s linear .7s 1 forwards; */
}
.mainCircle li:nth-child(4) {
  right: 5%;
  bottom: 18%;
  left: auto;
  /* animation: example .3s linear .8s 1 forwards; */
}

.mainCircle li:nth-child(5) {
  bottom: 0;
  right: -28%;
  /* animation: example .3s linear .9s 1 forwards; */
}
.mainCircle li:nth-child(6) {
  bottom: 0;
  left: -25%;
  /* animation: example .3s linear 1.0s 1 forwards; */
}
.mainCircle li:nth-child(7) {
  left: 5%;
  right: auto;
  bottom: 18%;
  /* animation: example .3s linear 1.1s 1 forwards; */
}
.mainCircle li:nth-child(8) {
  top: 32.5%;
  right: auto;
  /* animation: example .3s linear 1.2s 1 forwards; */
}
.mainCircle li:nth-child(9) {
  left: 13%;
  top: 10%;
  right: auto;
  /* animation: example .3s linear 1.3s 1 forwards; */
}
@keyframes example {
  0% {
    opacity: 0;
  }
  70% {
    transform: scale(1.1);
    opacity: 1;
  }
  85% {
    transform: scale(.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}


#pageHeader {
    background: #3f3f3f;
    padding: 10em 10px 5em;
}
#pageHeader h2 {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
}

h3 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1em;
    padding-left: 1.3em;
    position: relative;
}
h3:before {
    position: absolute;
    content: "";
    width: .8em;
    height: .8em;
    background: #fff;
    left: 0;
    top: .45em;
    margin: auto;
}

ul.linklist li {
    position: relative;
    border-bottom: 1px dotted #fff;
}
ul.linklist li:before {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: .5em;
    border-color: transparent transparent transparent #fff;
    width: 0;
    height: 0;
    top: 50%;
    bottom: 50%;
    margin: auto;
}
ul.linklist li a {
    display: block;
    width: 100%;
    font-size: 1.1em;
    padding-left: 1em;
    padding: .5em;
    padding-left: 1em;
}
ul.linklist li + li {
    margin-top: 1em;
}


fielder office
slodded {
  width: 200px;
  height: 300px;
}

.loading {
  position: fixed;
  width:100%;
  height: 100%;
  background: linear-gradient(gold,red,orange);
  z-index: 1000;
}
.loading .inner {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#main {
  background-color: #000;
}