@charset "UTF-8";
/*color*/
body {
  overflow-x: hidden;
}

.bg {
  position: relative;
  background: url(../img/bg_faq.jpg) no-repeat center top/cover;
  background-attachment: fixed;
}

.sub {
  /*font*/
}

.sub .pc_none {
  display: none;
}

.sub a {
  text-decoration: none;
}

.sub body {
  text-decoration: none;
  width: 100%;
  overflow-x: hidden;
}

/*margin*/
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt120 {
  margin-top: 120px;
}

.mt140 {
  margin-top: 140px;
}

.mb100 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .mt40 {
    margin-top: 30px;
  }
  .mt60 {
    margin-top: 40px;
  }
  .mt80 {
    margin-top: 60px;
  }
  .mt100 {
    margin-top: 80px;
  }
  .mt120 {
    margin-top: 100px;
  }
}

.sub .inner {
  width: 96%;
  max-width: 1310px;
  margin: 0 auto;
  padding: 100px 0 100px;
}

.sub .inner p {
  font-size: 18px;
}

.sub .inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.sub .inner .def-btn {
  width: 300px;
  line-height: 4rem;
  font-size: 16px;
  letter-spacing: 0.075em;
  background: #32357a;
  border: 2px solid #32357a;
  margin-left: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sub .inner .def-btn a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  text-align: center;
}

/*list*/
.sub .inner .list02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub .inner .list02 li {
  width: calc(100% - 52%);
}

.sub .inner .list02 li img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sub .inner .list02 li {
    width: 100%;
  }
  .sub .inner .list02 li:nth-child(2) {
    margin-top: 20px;
  }
}

.sub .inner .list03 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sub .inner .list03 li {
  width: calc(100% - 69%);
  margin-top: 20px;
}

.sub .inner .list03 li img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sub .inner .list03 li {
    width: 100%;
  }
  .sub .inner .list03 li:nth-child(1) {
    margin-top: 0;
  }
}

/*main vis*/
.sub_mainvis {
  background: url(../img/bg_voice.jpg) no-repeat center top;
  position: relative;
  height: 360px;
}

.sub_mainvis h2 {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 7rem;
  color: #fff;
}

.sub_mainvis h2 span {
  font-family: "Bellefair", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .sub_mainvis {
    height: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .sub_mainvis {
    height: 200px;
  }
  .sub_mainvis h2 {
    font-size: 4rem;
  }
}

.main-sns_sub {
  top: 320px;
  left: auto;
  right: 0px;
  width: 60px;
  padding: 0;
  -webkit-transform: none;
          transform: none;
}

@media only screen and (max-width: 1023px) {
  .main-sns_sub {
    top: 270px;
  }
}

.bcList {
  font-size: 14px;
  padding: 8px 0;
  width: 100%;
  text-align: left;
}

.bcList ul {
  width: 90%;
  max-width: 1310px;
  margin: 0 auto;
}

.bcList ul li {
  display: inline;
  list-style: none;
}

.bcList ul li a {
  padding-right: 15px;
}

.bcList ul li em {
  font-weight: bold;
  font-style: normal;
}

.bcList ul li:after {
  content: ">";
}

.bcList ul li:last-child {
  padding-left: 5px;
}

.bcList ul li:last-child:after {
  display: none;
}

.bcList_sub {
  padding: 20px 8px 5px 0;
  margin: 0;
  background: #f3f3f3;
}

/*---------------------------------------
	ttl
----------------------------------------*/
.sub .inner .ttl-01 {
  font-weight: bold;
  font-size: 40px;
  color: #32357a;
  text-align: center;
  padding: 0 0 26px;
  background: url(../img/icon_line3.png) no-repeat center bottom;
}

.sub .inner .ttl-03 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 24px;
}

.sub .inner .ttl-03::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #c80f1d;
  width: 10px;
  height: 10px;
}

@media only screen and (max-width: 767px) {
  .sub .inner .ttl-03 {
    font-size: 17px;
  }
}

