@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
}

body {
  line-height: 1;
}

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

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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: "MyWebFont";
  src: url("../font/TsukushiAMaruGothic.woff");
}
body {
  font-family: "TsukuARdGothic-Regular","Hiragino Maru Gothic Pro", MyWebFont,"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 14px;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

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

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
  text-decoration: none;
}
a:hover img:not(.ov) {
  opacity: 0.7;
}

img {
  vertical-align: middle;
  width: 100%;
}

.pc-on {
  display: block;
}

.sp-on {
  display: none;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .pc-on {
    display: none;
  }

  .sp-on {
    display: block;
  }
}
.gnav {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #fff;
}

.fixid-gnav {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

.gnav-list {
  display: table;
}
.gnav-list .logo img {
  width: 50%;
}
.gnav-list li {
  position: relative;
  width: 192px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-right: 2px solid #b5b5b6;
}
.gnav-list li a {
  font-weight: bold;
  color: #231815;
  display: block;
}
.gnav-list li a span {
  font-size: 22px;
  color: #00ade5;
}
.gnav-list li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  width: 0%;
  border-bottom: 3px solid #f8ab00;
  left: 50%;
  transition: all 0.7s;
  transform: translateX(-50%);
}
.gnav-list li:hover {
  cursor: pointer;
}
.gnav-list li:hover span {
  color: #f8ab00;
}
.gnav-list li:hover:after {
  width: 100%;
}

.wrap {
  background: url(../img/bg.png);
}

.sec {
  width: 960px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}

.sec-ttl {
  text-align: center;
  font-size: 24px;
  display: inline-block;
  padding: 0 50px 20px 50px;
  margin-bottom: 70px;
}
.sec-ttl span {
  font-size: 50px;
}

