@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd, a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

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

li {
  list-style: none;
}

html {
  font-size: 10px;
}

body {
  font-family: "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", メイリオ, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #202020;
  background-color: #fff;
  font-size: 1.6rem !important;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.7rem !important;
  }
}

img {
  max-width: 100%;
}

@media screen and (min-width: 980px) {
  a:hover {
    opacity: 0.8;
  }
}

.l-header {
  position: absolute;
  padding-bottom: 20px;
}

@media screen and (min-width: 980px) {
  .l-header {
    border-bottom: 1px solid #f9f9f9;
    position: relative;
    height: 165px;
  }
}

.l-header__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.l-header__logo {
  z-index: 1000;
}

.l-header__logo a {
  display: block;
  background-color: #fff;
  padding: 20px 20px 30px 20px;
  -webkit-box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.1);
  width: 100px;
}

@media screen and (min-width: 980px) {
  .l-header__logo a {
    width: 138px;
  }
}

@media screen and (min-width: 980px) {
  .l-header__set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-header-link {
  display: none;
  z-index: 1000;
  font-family: 'Noto Sans JP',"Tsukushi A Round Gothic", 筑紫A丸ゴシック, "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", メイリオ, Meiryo, sans-serif;
}

@media screen and (min-width: 980px) {
  .l-header-link {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
  }
}

.l-header-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header-link__item {
  display: inline-block;
  margin-right: 10px;
}

.l-header-link__item a {
  font-size: 1.4rem;
}

.l-header-nav {
  background-color: #cd1647;
  height: 100%;
  overflow: hidden;
  position: fixed;
  padding: 76px 0 0;
  top: 0;
  right: -320px;
  bottom: 0;
  width: 320px;
  z-index: 1000;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
  font-family: 'Noto Sans JP',"Tsukushi A Round Gothic", 筑紫A丸ゴシック, "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", メイリオ, Meiryo, sans-serif;
}

@media screen and (min-width: 980px) {
  .l-header-nav {
    background-color: inherit;
    height: auto;
    overflow: inherit;
    position: static;
    padding: 0;
    top: inherit;
    left: inherit;
    right: inherit;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
  }
}

@media screen and (min-width: 980px) {
  .l-header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
}

.l-header-nav__item > a {
  display: block;
  color: #fff;
  padding: 15px 5px 15px 40px;
  background-image: url(/assets/img/common/icon-maple-white.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.4rem;
  font-weight: 300;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.l-header-nav__item > a br {
  display: none;
}

@media screen and (min-width: 980px) {
  .l-header-nav__item > a.is-current {
    color: #cd1647;
  }
}

@media screen and (min-width: 980px) {
  .l-header-nav__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-header-nav__item > a {
    color: inherit;
    padding: 40px 0 0 0;
    background-image: url(/assets/img/common/icon-maple.png);
    background-position: center 10px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.4;
    letter-spacing: .1rem;
    font-weight: 500;
  }
  .l-header-nav__item > a br {
    display: block;
  }
}

.l-header-nav-child {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  z-index: 1000;
}

.l-header-nav-child {
  position: relative;
  padding-left: 20px;
}

@media screen and (min-width: 980px) {
  .l-header-nav-child {
    width: 100vw;
    position: absolute;
    top: 165px;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #cd1647;
    padding-left: 0;
  }
}

.l-header-nav-child__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 980px) {
  .l-header-nav-child__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-header-nav-child__photo {
  display: none;
}

@media screen and (min-width: 980px) {
  .l-header-nav-child__photo {
    width: 447px;
    display: inline;
  }
}

@media screen and (min-width: 980px) {
  .l-header-nav-child__nav {
    padding-left: 90px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.l-header-nav-child__nav a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .1rem;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 980px) {
  .l-header-nav-child__nav a {
    font-size: 1.6rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 980px) {
  .l-header-nav-child__list {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 980px) {
  .l-header-nav-child__item {
    width: 50%;
    padding: 10px 0;
  }
}

.js-child-nav {
  position: relative;
}

.js-child-nav:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (min-width: 980px) {
  .js-child-nav:after {
    display: none;
  }
}

.l-header-nav__item.is-open .l-header-nav-child {
  max-height: 2000px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 980px) {
  .l-header-nav__item.is-open .l-header-nav-child {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-header-menu-btn {
  display: block;
  position: fixed;
  width: 60px;
  height: 60px;
  top: 40px;
  margin-top: -25px;
  right: 20px;
  z-index: 10000;
  background-size: 40px 17px;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 980px) {
  .l-header-menu-btn {
    display: none;
  }
}

.l-header-menu-btn p {
  position: absolute;
  bottom: 6px;
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 1.2rem;
  color: #cd1647;
}

.l-header-menu-btn span {
  display: block;
  width: 40px;
  height: 3px;
  background-color: #cd1647;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  left: 10px;
}

.l-header-menu-btn span:nth-of-type(1) {
  top: 9px;
}

.l-header-menu-btn span:nth-of-type(2) {
  top: 18px;
}

.l-header-menu-btn span:nth-of-type(3) {
  top: 26px;
}

.l-header-menu-btn.is-open {
  background-color: inherit;
}

.l-header-menu-btn.is-open p {
  color: #fff;
  font-weight: bold;
}

.l-header-menu-btn.is-open span {
  width: 25px;
  background-color: #fff;
}

.l-header-menu-btn.is-open span:nth-of-type(1) {
  top: 12px;
  height: 3px;
  left: 17px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-header-menu-btn.is-open span:nth-of-type(2) {
  opacity: 0;
}

.l-header-menu-btn.is-open span:nth-of-type(3) {
  top: 12px;
  height: 3px;
  left: 17px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.is-open .l-header-nav {
  right: 0;
}

body.is-open .l-header-nav__list {
  position: static;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 980px) {
  body.is-open .l-header-nav__list {
    overflow-y: inherit;
    width: auto;
    height: auto;
  }
}

.l-footer {
  display: block;
  border-top: 1px solid #f1f1f1;
}

.l-footer-morebox {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 640px) {
  .l-footer-morebox {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-footer-morebox__item {
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
  .l-footer-morebox__item {
    width: 30%;
    margin-bottom: 0;
  }
}

.l-footer-more__ttl {
  position: relative;
  background-color: #51bcb3;
  border-radius: 6px;
  padding: 6px 4px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l-footer-more__ttl {
    padding: 12px 10px;
    font-size: 2.0rem;
  }
}

.l-footer-more__ttl:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #51bcb3;
  border-width: 15px;
  margin-left: -15px;
}

.l-footer-more__item {
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 640px) {
  .l-footer-more__item {
    margin-bottom: 20px;
  }
}

.l-footer-fb__item {
  max-width: 500px;
  margin: 0 auto;
}

.l-footer-fb__item > .fb-page {
  width: 100%;
}

.l-footer-fb__item > .fb-page > span,
.l-footer-fb__item iframe {
  width: 100% !important;
}

.l-footer-link {
  background-color: #f2f2f4;
  padding: 40px 0;
}

.l-footer-linkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-footer-linkbox__item {
  width: 45%;
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
  .l-footer-linkbox__item {
    width: 22%;
    margin-bottom: 0;
  }
}

.l-footer-link__list {
  margin-bottom: 25px;
}

.l-footer-linkbox__item .l-footer-link__list:last-of-type {
  margin-bottom: 0;
}

.l-footer-link__item {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (min-width: 640px) {
  .l-footer-link__item {
    font-size: 1.4rem;
  }
}

.l-footer-link__item a:hover {
  color: #cd1647;
}

.l-footer-link__list .l-footer-link__item:first-of-type > a {
  font-weight: bold;
}

.l-footer-link__list .l-footer-link__item:last-of-type {
  margin-bottom: 0;
}

.l-footer-bottom {
  background-color: #9a0830;
  padding: 20px;
  font-family: 'Noto Sans JP',"Tsukushi A Round Gothic", 筑紫A丸ゴシック, "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", メイリオ, Meiryo, sans-serif;
}

@media screen and (min-width: 640px) {
  .l-footer-bottom {
    padding: 40px;
  }
}

.l-footer-bottom__list {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 640px) {
  .l-footer-bottom__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-footer-bottom__item {
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
  .l-footer-bottom__item {
    margin-bottom: 0;
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.l-footer-bottom-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  background-image: url(/assets/img/common/icon-arrow.png);
  background-size: 16px 16px;
  background-position: right 6px center;
  background-repeat: no-repeat;
  border-radius: 6px;
  padding: 15px 30px 15px 10px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .l-footer-bottom-btn {
    margin-left: 10px;
    margin-right: 10px;
    width: 40%;
    background-size: 18px 18px;
    padding: 16px 40px 16px 16px;
    font-size: 1.8rem;
    background-position: right 10px center;
  }
}

.l-footer-copyright {
  background-color: #6e0522;
  padding: 20px;
}

.l-footer-copyright p {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .l-footer-copyright p {
    font-size: 1.3rem;
  }
}

.l-footer-copyright__ttl {
  font-size: 1.6rem;
  font-weight: bold;
}

.l-footer__pagetop {
  z-index: 200;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #cd1647;
  background-image: url(/assets/img/common/icon-arrow-up.png);
  background-size: 20px auto;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: 1px solid #fff;
  display: none;
}

@media screen and (min-width: 768px) {
  .l-footer__pagetop {
    width: 60px;
    height: 60px;
  }
}

.l-footer__pagetop:hover {
  background-color: #de1e51;
}

.l-wrap {
  overflow-x: hidden;
}

@media screen and (min-width: 980px) {
  .l-main {
    background-image: url(/assets/img/common/bg-main.png);
    background-repeat: no-repeat;
    background-position: center top 300px;
    background-size: 1500px 1500px;
    min-height: 950px;
  }
}

@media screen and (min-width: 640px) {
  .m-show-sp {
    display: none;
  }
}

.m-show-pc {
  display: none;
}

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

.m-show-md {
  display: none;
}

@media screen and (min-width: 768px) {
  .m-show-md {
    display: block;
  }
}

.m-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

@media screen and (min-width: 980px) {
  .m-container {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media screen and (min-width: 1220px) {
  .m-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.m-container.is-sm {
  max-width: 960px;
}

.m-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 980px) {
  .m-section {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.m-section > .m-section:first-of-type {
  margin-top: 0;
}

.m-section-sm {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 980px) {
  .m-section-sm {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.m-section-ss {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media screen and (min-width: 980px) {
  .m-section-ss {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.m-overlay {
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 900;
  display: none;
}

body.is-open .m-overlay {
  display: block;
}

@media screen and (min-width: 980px) {
  body.is-open .m-overlay {
    display: none;
  }
}

.m-link-arrow {
  display: inline-block;
  padding-left: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-image: url(/assets/img/common/icon-arrow.png);
  background-size: 20px 20px;
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 20px;
  vertical-align: middle;
  line-height: 1.6;
}

.m-link-arrow__white {
  display: inline-block;
  padding-left: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-image: url(/assets/img/common/icon-arrow-white.png);
  background-size: 18px 18px;
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 18px;
  vertical-align: middle;
  line-height: 1.6;
}

.m-topic {
  background-color: #cd1647;
  border-radius: 9px;
  padding: 6px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  margin-top: 60px;
  font-family: 'Noto Sans JP',"Tsukushi A Round Gothic", 筑紫A丸ゴシック, "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", メイリオ, Meiryo, sans-serif;
}

.m-topic__inner {
  border: 1px solid #eba2b5;
  border-radius: 9px;
  position: relative;
  padding: 5px;
}

@media screen and (min-width: 768px) {
  .m-topic__inner {
    padding: 20px;
  }
}

.m-topic-day {
  display: inline-block;
  background-color: #ecc928;
  border-radius: 4px;
  position: absolute;
  top: -25px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .m-topic-day {
    border-radius: 8px;
    top: -24px;
    left: 10px;
  }
}

.m-topic-day__txt {
  padding: 5px 10px;
  color: #cd1647;
  font-weight: 500;
  text-shadow: white 1px 0px 0px, white 0.5403px 0.84147px 0px, white -0.41615px 0.9093px 0px, white -0.98999px 0.14112px 0px, white -0.65364px -0.7568px 0px, white 0.28366px -0.95892px 0px, white 0.96017px -0.27942px 0px;
}

@media screen and (min-width: 768px) {
  .m-topic-day__txt {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 768px) {
  .m-topic-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.m-topic-ttl {
  width: auto;
  text-align: center;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: .1rem;
  margin-bottom: 10px;
  padding: 10px 0 5px 0;
}

@media screen and (min-width: 768px) {
  .m-topic-ttl {
    width: 300px;
    font-size: 2.0rem;
    padding: 0;
    margin-bottom: 0;
  }
}

.m-topic-link {
  text-align: center;
  display: block;
}

@media screen and (min-width: 640px) {
  .m-topic-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .m-topic-link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.m-topic-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  background-image: url(/assets/img/common/icon-arrow.png);
  background-size: 16px 16px;
  background-position: right 6px center;
  background-repeat: no-repeat;
  width: 98%;
  border-radius: 6px;
  padding: 15px 30px 15px 10px;
  color: #cd1647;
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 4px;
}

@media screen and (min-width: 640px) {
  .m-topic-btn {
    margin-top: 0;
    width: 46%;
  }
}

@media screen and (min-width: 768px) {
  .m-topic-btn {
    margin-left: 10px;
    margin-right: 10px;
    width: 40%;
    background-size: 18px 18px;
    padding: 16px 40px 16px 16px;
    font-size: 1.8rem;
    background-position: right 10px center;
  }
}

.m-page-mv {
  margin-top: 80px;
  width: 100%;
  height: 120px;
  background-image: url(/assets/img/about/mv.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 980px) {
  .m-page-mv {
    background-attachment: fixed;
    margin-top: 0;
    height: 240px;
  }
}

.m-page-mv__ttl {
  opacity: 0;
  text-align: center;
  font-size: 2.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
  letter-spacing: .2rem;
  padding-top: 50px;
  font-family: 'Noto Sans JP',"Tsukushi A Round Gothic", 筑紫A丸ゴシック, "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", メイリオ, Meiryo, sans-serif;
}

@media screen and (min-width: 980px) {
  .m-page-mv__ttl {
    font-size: 4.0rem;
    padding-top: 100px;
  }
}

.m-page-mv.is-exam {
  background-image: url(/assets/img/exam/mv.jpg);
}

.m-page-mv.is-exam_entry {
  background-image: url(/assets/img/exam_entry/mv.jpg);
}

.m-page-mv.is-benefit {
  background-image: url(/assets/img/benefit/mv.jpg);
}

.m-page-mv.is-lecture {
  background-image: url(/assets/img/lecture/mv.jpg);
}

.m-page-mv.is-faq {
  background-image: url(/assets/img/faq/mv.jpg);
}

.m-page-mv.is-voice {
  background-image: url(/assets/img/voice/mv.jpg);
}

.m-heading__lv3 {
  font-size: 2.1rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 500;
  letter-spacing: .2rem;
  background-image: url(/assets/img/common/ttl-line.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 80% auto;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-family: 'Noto Sans JP',"Tsukushi A Round Gothic", 筑紫A丸ゴシック, "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", メイリオ, Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .m-heading__lv3 {
    font-size: 2.8rem;
    padding-bottom: 35px;
    background-size: 363px auto;
  }
  .m-heading__lv3 br {
    display: none;
  }
}

.m-heading__lv4 {
  font-size: 1.8rem;
  letter-spacing: .1rem;
  line-height: 1.6;
  text-align: left;
  font-weight: 500;
  border-bottom: 2px solid #cd1647;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: 'Noto Sans JP',"Tsukushi A Round Gothic", 筑紫A丸ゴシック, "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", メイリオ, Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .m-heading__lv4 {
    font-size: 2.6rem;
  }
  .m-heading__lv4 br {
    display: none;
  }
}

.m-heading__lv5 {
  font-size: 1.7rem;
  letter-spacing: .1rem;
  line-height: 1.6;
  text-align: left;
  font-weight: 500;
  border-left: 5px solid #cd1647;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #cd1647;
  font-family: 'Noto Sans JP',"Tsukushi A Round Gothic", 筑紫A丸ゴシック, "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", メイリオ, Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .m-heading__lv5 {
    font-size: 2.4rem;
  }
  .m-heading__lv5 br {
    display: none;
  }
}

.m-label {
  display: inline-block;
  background-color: #cd1647;
  color: #fff;
  letter-spacing: normal;
  font-size: 1.2rem;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 4px 10px;
  line-height: 1;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .m-label {
    font-size: 1.5rem;
  }
}

.m-label.is-sm {
  font-size: 1.1rem;
  padding: 2px 8px;
}

@media screen and (min-width: 768px) {
  .m-label.is-sm {
    font-size: 1.4rem;
  }
}

.m-label.is-red {
  background-color: #9a0830;
}

.m-label.is-pink {
  background-color: #e08da3;
}

.m-label.is-yellow {
  background-color: #d3a42c;
}

.m-label.is-blue {
  background-color: #4c7fc0;
}

.m-label.is-green {
  background-color: #46b5b8;
}

.m-gird-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 10%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 640px) {
  .m-gird-img {
    margin-left: -30px;
    margin-right: -30px;
    padding: 10px 4%;
  }
}

.m-gird-img__item {
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
}

@media screen and (min-width: 640px) {
  .m-gird-img__item {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(50% - 60px);
  }
}

@media screen and (min-width: 980px) {
  .m-gird-img__item {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(33.33333333333% - 60px);
  }
}

.m-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.demo > .m-grid > div {
  background-color: #f5f5f5;
  border: 1px solid #111;
  margin-bottom: 2px;
  margin-top: 2px;
}

.m-col1 {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 2px;
  margin-bottom: 2px;
}

@media screen and (min-width: 640px) {
  .m-col1 {
    width: calc(8.3333333333333% - 30px);
  }
}

.m-col2 {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 2px;
  margin-bottom: 2px;
}

@media screen and (min-width: 640px) {
  .m-col2 {
    width: calc(16.66666666666% - 30px);
  }
}

.m-col3 {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 2px;
  margin-bottom: 2px;
}

@media screen and (min-width: 640px) {
  .m-col3 {
    width: calc(25% - 30px);
  }
}

.m-col4 {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 2px;
  margin-bottom: 2px;
}

@media screen and (min-width: 640px) {
  .m-col4 {
    width: calc(33.33333333333% - 30px);
  }
}

.m-col5 {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 2px;
  margin-bottom: 2px;
}

@media screen and (min-width: 640px) {
  .m-col5 {
    width: calc(41.66666666666% - 30px);
  }
}

.m-col6 {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 2px;
  margin-bottom: 2px;
}

@media screen and (min-width: 640px) {
  .m-col6 {
    width: calc(50% - 30px);
  }
}

.m-col7 {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 2px;
  margin-bottom: 2px;
}

@media screen and (min-width: 640px) {
  .m-col7 {
    width: calc(58.33333333333% - 30px);
  }
}

.m-col8 {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 2px;
  margin-bottom: 2px;
}

@media screen and (min-width: 640px) {
  .m-col8 {
    width: calc(66.66666666666% - 30px);
  }
}

.m-col9 {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 2px;
  margin-bottom: 2px;
}

@media screen and (min-width: 640px) {
  .m-col9 {
    width: calc(75% - 30px);
  }
}

.m-col10 {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 2px;
  margin-bottom: 2px;
}

@media screen and (min-width: 640px) {
  .m-col10 {
    width: calc(83.33333333333% - 30px);
  }
}

.m-col11 {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 2px;
  margin-bottom: 2px;
}

@media screen and (min-width: 640px) {
  .m-col11 {
    width: calc(91.66666666666% - 30px);
  }
}

.m-col12 {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.m-txt {
  line-height: 1.8;
  margin-bottom: 20px;
  color: #000;
}

@media screen and (min-width: 768px) {
  .m-txt {
    line-height: 2.0;
  }
}

.m-txt a {
  text-decoration: underline;
  color: #cd1647;
}

.m-txt a[target="_blank"] {
  display: inline-block;
}

.m-txt a[target="_blank"]:after {
  content: "";
  background-image: url(/assets/img/common/icon-blank.png);
  background-position: center center;
  background-size: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  margin-right: 4px;
}

.m-txt.is-sm {
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .m-txt.is-sm {
    font-size: 1.4rem;
  }
}

.m-txt.is-lg {
  font-size: 1.7rem;
}

@media screen and (min-width: 768px) {
  .m-txt.is-lg {
    font-size: 1.9rem;
  }
}

.m-txt.is-max {
  font-size: 1.8rem;
  font-family: 'Noto Sans JP',"Tsukushi A Round Gothic", 筑紫A丸ゴシック, "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", メイリオ, Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .m-txt.is-max {
    font-size: 2.6rem;
  }
}

.m-txt-center {
  text-align: center;
}

.m-txt-center.is-sp-left {
  text-align: left;
}

@media screen and (min-width: 640px) {
  .m-txt-center.is-sp-left {
    text-align: center;
  }
}

.m-txt-left {
  text-align: left;
}

.m-txt-right {
  text-align: right;
}

.m-txt-strong {
  color: #cd1647;
  font-weight: bold;
}

.m-txt-note {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  font-size: 1.4rem;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .m-txt-note {
    font-size: 1.6rem;
  }
}

.m-pc {
  display: none;
}

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

.m-sp {
  display: block;
}

@media screen and (min-width: 640px) {
  .m-sp {
    display: none;
  }
}

.m-margin-lg {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.m-margin-md {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.m-margin {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-margin-sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.m-margin-none {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.m-margin-top-none {
  margin-top: 0px !important;
}

.m-margin-bottom-none {
  margin-bottom: 0px !important;
}

.m-margin-bottom-sm {
  margin-bottom: 10px !important;
}

.m-img-sm {
  width: 100%;
  height: auto;
  max-width: 100px;
}

@media screen and (min-width: 768px) {
  .m-img-sm {
    max-width: 140px;
  }
}

.m-img-md {
  width: 100%;
  height: auto;
  max-width: 150px;
}

@media screen and (min-width: 768px) {
  .m-img-md {
    max-width: 180px;
  }
}

.m-pagelink__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.m-pagelink__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

@media screen and (min-width: 640px) {
  .m-pagelink__item {
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 768px) {
  .m-pagelink__item {
    width: calc(25% - 10px);
  }
}

.m-pagelink__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #cd1647;
  padding: 10px 20px;
  position: relative;
  border-radius: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.m-pagelink__item a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border: 1px solid;
  border-color: transparent transparent #cd1647 #cd1647;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.m-pagelink__item a:hover {
  background-color: #cd1647;
  color: #fff;
  opacity: 1;
}

.m-pagelink__item a:hover:after {
  border-color: transparent transparent #fff #fff;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  cursor: pointer;
}

.m-btn {
  display: inline-block;
  border: 1px solid #cd1647;
  margin: 2px;
  border-radius: 8px;
  padding: 10px 35px 10px 10px;
  width: 100%;
  max-width: 180px;
  text-align: center;
  background-image: url(/assets/img/common/icon-arrow.png);
  background-size: 16px 16px;
  background-position: right 5px center;
  background-repeat: no-repeat;
  min-height: 20px;
  vertical-align: middle;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #fff;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 1.4;
}

.m-btn:hover {
  background-image: url(/assets/img/common/icon-arrow-white.png);
  background-color: #cd1647;
  color: #fff;
  opacity: 1;
}

.m-btn[target="_blank"] {
  display: inline-block;
}

.m-btn[target="_blank"]:after {
  content: "";
  background-image: url(/assets/img/common/icon-blank.png);
  background-position: center center;
  background-size: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  margin-right: 4px;
}

.m-btn[target="_blank"]:hover:after {
  background-image: url(/assets/img/common/icon-blank-white.png);
}

.m-btn.is-pdf:after {
  background-color: transparent;
  display: inline-block;
  content: "";
  background-image: url(/assets/img/common/icon-pdf.png) !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  margin-right: 4px;
}

.m-btn.is-pdf:hover:after {
  background-image: url(/assets/img/common/icon-pdf.png) !important;
}

.m-btn.is-lg {
  padding: 15px 35px 15px 15px;
  width: 100%;
  max-width: 380px;
}

.m-btn.is-primary {
  background-image: url(/assets/img/common/icon-arrow-white.png);
  background-color: #cd1647;
  color: #fff;
}

.m-btn.is-primary[target="_blank"]:after {
  background-image: url(/assets/img/common/icon-blank-white.png);
}

.m-btn.is-primary:hover {
  background-color: #d92455;
}

.m-btn.is-yellow {
  background-image: url(/assets/img/common/icon-arrow-yellow.png);
  border: 1px solid #e9bb45;
}

.m-btn.is-yellow[target="_blank"]:after {
  background-image: url(/assets/img/common/icon-blank-yellow.png);
}

.m-btn.is-yellow:hover {
  background-color: #e9bb45;
  background-image: url(/assets/img/common/icon-arrow-white.png);
}

.m-btn.is-yellow[target="_blank"]:hover:after {
  background-image: url(/assets/img/common/icon-blank-white.png) !important;
}

.m-btn.is-green {
  background-image: url(/assets/img/common/icon-arrow-green.png);
  border: 1px solid #73c6c8;
}

.m-btn.is-green[target="_blank"]:after {
  background-image: url(/assets/img/common/icon-blank-green.png);
}

.m-btn.is-green:hover {
  background-color: #73c6c8;
  background-image: url(/assets/img/common/icon-arrow-white.png);
}

.m-btn.is-green[target="_blank"]:hover:after {
  background-image: url(/assets/img/common/icon-blank-white.png) !important;
}

.m-btn.is-pink {
  background-image: url(/assets/img/common/icon-arrow-pink.png);
  border: 1px solid #df9bad;
}

.m-btn.is-pink[target="_blank"]:after {
  background-image: url(/assets/img/common/icon-blank-pink.png);
}

.m-btn.is-pink:hover {
  background-color: #df9bad;
  background-image: url(/assets/img/common/icon-arrow-white.png);
}

.m-btn.is-pink[target="_blank"]:hover:after {
  background-image: url(/assets/img/common/icon-blank-white.png) !important;
}

.m-btn.is-yellow-fill {
  background-image: url(/assets/img/common/icon-arrow-white.png);
  background-color: #e9bb45;
  border-color: #e9bb45;
  color: #fff;
}

.m-btn.is-yellow-fill[target="_blank"]:after {
  background-image: url(/assets/img/common/icon-blank-white.png);
}

.m-btn.is-yellow-fill:hover {
  background-color: #f1c24c;
}

.m-btn.is-green-fill {
  background-image: url(/assets/img/common/icon-arrow-white.png);
  background-color: #73c6c8;
  border-color: #73c6c8;
  color: #fff;
}

.m-btn.is-green-fill[target="_blank"]:after {
  background-image: url(/assets/img/common/icon-blank-white.png);
}

.m-btn.is-green-fill:hover {
  background-color: #83d8da;
}

.m-btn.is-pink-fill {
  background-image: url(/assets/img/common/icon-arrow-white.png);
  background-color: #df9bad;
  border-color: #df9bad;
  color: #fff;
}

.m-btn.is-pink-fill[target="_blank"]:after {
  background-image: url(/assets/img/common/icon-blank-white.png);
}

.m-btn.is-pink-fill:hover {
  background-color: #e8a7b8;
}

.m-link {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-image: url(/assets/img/common/icon-arrow.png);
  background-size: 16px 16px;
  background-position: left 8px;
  background-repeat: no-repeat;
  min-height: 18px;
  vertical-align: middle;
  text-decoration: underline;
  margin: 2px;
  line-height: 1.6;
}

.m-link:hover {
  opacity: 1;
  color: #cd1647;
}

.m-link[target="_blank"]:after {
  content: "";
  background-image: url(/assets/img/common/icon-blank.png);
  background-position: center center;
  background-size: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  margin-right: 4px;
}

.m-link.is-pdf:after {
  display: inline-block;
  content: "";
  background-color: transparent;
  background-image: url(/assets/img/common/icon-pdf.png) !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  margin-right: 4px;
}

.m-link.is-yellow {
  background-image: url(/assets/img/common/icon-arrow-yellow.png);
}

.m-link.is-yellow[target="_blank"]:after {
  background-image: url(/assets/img/common/icon-blank-yellow.png);
}

.m-link.is-yellow:hover {
  color: #e9bb45;
}

.m-link.is-green {
  background-image: url(/assets/img/common/icon-arrow-green.png);
}

.m-link.is-green[target="_blank"]:after {
  background-image: url(/assets/img/common/icon-blank-green.png);
}

.m-link.is-green:hover {
  color: #73c6c8;
}

.m-link.is-pink {
  background-image: url(/assets/img/common/icon-arrow-pink.png);
}

.m-link.is-pink[target="_blank"]:after {
  background-image: url(/assets/img/common/icon-blank-pink.png);
}

.m-link.is-pink:hover {
  color: #df9bad;
}

.m-link-txt {
  color: #cd1647;
  text-decoration: underline;
  line-height: 1.6;
}

.m-link-txt[target="_blank"]:after {
  content: "";
  background-image: url(/assets/img/common/icon-blank.png);
  background-position: center center;
  background-size: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  margin-right: 4px;
}

.m-link-txt.is-pdf:after {
  display: inline-block;
  content: "";
  background-color: transparent;
  background-image: url(/assets/img/common/icon-pdf.png) !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  margin-right: 4px;
}

.m-link-txt.is-pdf:hover:after {
  background-image: url(/assets/img/common/icon-pdf.png) !important;
}

.m-voice-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.m-voice-box__item {
  border: 1px solid #cd1647;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 640px) {
  .m-voice-box__item {
    width: calc(50% - 20px);
  }
}

.m-voice-box__item a {
  padding: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.m-voice-box__item a:hover {
  background-color: inherit;
  opacity: 1;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (min-width: 640px) {
  .m-voice-box__item a:hover {
    background-color: #fff4f8;
  }
}

.m-voice-box__photobox {
  width: 30%;
}

.m-voice-box__photo {
  width: 100%;
  height: 0;
  padding-top: 120%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.m-voice-box__txt {
  width: 70%;
  padding-left: 10px;
}

.m-voice-box__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  .m-voice-box__ttl {
    font-size: 2.0rem;
  }
}

.m-voice-box__name {
  line-height: 1.6;
}

.m-instructor-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.m-instructor-box__section {
  border: 1px solid #cd1647;
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  border-radius: 6px;
}

.m-instructor-box__item {
  border: 1px solid #cd1647;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 640px) {
  .m-instructor-box__item {
    width: calc(50% - 20px);
  }
}

.m-instructor-box__item a {
  padding: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.m-instructor-box__item a:hover {
  background-color: inherit;
  opacity: 1;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (min-width: 640px) {
  .m-instructor-box__item a:hover {
    background-color: #fff4f8;
  }
}

.m-instructor-box__photobox {
  width: 30%;
  max-width: 160px;
}

.m-instructor-box__photo {
  width: 100%;
  height: 0;
  padding-top: 120%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.m-instructor-box__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
}

.m-instructor-box__sub {
  padding-left: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  .m-instructor-box__sub {
    font-size: 1.6rem;
  }
}

.m-instructor-box__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  .m-instructor-box__ttl {
    font-size: 2.2rem;
  }
}

.m-instructor-box__caption {
  line-height: 1.6;
  font-size: 1.4rem;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}

@media screen and (min-width: 768px) {
  .m-instructor-box__caption {
    font-size: 1.6rem;
  }
}

.m-instructor-box__category {
  line-height: 1.6;
  font-size: 1.4rem;
  margin: 10px 0;
}

.m-instructor-box__category strong {
  color: #cd1647;
}

@media screen and (min-width: 768px) {
  .m-instructor-box__category {
    font-size: 1.6rem;
  }
}

.m-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.4rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .m-table {
    font-size: 1.7rem;
  }
}

.m-table td, .m-table th {
  border: 1px solid #d1d1d1;
  padding: 5px;
}

@media screen and (min-width: 640px) {
  .m-table td, .m-table th {
    padding: 10px;
  }
}

.m-table th {
  background-color: #f0f0f0;
  padding: 5px;
}

@media screen and (min-width: 640px) {
  .m-table th {
    padding: 15px 10px;
  }
}

.m-table.is-sp-block {
  display: block;
}

@media screen and (min-width: 640px) {
  .m-table.is-sp-block {
    display: table;
  }
}

.m-table.is-sp-block colgroup {
  display: none;
}

@media screen and (min-width: 640px) {
  .m-table.is-sp-block colgroup {
    display: table-column-group;
  }
}

.m-table.is-sp-block thead {
  display: none;
}

@media screen and (min-width: 640px) {
  .m-table.is-sp-block thead {
    display: table-header-group;
  }
}

.m-table.is-sp-block tbody {
  display: block;
}

@media screen and (min-width: 640px) {
  .m-table.is-sp-block tbody {
    display: table-row-group;
  }
}

.m-table.is-sp-block tr {
  display: block;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}

@media screen and (min-width: 640px) {
  .m-table.is-sp-block tr {
    display: table-row;
    margin-bottom: 0;
  }
}

.m-table.is-sp-block td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: none;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 640px) {
  .m-table.is-sp-block td {
    display: table-cell;
    padding: 10px;
  }
}

.m-table.is-sp-block td:before {
  display: block;
  content: attr(data-label) "";
  width: 25%;
  background-color: #f0f0f0;
  padding: 5px;
}

@media screen and (min-width: 640px) {
  .m-table.is-sp-block td:before {
    display: none;
  }
}

.m-table.is-sp-block td .m-sp-cell {
  display: block;
  width: 75%;
  padding: 5px;
}

@media screen and (min-width: 640px) {
  .m-table.is-sp-block td .m-sp-cell {
    display: inline;
    width: 100%;
    padding: 0;
  }
}

.m-table .m-row-strong {
  background-color: #fff4f7;
  font-weight: bold;
}

.m-table.is-stripe tbody tr:nth-child(even) {
  background: #f6f6f6;
}

.m-table.is-color-red thead th {
  background-color: #cd1647;
  color: #fff;
}

.m-table.is-color-red tbody th {
  background-color: #fff2f6;
}

.m-table-list {
  display: block;
  font-size: 1.4rem;
  border-bottom: none;
}

@media screen and (min-width: 980px) {
  .m-table-list {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.6rem;
    background-color: #fff;
    border: 1px solid #d1d1d1;
  }
}

.m-table-list__item {
  display: block;
  border: 1px solid #d1d1d1;
  margin-bottom: 20px;
}

@media screen and (min-width: 980px) {
  .m-table-list__item {
    display: table-row;
  }
}

.m-table-list__item.is-head {
  display: none;
}

@media screen and (min-width: 980px) {
  .m-table-list__item.is-head {
    display: table-row;
  }
}

.m-table-list__item .m-sp-th {
  display: block;
  width: 20%;
  padding: 10px;
  background-color: #f0f0f0;
  line-height: 1.6;
}

@media screen and (min-width: 980px) {
  .m-table-list__item .m-sp-th {
    display: none;
  }
}

.m-table-list__item .m-sp-cell {
  display: block;
  padding: 10px;
  width: 80%;
  border-left: 1px solid #d1d1d1;
  line-height: 1.6;
}

@media screen and (min-width: 980px) {
  .m-table-list__item .m-sp-cell {
    display: inline-block;
    width: auto;
    padding: 0;
    border: none;
  }
}

.m-table-list__td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d1d1d1;
  vertical-align: middle;
}

@media screen and (min-width: 980px) {
  .m-table-list__td {
    display: table-cell;
    border: 1px solid #d1d1d1;
    padding: 10px;
  }
}

.m-table-list__th {
  display: none;
  border: none;
  vertical-align: middle;
}

@media screen and (min-width: 980px) {
  .m-table-list__th {
    display: table-cell;
    border: 1px solid #d1d1d1;
    background-color: #f0f0f0;
    padding: 15px 10px;
    font-weight: bold;
    text-align: center;
  }
}

@media screen and (min-width: 980px) {
  .m-table-list.is-sprite .m-table-list__item:nth-child(odd) {
    background-color: #f9f9f9;
  }
}

.m-list__item {
  padding-left: 16px;
  margin-bottom: 15px;
  display: block;
  position: relative;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .m-list__item {
    padding-left: 20px;
  }
}

.m-list__item:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #cd1647;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .m-list__item:before {
    top: 10px;
  }
}

.m-list__item:last-of-type {
  margin-bottom: 0;
}

.m-list-number {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

.m-list-number ol {
  padding-left: 1rem;
}

.m-list-number li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 15px;
  line-height: 1.6;
}

.m-list-number li:last-of-type {
  margin-bottom: 0;
}

.m-list-number li:before {
  counter-increment: item;
  content: counter(item);
  text-align: center;
  padding-left: .3rem;
  padding-right: .3rem;
  padding-top: .1rem;
  padding-bottom: .1rem;
  font-weight: bold;
  color: #fff;
  background-color: #cd1647;
  margin-right: 5px;
}

.m-box-color {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #e4e4e4;
}

@media screen and (min-width: 768px) {
  .m-box-color {
    padding: 30px;
  }
}

.m-box-color.is-inline {
  padding: 20px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .m-box-color.is-inline {
    padding: 30px;
  }
}

.m-box-color.is-color-red {
  background-color: #fff2f6;
  border-color: #f6e3e3;
}

.m-box-color .m-heading__lv3:first-of-type,
.m-box-color .m-heading__lv4:first-of-type,
.m-box-color .m-heading__lv5:first-of-type,
.m-box-color h1:first-of-type,
.m-box-color h2:first-of-type,
.m-box-color h3:first-of-type,
.m-box-color h4:first-of-type,
.m-box-color h5:first-of-type,
.m-box-color div:first-of-type {
  margin-top: 0;
}

.m-box-color .m-txt:last-of-type,
.m-box-color p:last-of-type,
.m-box-color div:last-of-type {
  margin-bottom: 0;
}

.m-article {
  line-height: 2.2;
}

.m-article__list__day {
  display: block;
  color: #222;
}

@media screen and (min-width: 768px) {
  .m-article__list__day {
    padding-right: 20px;
    min-width: 110px;
  }
}

.m-article__list__ttl {
  display: block;
  color: #222;
}

@media screen and (min-width: 768px) {
  .m-article__list__ttl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.m-article__item .m-article__item__inner {
  display: block;
  line-height: 1.6;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .m-article__item .m-article__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.m-article__item > a {
  color: #cd1647;
  line-height: 1.6;
}

.m-article__item > a:hover {
  text-decoration: underline;
  opacity: 1;
}

.m-article__item > a[target="_blank"] .m-article__list__ttl:after {
  content: "";
  background-image: url(/assets/img/common/icon-blank.png);
  background-position: center center;
  background-size: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  margin-right: 4px;
}

.m-article__item > a.is-pdf .m-article__list__ttl:after {
  display: inline-block;
  content: "";
  background-color: transparent;
  background-image: url(/assets/img/common/icon-pdf.png) !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  margin-right: 4px;
}

.m-article__item {
  border-bottom: 1px dotted #c4c4c4;
  padding-bottom: 10px;
  padding-top: 10px;
}

.m-article h1, .m-article h2, .m-article h3, .m-article h4, .m-article h5, .m-article h6 {
  font-size: 1.8rem;
  text-align: left;
  font-weight: 400;
  border-left: 5px solid #cd1647;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #cd1647;
  font-family: 'Noto Sans JP',"Tsukushi A Round Gothic", 筑紫A丸ゴシック, "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", メイリオ, Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .m-article h1, .m-article h2, .m-article h3, .m-article h4, .m-article h5, .m-article h6 {
    font-size: 2.4rem;
  }
}

.m-article p {
  line-height: 2.2;
  margin-bottom: 20px;
  color: #000;
}

.m-article a {
  text-decoration: underline;
  color: #cd1647;
}

.m-article a[target="_blank"] {
  display: inline-block;
}

.m-article a[target="_blank"]:after {
  content: "";
  background-image: url(/assets/img/common/icon-blank.png);
  background-position: center center;
  background-size: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  margin-right: 4px;
}

.m-pagination__list {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-pagination__item {
  display: inline-block;
}

.m-pagination__item a {
  display: block;
  padding: 4px 10px;
  margin: 2px;
  color: #cd1647;
  font-weight: bold;
  font-size: 2.0rem;
}

.m-pagination__item a:hover {
  background-color: #ffebf0;
}

.m-pagination__item span {
  display: block;
  padding: 4px 10px;
  margin: 2px;
}

.m-pagination__item span.current_page {
  background-color: #cd1647;
  color: #fff;
}

.m-pagination__item a.link_before:before {
  content: "";
  padding: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #cd1647 #cd1647;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.m-pagination__item a.link_before:before:hover {
  background-color: inherit;
}

.m-pagination__item a.link_next:before {
  content: "";
  padding: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #cd1647 #cd1647 transparent transparent;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.m-pagination__item a.link_next:before:hover {
  background-color: inherit;
}

.m-faq_list__ttl {
  cursor: pointer;
  border: 1px solid #cd1647;
  border-radius: 10px;
  padding: 10px 20px 10px 10px;
  -webkit-transition: .2s;
  transition: .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  position: relative;
  background-image: url(/assets/img/common/icon-plus.png);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 15px  auto;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .m-faq_list__ttl {
    background-position: right 10px center;
    padding: 15px 30px 15px 10px;
    background-size: 20px  auto;
  }
}

.m-faq_list__ttl:hover {
  background-color: #fff4f8;
}

.m-faq_list__ttl.is-open {
  background-image: url(/assets/img/common/icon-minus.png);
  background-position: right 5px center;
}

@media screen and (min-width: 768px) {
  .m-faq_list__ttl.is-open {
    background-position: right 10px center;
    background-size: 20px  auto;
  }
}

.m-faq_list__q {
  width: 2rem;
  color: #cd1647;
  font-size: 110%;
}

@media screen and (min-width: 768px) {
  .m-faq_list__q {
    width: 3rem;
  }
}

.m-faq_list__a {
  width: 2rem;
  color: #e9bb45;
  line-height: 1.8;
  font-size: 110%;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-faq_list__a {
    width: 3rem;
  }
}

.m-faq_list__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.m-faq_list__data {
  padding: 15px 10px;
  position: relative;
  margin-bottom: 30px;
  display: none;
}

.m-faq_list__data__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-section-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-section-entry__icon {
  width: 40px;
}

@media screen and (min-width: 640px) {
  .m-section-entry__icon {
    width: 70px;
  }
}

.m-section-entry__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
}

@media screen and (min-width: 640px) {
  .m-section-entry__content {
    padding-left: 30px;
  }
}

.m-icon-entry {
  width: 100%;
  max-width: 70px;
}

.m-localnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 10px 0;
}

.m-localnav__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 640px) {
  .m-localnav__item {
    width: 33.33333333333%;
  }
}

.m-localnav__item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #cd1647;
  border-right: 1px solid #cd1647;
  border-bottom: 1px solid #cd1647;
  padding: 12px 30px 12px 10px;
  background-image: url(/assets/img/common/icon-arrow.png);
  background-size: 16px 16px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 1.5rem;
}

@media screen and (min-width: 640px) {
  .m-localnav__item a {
    border-left: none;
  }
}

.m-localnav__item a:hover {
  background-image: url(/assets/img/common/icon-arrow-white.png);
  background-color: #cd1647;
  color: #fff;
  opacity: 1;
}

@media screen and (min-width: 640px) {
  .m-localnav__item a {
    font-size: 1.6rem;
  }
}

.m-localnav__item.is-current {
  color: #cd1647;
}

.m-localnav .m-localnav__item:first-of-type a {
  border-top: 1px solid #cd1647;
}

.m-localnav .m-localnav__item:nth-child(3n+1) a {
  border-left: 1px solid #cd1647;
}

@media screen and (min-width: 640px) {
  .m-localnav .m-localnav__item:nth-of-type(2) a,
  .m-localnav .m-localnav__item:nth-of-type(3) a {
    border-top: 1px solid #cd1647;
  }
}

.m-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 10px 0;
}

.m-tab__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 640px) {
  .m-tab__item {
    width: 25%;
  }
}

.m-tab__item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #cd1647;
  border-right: 1px solid #cd1647;
  padding: 12px 30px 12px 10px;
  background-image: url(/assets/img/common/icon-arrow.png);
  background-size: 16px 16px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 1.5rem;
}

@media screen and (min-width: 640px) {
  .m-tab__item a {
    border-left: none;
    border-bottom: 1px solid #cd1647;
  }
}

.m-tab__item a:hover {
  background-image: url(/assets/img/common/icon-arrow-white.png);
  background-color: #cd1647;
  color: #fff;
  opacity: 1;
}

@media screen and (min-width: 640px) {
  .m-tab__item a {
    font-size: 1.6rem;
  }
}

.m-tab__item.is-current {
  color: #cd1647;
}

.m-tab .m-tab__item:first-of-type a {
  border-top: 1px solid #cd1647;
}

.m-tab .m-tab__item:last-of-type a {
  border-bottom: 1px solid #cd1647;
}

.m-tab .m-tab__item:nth-child(4n+1) a {
  border-left: 1px solid #cd1647;
}

.m-tab .m-tab__item:nth-of-type(2) a,
.m-tab .m-tab__item:nth-of-type(3) a,
.m-tab .m-tab__item:nth-of-type(4) a {
  border-top: 1px solid #cd1647;
}

.m-index__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 640px) {
  .m-index__list {
    padding-left: 50px;
    margin-left: -50px;
    margin-right: -50px;
  }
}

.m-index__item {
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}

@media screen and (min-width: 640px) {
  .m-index__item {
    width: 50%;
    padding-right: 50px;
    padding-bottom: 80px;
  }
}

.m-index__photo {
  width: 100%;
}

.m-index__photo__inner {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 57%;
  background-color: #f1f1f1;
  position: relative;
  overflow: hidden;
}

.m-index__photo__inner img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: .2s;
  transition: .2s;
}

.m-index__label {
  width: 90%;
  height: 110px;
  background-color: #c61343;
  background-image: url(/assets/img/common/bg-dot.png);
  background-repeat: repeat;
  position: absolute;
  bottom: 20px;
  right: 5%;
  padding: 2%;
}

@media screen and (min-width: 980px) {
  .m-index__label {
    bottom: 50px;
    width: 55%;
    height: 150px;
  }
}

.m-index__ttl {
  color: #fff;
  font-weight: 400;
  background-image: url(/assets/img/common/icon-arrow-white.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 15px;
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 5px 5px 5px 25px;
  -webkit-transition: .2s;
  transition: .2s;
  font-family: 'Noto Sans JP',"Tsukushi A Round Gothic", 筑紫A丸ゴシック, "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", メイリオ, Meiryo, sans-serif;
}

@media screen and (min-width: 980px) {
  .m-index__ttl {
    background-size: 18px;
    font-size: 2.2rem;
    line-height: 1.6;
  }
}

.m-index__txt {
  color: #fff;
  line-height: 1.4;
  font-size: 1.5rem;
}

.m-index__txt br {
  display: none;
}

@media screen and (min-width: 980px) {
  .m-index__txt {
    line-height: 1.6;
    font-size: 1.6rem;
  }
  .m-index__txt br {
    display: block;
  }
}

.m-index a:hover {
  opacity: 1;
}

.m-index a:hover .m-index__photo__inner img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.m-index a:hover .m-index__ttl {
  background-position: 2px center;
}

.m-index__list .m-index__item:nth-child(2) .m-index__label {
  background-color: #ed9db1;
}

.m-index__list .m-index__item:nth-child(3) .m-index__label {
  background-color: #5bc1c3;
}

.m-index__list .m-index__item:nth-child(4) .m-index__label {
  background-color: #d7a931;
}

.m-index__list .m-index__item:nth-child(5) .m-index__label {
  background-color: #3977c6;
}

.m-index__list .m-index__item:nth-child(6) .m-index__label {
  background-color: #5e499d;
}

.m-index__list .m-index__item:nth-child(7) .m-index__label {
  background-color: #6ca516;
}

.m-index__list .m-index__item:nth-child(8) .m-index__label {
  background-color: #de8f5f;
}

.m-index__list .m-index__item:nth-child(1) a:hover .m-index__label {
  background-color: #c40c3e;
}

.m-index__list .m-index__item:nth-child(2) a:hover .m-index__label {
  background-color: #ea8ea5;
}

.m-index__list .m-index__item:nth-child(3) a:hover .m-index__label {
  background-color: #41bec1;
}

.m-index__list .m-index__item:nth-child(4) a:hover .m-index__label {
  background-color: #e0b649;
}

.m-index__list .m-index__item:nth-child(5) a:hover .m-index__label {
  background-color: #6191cf;
}

.m-index__list .m-index__item:nth-child(6) a:hover .m-index__label {
  background-color: #a160d4;
}

.m-index__list .m-index__item:nth-child(7) a:hover .m-index__label {
  background-color: #7bc158;
}

.m-index__list .m-index__item:nth-child(8) a:hover .m-index__label {
  background-color: #d57f4b;
}

.m-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-intro__img01 {
  width: 50%;
  padding-left: 8%;
  padding-right: 4%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (min-width: 768px) {
  .m-intro__img01 {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 20%;
  }
}

.m-intro__img02 {
  width: 50%;
  padding-left: 4%;
  padding-right: 8%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media screen and (min-width: 768px) {
  .m-intro__img02 {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 20%;
  }
}

.m-intro__content {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 768px) {
  .m-intro__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 60%;
  }
}

.m-intro__txt {
  text-align: center;
  padding: 0 20px;
  line-height: 2;
}

.m-intro__txt br {
  display: none;
}

@media screen and (min-width: 640px) {
  .m-intro__txt {
    padding: 20px;
  }
  .m-intro__txt br {
    display: block;
  }
}

.m-intro__name {
  font-weight: bold;
  line-height: 1.4;
  display: block;
  margin-top: 30px;
}

.m-fadeup {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
      -ms-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.m-fadeup.is-delay1 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.m-fadeup.is-delay2 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.m-fadeup.is-delay3 {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.m-fadeup.is-delay4 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.m-fadeup.is-delay5 {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.m-fadeup.is-delay6 {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.m-fadeup.is-delay7 {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

.m-fadeup.is-delay8 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.m-fadeup-delay .m-fadeup:nth-child(even) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.m-fadeup-slow {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
      -ms-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: 1.8s;
  transition: 1.8s;
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.m-fadeup-is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.m-accordion__head {
  border-top: 1px dotted #cd1647;
  margin-top: 10px;
  padding: 20px 0;
}

.m-accordion__btn {
  border: 1px solid #cd1647;
  border-radius: 8px;
  padding: 14px 25px 14px 10px;
  width: 100%;
  max-width: 300px;
  text-align: center;
  background-image: url(/assets/img/common/icon-plus-white.png);
  background-size: 16px auto;
  background-position: right 10px center;
  background-repeat: no-repeat;
  min-height: 20px;
  vertical-align: middle;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
  background-color: #c61343;
  display: block;
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
}

.m-accordion__btn:hover {
  background-image: url(/assets/img/common/icon-plus.png);
  background-color: #fff;
  color: #c61343;
  opacity: 1;
}

.m-accordion__btn.is-open {
  background-image: url(/assets/img/common/icon-minus-white.png);
}

.m-accordion__btn.is-open:hover {
  background-image: url(/assets/img/common/icon-minus.png);
}

.m-accordion__body {
  display: none;
}

.m-sitemap {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 640px) {
  .m-sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.m-sitemap__item {
  padding: 0 10px;
}

@media screen and (min-width: 640px) {
  .m-sitemap__item {
    padding: 20px 10px;
    width: 50%;
  }
}

.m-sitemap-link__list {
  margin: 40px 0;
}

.m-sitemap-link__item {
  padding: 10px 10px 10px 20px;
}

.m-sitemap-link__item:first-of-type {
  padding-left: 0;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 20px;
}

.m-sitemap-link__item:first-of-type a {
  display: inline-block;
  padding-left: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-image: url(/assets/img/common/icon-arrow.png);
  background-size: 20px 20px;
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 20px;
  vertical-align: middle;
}

.m-fig {
  background-color: #fff;
  max-width: 900px;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
}

#column {
  line-height: 1.8;
}

#column .que_box_a,
#column .que_box {
  border: 1px solid #e4e4e4;
  background-color: #f5f5f5;
  padding: 15px;
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
  #column .que_box_a,
  #column .que_box {
    padding: 25px;
    margin-bottom: 30px;
  }
}

#column .que_box_a h4,
#column .que_box h4 {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 15px;
  font-weight: bold;
}

#column .que_box_a h4:after,
#column .que_box h4:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 640px) {
  #column .que_box_a h4,
  #column .que_box h4 {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

#column .que_r {
  text-align: right;
  font-size: 1.6rem;
}

#column .qlist {
  padding: 10px;
}

#column .qlist label {
  display: inline-block;
  padding: 5px 10px 10px 5px;
  margin: 5px;
}

.answer a,
.que_r a {
  color: #cd1647;
  text-decoration: underline;
  line-height: 1.6;
  font-size: 1.6rem;
}

.answer a[target="_blank"]:after,
.que_r a[target="_blank"]:after {
  content: "";
  background-image: url(/assets/img/common/icon-blank.png);
  background-position: center center;
  background-size: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  margin-right: 4px;
}

.m-facebook-link {
  display: block;
  border-radius: 6px;
  padding: 10px 0 10px 40px;
  background-image: url(/assets/img/common/f_logo_b.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px auto;
}

textarea,
input[type="text"] {
  -webkit-appearance: none;
  margin: 2px 0;
  padding: 5px 2px;
  font-size: 1.7rem;
  display: block;
  width: 100%;
  border: 1px solid #b2b2b2;
  font-size: 1.61rem;
  border-radius: 5px;
}

@media screen and (min-width: 640px) {
  textarea,
  input[type="text"] {
    display: inline-block;
    width: 250px;
  }
}

textarea {
  width: 100%;
}

.p-top-mv {
  display: block;
  width: 100%;
  height: 600px;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-top-mv__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.p-top-mv__logo {
  z-index: 1000;
}

.p-top-mv__logo a {
  display: block;
  background-color: #fff;
  padding: 20px 20px 30px 20px;
  -webkit-box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.1);
  width: 100px;
}

@media screen and (min-width: 980px) {
  .p-top-mv__logo a {
    width: 138px;
  }
}

.p-top-mv__catch {
  text-align: center;
  margin-top: 80px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 980px) {
  .p-top-mv__catch {
    width: 100%;
  }
}

.p-top-mv__catch img {
  width: 100%;
  max-width: 685px;
}

.p-top-mv-link {
  display: none;
  z-index: 1000;
}

@media screen and (min-width: 980px) {
  .p-top-mv-link {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
  }
}

.p-top-mv-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-mv-link__item {
  display: inline-block;
  margin-right: 10px;
}

.p-top-mv-link__item a {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 800;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.p-top-topic {
  position: relative;
  z-index: 100;
}

.p-top-topic__inner {
  width: 100%;
  margin-top: -115px;
}

.p-top-nav {
  position: relative;
}

@media screen and (min-width: 980px) {
  .p-top-nav .l-header-nav-child {
    top: 110px;
  }
}

.m-top-link__list {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (min-width: 640px) {
  .m-top-link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-top-link__photo {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.m-top-link__photo img {
  display: block;
  -webkit-transition: .2s;
  transition: .2s;
}

.m-top-link__item {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (min-width: 640px) {
  .m-top-link__item {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 2px;
  }
}

.m-top-link__item a:hover {
  opacity: 1;
}

.m-top-link__item a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.m-top-link__btn {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 5%;
  padding: 3px;
  margin-top: -22px;
  background-color: #fff;
}

.m-top-link__txt {
  display: block;
  padding: 10px 30px 10px 5px;
  border: 1px solid #cd1647;
  text-align: center;
  font-weight: 500;
  background-image: url(/assets/img/common/icon-arrow.png);
  background-size: 18px 18px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  min-height: 20px;
  vertical-align: middle;
  font-family: 'Noto Sans JP',"Tsukushi A Round Gothic", 筑紫A丸ゴシック, "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", メイリオ, Meiryo, sans-serif;
}

.p-top-about {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f0d5de;
}

@media screen and (min-width: 640px) {
  .p-top-about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.p-top-index {
  border-radius: 14px;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}

.p-top-index__inner {
  display: display;
  background-size: 80px auto;
  background-repeat: no-repeat;
  padding: 40px 5%;
}

@media screen and (min-width: 640px) {
  .p-top-index__inner {
    padding: 60px 4%;
    background-size: 130px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-top-index__ttl {
  width: 100%;
  margin-top: 30px;
}

@media screen and (min-width: 640px) {
  .p-top-index__ttl {
    margin-top: 0;
    width: 48%;
  }
}

.p-top-index__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top-index__txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .p-top-index__txt {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 640px) {
  .p-top-index__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-top-index__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media screen and (min-width: 640px) {
  .p-top-index__item {
    width: 32%;
    margin-bottom: 0;
  }
}

.p-top-index__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 12px;
  min-height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (min-width: 640px) {
  .p-top-index__item a {
    min-height: 100px;
  }
}

.p-top-index__item a:after {
  content: "";
  width: 12px;
  height: 12px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.p-top-index.is-index01 {
  background-color: #edc45a;
  background-image: url(/assets/img/top/icon01.png);
  background-size: 100px auto;
  background-position: right 20px top 50%;
}

@media screen and (min-width: 640px) {
  .p-top-index.is-index01 {
    background-position: right 100px top 10px;
  }
}

.p-top-index.is-index01 .p-top-index__inner {
  background-image: url(/assets/img/top/label01.png);
  background-position: right -20px top -20px;
}

.p-top-index.is-index01 .p-top-index__item a {
  background-image: url(/assets/img/top/bg01.png);
}

.p-top-index.is-index01 .p-top-index__item a:after {
  background-image: url(/assets/img/top/icon-s01.png);
}

.p-top-index.is-index02 {
  background-color: #87ced0;
  background-image: url(/assets/img/top/icon02.png);
  background-size: 120px auto;
  background-position: right 20px top 50%;
}

@media screen and (min-width: 640px) {
  .p-top-index.is-index02 {
    background-position: right 90px top 40px;
  }
}

.p-top-index.is-index02 .p-top-index__inner {
  background-image: url(/assets/img/top/label02.png);
  background-position: left -20px top -20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-top-index.is-index02 .p-top-index__item a {
  background-image: url(/assets/img/top/bg02.png);
}

.p-top-index.is-index02 .p-top-index__item a:after {
  background-image: url(/assets/img/top/icon-s02.png);
}

.p-top-index.is-index02 .p-top-index__content {
  padding-left: 0;
}

@media screen and (min-width: 640px) {
  .p-top-index.is-index02 .p-top-index__content {
    padding-left: 20px;
  }
}

.p-top-index.is-index03 {
  background-color: #f0d5de;
  background-image: url(/assets/img/top/icon03.png);
  background-size: 120px auto;
  background-position: right 10px top 50%;
}

@media screen and (min-width: 640px) {
  .p-top-index.is-index03 {
    background-position: right 90px top 30px;
  }
}

.p-top-index.is-index03 .p-top-index__inner {
  background-image: url(/assets/img/top/label03.png);
  background-position: right -20px top -20px;
}

.p-top-index.is-index03 .p-top-index__item a {
  background-image: url(/assets/img/top/bg03.png);
}

.p-top-index.is-index03 .p-top-index__item a:after {
  background-image: url(/assets/img/top/icon-s03.png);
}

.p-top-index.is-index03 .p-top-index__content {
  padding-left: 0;
}

@media screen and (min-width: 640px) {
  .p-top-index.is-index03 .p-top-index__content {
    padding-left: 20px;
  }
}

.p-top-voice {
  background-color: #f2f2f4;
  padding: 20px;
}

.p-top-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
  padding-top: 30px;
}

.p-top-voice__item {
  width: calc(50% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 2px;
  margin-bottom: 30px;
}

@media screen and (min-width: 640px) {
  .p-top-voice__item {
    width: calc(25% - 50px);
    margin-bottom: 2px;
  }
}

.p-top-voice__link {
  display: block;
  border-radius: 50%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.p-top-voice__link:hover {
  opacity: 1;
}

.p-top-voice__link:hover .p-top-voice__photo {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.p-top-voice__photo {
  -webkit-transition: .4s;
  transition: .4s;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-top-voice__ttl {
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 1.3rem;
}

@media screen and (min-width: 640px) {
  .p-top-voice__ttl {
    font-size: 1.6rem;
  }
}

.p-top-voice__name {
  font-size: 1.1rem;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .p-top-voice__name {
    font-size: 1.4rem;
  }
}

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