/*---------------------------------------
	school
----------------------------------------*/
.sub .inner .school_flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sub .inner .school_flex li {
  width: calc(100% - 72%);
  margin: 40px 40px 0 0;
}

@media only screen and (max-width: 767px) {
  .sub .inner .school_flex li {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.sub .inner .school_flex-detail .item {
  width: calc(100% - 52%);
}

@media only screen and (max-width: 1023px) {
  .sub .inner .school_flex-detail .item {
    width: 100%;
    margin-top: 20px;
  }
}

.sub .inner .school_flex-detail .item img {
  width: 100%;
}

.sub .inner .school_flex-detail .item dl {
  padding: 0.5rem 2rem;
  background-color: #fff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 3px solid #32357a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub .inner .school_flex-detail .item dl dt {
  font-size: 26px;
  font-weight: bold;
}

.sub .inner .school_flex-detail .item dl dd {
  margin-left: 40px;
  font-size: 18px;
}

.sub .inner .school_flex-detail .item dl dd span {
  font-size: 34px;
  font-weight: bold;
  color: #c80f1d;
}

.sub .inner .tex_box {
  padding: 30px;
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #000;
}

.sub .inner .tex_box li {
  font-size: 18px;
  padding-left: 20px;
  margin-top: 16px;
  position: relative;
}

.sub .inner .tex_box li::before {
  content: "※";
  color: #c80f1d;
  position: absolute;
  top: 0%;
  left: 0;
}

.sub .inner .school_btn {
  margin: 60px auto 0;
}

.sub .inner .school_btn-flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sub .inner .school_btn-flex li {
  width: calc(100% - 84%);
  margin: 8px;
  display: inline-block;
}

.sub .inner .school_btn-flex li a {
  background-color: #32357a;
  color: #fff;
  width: 100%;
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .sub .inner .school_btn-flex li {
    width: calc(100% - 55%);
    margin-top: 20px;
  }
}

.sub .inner .btn-cmn01 a {
  font-size: 16px;
}

/*---------------------------------------
　blog
----------------------------------------*/
.sub .top-blog {
  background: none;
}

.sub .top-blog__list {
  color: #333;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .sub .top-blog__list {
    margin-bottom: 10px;
  }
}

.sub .top-blog__item {
  margin-bottom: 50px;
}

.sub .pagenation {
  text-align: center;
  letter-spacing: 0;
  width: auto;
  min-width: 0;
  border: none;
  background: none;
  margin-top: 0;
}

.sub .pagenation li {
  display: inline-block;
  margin: 3px;
  color: #32357a;
}

.sub .pagenation li a {
  display: block;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #32357a;
  font-size: 18px;
  margin-bottom: 0;
  text-decoration: none;
  color: #32357a;
  color: #32357a;
  background: #fff;
}

.sub .pagenation li a:hover {
  background: #32357a;
  color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.sub .pagenation li span {
  display: block;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #32357a;
  font-size: 18px;
  margin-bottom: 0;
  text-decoration: none;
  color: #32357a;
  background: #32357a;
  color: #fff;
}

.sub .single {
  text-align: left;
  margin: 0 auto;
  line-height: 1.9;
  background: #f6f6f6;
  background-size: cover;
  padding: 40px 60px 50px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .sub .single {
    padding: 30px;
  }
}

.sub .single h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .sub .single h3 {
    font-size: 1.6rem;
  }
}

.sub .single .date {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  display: block;
  margin-right: 13px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .sub .single .date {
    font-size: 1.4rem;
  }
}

.sub .single .txt {
  font-size: 1.5rem;
  display: block;
  margin-right: 13px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .sub .single .txt {
    font-size: 1.4rem;
  }
}

/*---------------------------------------
	notfound
----------------------------------------*/
.sub .inner .notfound__box {
  margin-bottom: 80px;
}

.sub .inner .notfound__box_ttl {
  margin-top: 40px;
  text-align: center;
}
/*# sourceMappingURL=sub.css.map */