.sec-lead {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.sec-o {
  background-color: #fff;
}
.sec-o .sec-ttl {
  border-bottom: 5px solid #f8ab00;
}
.sec-o .sec-ttl span {
  color: #f8ab00;
}
.sec-o .sec-lead {
  color: #00ade5;
}

.sec-b {
  background-color: #00ade5;
}
.sec-b .sec-ttl {
  border-bottom: 5px solid #fff;
  color: #fff;
}
.sec-b .sec-lead {
  color: #fff;
}
.sec-b .sec-text {
  color: #fff;
}

.arrow {
  margin-bottom: 20px;
}
.arrow img {
  width: auto;
}

.sec-text {
  width: 70%;
  margin: 0 auto 60px auto;
  text-align: left;
  font-size: 20px;
  text-align: justify;
  line-height: 1.8;
}

.circle-ttl {
  margin-bottom: 30px;
}
.circle-ttl span {
  display: inline-block;
  padding: 10px 50px;
  background-color: #f5ef7d;
  font-size: 20px;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
}

.drawing {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.drawing--sys {
  margin: auto 0 40px auto;
  margin-left: 70px;
}

.wlist {
  margin: 0 40px;
  overflow: hidden;
}
.wlist li {
  width: 32%;
  float: left;
  text-align: left;
  margin-right: 2%;
  border-right: 2px dotted #00ade5;
  padding: 0 10px;
  height: 320px;
}
.wlist li:last-child {
  margin-right: 0;
  border-right: none;
}
.wlist li .wlist-ttl {
  font-weight: bold;
  font-size: 58px;
  text-align: center;
}
.wlist li .wlist-lead {
  color: #e61673;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.wlist li .wlist-text {
  font-size: 16px;
  font-family: "ヒラギノ丸ゴ ProN W4";
}

.int-btn {
  width: 80%;
  margin: 0 auto 40px auto;
}
.int-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

.question-ttl {
  width: 70%;
  margin: 0 auto 60px auto;
}

.note {
  font-size: 12px;
}

.footer {
  position: fixed;
  bottom: -105px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.footer-nav {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0;
}
.footer-nav a {
  display: inline-block;
  margin-right: 2px;
}
.footer-nav a img:hover {
  opacity: 1;
}

.footer-nav-sp a img:hover {
  opacity: 1;
}

.copy {
  text-align: center;
  padding-bottom: 20px;
}

.fixid-foot {
  bottom: -105px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
  height: 100%;
  overflow: scroll;
  padding-top: 20px;
}

.pop {
    display: none;
    width: 960px;
    position: absolute;
    left: 50%;
    top: 155px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-bottom: 50px;
  }
  #pop01 {
    background-image: url(../img/modal_bg.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position-y: 591px;
  }
  #pop02 {
    background-image: url(../img/modal_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 591px;
  }


.pop-head {
  width: 960px;
  margin: 0 auto;
  position: relative;
  background-color: #e61673;
  color: #fff;
  padding: 42px 30px 55px 70px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 4px;
}
.pop-head span {
  margin-left:20px;
}
.pop-head .cross-mark {
  position: absolute;
  right: 40px;
    top: 40px;
  width: 60px;
  height: auto;
}
/* .pop-head:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 40px;
  content: "✕";
  font-size: 50px;
  font-weight: normal;
} */

#pop02 .pop-inner {
  margin: 35px 35px 0 35px;
}

.pop-inner {
  position: relative;
  margin: 15px 35px 0 35px;
  /* padding-bottom: 50px; */
  padding-bottom: 90px;
  z-index: 130;
}

.pop-border {
  position:absolute;
  top: 30px;
}
#pop02 .pop-border {
  position:absolute;
  top: -3px;
}

.pop-key {
  margin-top: 0px;
  margin-left: -15px;
}

.pop-sec {
  margin: 0 35px 35px 35px;
}

.pop-frame {
  margin-bottom: 30px;
}

.pop-text {
  font-size: 18px;
  text-align: justify;
  margin-bottom: 30px;
  line-height: 1.8;
}

.schedule {
  margin: 0 35px;
}

.spnav {
  position: fixed;
  top: 62px;
  display: none;
  background-color: #fff;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .key {
    margin-top: 62px;
  }

  .spnav-list li {
    background-color: #00ade5;
    text-align: center;
    border-top: 1px solid #fff;
  }
  .spnav-list li a {
    padding: 5px 0;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .spnav-list li.spnav-btn {
    border-top: none;
    background: inherit;
  }
  .spnav-list li.spnav-btn a {
    padding: 0;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px 10px 20px 10px;
  }

  .splogo {
    position: relative;
    top: 6px;
    width: 85px;
  }

  .sec {
    width: auto;
    padding: 50px 0;
  }

  .sec-ttl {
    font-size: 18px;
    padding: 0 50px 10px 50px;
    margin-bottom: 35px;
  }
  .sec-ttl span {
    font-size: 30px;
  }

  .sec-lead {
    font-size: 24px;
    padding: 0 10px;
  }

  .arrow {
    width: 100px;
    margin: 0 auto 20px auto;
  }

  .circle-ttl {
    margin-bottom: 15px;
  }

  .sec-text {
    width: 85%;
    font-size: 14px;
  }

  .drawing {
    width: 85%;
    margin: 0 auto 40px auto;
  }

  .wlist {
    width: 85%;
    margin: 0 auto;
  }
  .wlist li {
    float: none;
    width: auto;
    border-right: none;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0 0 10px 0;
    height: auto;
    border-bottom: 2px dotted #00ade5;
  }
  .wlist li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .wlist li .wlist-ttl {
    font-size: 35px;
  }
  .wlist li .wlist-lead {
    text-align: center;
  }
  .wlist li .wlist-text {
    font-size: 14px;
  }

  .sec-text {
    font-weight: bold;
    margin: 0 auto 30px auto;
    font-size: 16px;
  }

  .int-btn {
    width: 85%;
    margin: 0 auto 10px auto;
  }

  .question-ttl {
    width: 85%;
  }

  .copy {
    padding: 30px 0;
  }

  .pop {
    top: 2%;
    width: 95%;
  }
  .pop-border {
    position: absolute;
    top: 10px;
    height: 100%;
  }
  #pop02 .pop-border {
    position: absolute;
    top: 10px;
    height: 100%;
  }


  .pop-key {
    margin-top: -10px;
    margin-left: -4px;
  }
  .pop-head {
    font-size: 14px;
    padding: 17px 10px 17px 20px;
    margin-bottom: 20px;
    position: fixed;
    z-index: 100;
    width: 95%;
    z-index: 100;
    left: 0;
    right: 0;
    margin: auto;
  }
 
  .pop-head:after {
    font-size: 25px;
    right: 10px;
  }
  .pop-head .cross-mark {
    right: 15px;
    top: 15px;
    width: 25px;
  }

  .pop-inner {
    margin: 59px 13px 0 13px;
    padding-bottom: 30px;
  }
  #pop02 .pop-inner {
    margin: 59px 13px 0 13px;
  }

  .pop-sec {
    margin: 15px;
  }

  .pop-text {
    font-size: 12.5px;
  }

  .schedule {
    margin: 0 15px;
  }

  .modal-wrapper {
    padding-top: 0;
  }

  .menu-trigger {
    right: 10px;
    top: 10px;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    width: 43px;
    height: 43px;
    background-color: #fff;
    padding: 10px;
    z-index: 100;
    border: 1px solid #000;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    border-radius: 20px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 10px;
    left: 20%;
    width: 60%;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 42%;
    left: 20%;
    width: 60%;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 16px;
    left: 20%;
    width: 60%;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-315deg);
    transform: translateY(7px) rotate(-315deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(315deg);
    transform: translateY(-7px) rotate(315deg);
  }
  .menu-trigger b {
    position: absolute;
    font-size: 10px;
    left: 50%;
    bottom: -1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #000;
    letter-spacing: -0.01px;
  }
}

/*# sourceMappingURL=style.css.map */
