@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
/*----------------------------------------
	共通部分
----------------------------------------*/
html.hidden {
  overflow: hidden;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Droid Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111111;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1000px;
  }
}

body.hidden {
  overflow: hidden;
  height: 100%;
}

.all-wrapper {
  padding: 166px 0 0;
}

@media screen and (max-width: 767px) {
  .all-wrapper {
    padding: 61px 0 0;
  }
}

main {
  display: block;
}

a {
  color: #111111;
  outline: none;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: .7;
}

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

body > img {
  width: 0;
}

@media screen and (max-width: 767px) {
  .p-common small {
    font-size: 1.2rem;
  }
}

/*----------------------------------------
	l-header
----------------------------------------*/
.l-header {
  border-bottom: 2px solid #EEE;
  position: fixed;
  z-index: 99999;
  background: #FFF;
  width: 100%;
  left: 0;
  top: 0;
}

.l-header.-fixedPoint .l-header__sitelogo a {
  max-width: 57px;
}

.l-header.-fixedPoint .l-header__sitelogo span {
  opacity: 0;
  visibility: hidden;
}

.l-header.-fixedPoint .l-header__head {
  padding: 5px 20px;
  margin: 0 auto -15px;
}

.l-header.-fixedPoint .l-header__item {
  width: 140px;
  height: 40px;
}

.l-header.-fixedPoint .l-header__recruit {
  top: 40px;
}

.l-header__head {
  max-width: 1050px;
  margin: 0 auto;
  padding: 20px 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

.l-header__sitelogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__sitelogo a {
  display: block;
  max-width: 110px;
  margin: 0 20px 0 0;
}

.l-header__sitelogo span {
  font-size: 1.4rem;
  color: #A0A0A0;
  line-height: 1.71;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 20px;
  top: 0;
}

.l-header__item {
  position: relative;
  width: 140px;
  height: 50px;
  margin-left: 3px;
  -webkit-transition: .4s;
  transition: .4s;
}

.l-header__item.pattern01 > a {
  background: #f0f0f0;
}

.l-header__item.pattern01 > a:hover {
  background: #FDC23D;
}

.l-header__item.pattern01 span {
  color: #009B91;
}

.l-header__item.pattern01 svg {
  max-width: 29px;
}

.l-header__item.pattern02 > a {
  background: #f0f0f0;
}

.l-header__item.pattern02 > a:hover {
  background: #FDC23D;
}

.l-header__item.pattern02 span {
  line-height: 1.25;
  font-size: 1.2rem;
  color: #009B91;
}

.l-header__item.pattern02 svg {
  max-width: 21px;
}

.l-header__item.pattern02.-imgSizeChange svg {
  max-width: 30px;
}

.l-header__item.pattern03 > .item {
  border: 1px solid #f0f0f0;
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.l-header__item.pattern03 > .item:hover {
  background: #FDC23D;
}

.l-header__item.pattern03 span {
  font-size: 1.4rem;
  line-height: 1;
  color: #626262;
}

.l-header__item.pattern03 svg {
  max-width: 22px;
}

.l-header__item.pattern03 small {
  font-size: 1rem;
  color: #009B91;
}

.l-header__item > a,
.l-header__item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.03) inset;
          box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.03) inset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 3px 3px;
}

.l-header__item > a:hover,
.l-header__item .item:hover {
  opacity: 1;
}

.l-header__item > a:hover span, .l-header__item > a:hover small,
.l-header__item .item:hover span,
.l-header__item .item:hover small {
  color: #fff;
}

.l-header__item > a:hover path,
.l-header__item .item:hover path {
  fill: #fff;
}

.l-header__item span {
  font-weight: bold;
}

.l-header__item svg {
  height: auto;
  margin: 0 7px 0 0;
}

.l-header__recruit {
  display: none;
  position: absolute;
  width: 100%;
  padding: 3px 0 0;
  top: 50px;
  left: 0;
  z-index: 1;
}

.l-header__recruit ul {
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
}

.l-header__recruit li {
  border-bottom: 1px solid #fff;
}

.l-header__recruit li:last-child {
  border: none;
}

.l-header__recruit a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 53px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #009B91;
  letter-spacing: -.1rem;
  line-height: 1.2;
  background: #daf0ef;
  padding: 0 10px;
}

.l-header__recruit a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  height: 16px;
  background-image: url(/common/img/ico-meganav.png);
  background-size: cover;
  margin: auto;
}

.l-header__recruit a:hover {
  opacity: 1;
  color: #fff;
  background: #009B91;
}

.l-header__hum {
  display: none;
}

@media only screen and (max-width: 1035px) {
  .l-header__sitelogo a {
    max-width: 92px;
  }
  .l-header__sitelogo span {
    position: relative;
    bottom: -30px;
    font-size: 1.2rem;
  }
  .l-header__head {
    padding: 20px 25px 10px;
  }
}

@media screen and (max-width: 767px) {
  .l-header {
    border-bottom: 2px solid #EEE;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    background: #FFF;
  }
  .l-header.-fixedPoint .l-header__sitelogo a {
    max-width: 60px;
  }
  .l-header.-fixedPoint .l-header__sitelogo span {
    opacity: 1;
    visibility: visible;
  }
  .l-header.-fixedPoint .l-header__head {
    padding: 10px;
    margin: 0 auto;
  }
  .l-header.-fixedPoint .l-header__hum {
    top: 11px;
  }
  .l-header.-fixedPoint .l-nav {
    top: 65px;
    height: calc( 100vh - 65px);
  }
  .l-header__head {
    max-width: 100%;
    padding: 12px 12px 10px;
  }
  .l-header__sitelogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__sitelogo a {
    max-width: 80px;
    margin: 0 13px 0 0;
  }
  .l-header__sitelogo span {
    position: static;
    padding-right: 40px;
    font-size: 1rem;
    line-height: 1.58;
  }
  .l-header__list {
    display: none;
  }
  .l-header__hum {
    display: block;
    position: absolute;
    top: 9px;
    right: 16px;
    width: 28px;
    height: 38px;
  }
  .l-header__hum span {
    position: absolute;
    width: 20px;
    height: 2.5px;
    background: #C9C9C9;
    border-radius: 2px;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .l-header__hum span:nth-child(1) {
    top: 3px;
  }
  .l-header__hum span:nth-child(2) {
    top: 11px;
  }
  .l-header__hum span:nth-child(3) {
    top: 18px;
  }
  .l-header__hum.active span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-header__hum.active span:nth-child(2) {
    left: 20px;
    opacity: 0;
  }
  .l-header__hum.active span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .l-header__hum p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1rem;
    color: #C9C9C9;
    font-weight: bold;
    text-align: center;
  }
}

/*----------------------------------------
	l-footer
----------------------------------------*/
.l-footer {
  background: #F6F6F6;
}

.l-footer__pc {
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px 20px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-footer__block__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 190px;
}

.l-footer__block__column ul {
  width: 85px;
}

.l-footer__block__column ul + ul {
  margin: 0 0 0 26px;
}

.l-footer__headTxt {
  margin: 0 0 14px;
  font-size: 1.2rem;
}

.l-footer__headTxt a {
  color: #434343;
  font-weight: bold;
}

.l-footer__headTxt a:hover {
  opacity: 1;
  text-decoration: underline;
}

.l-footer__headTxt.-modifier {
  margin: 0 0 25px;
}

.l-footer__headTxt .nowrap {
  white-space: nowrap;
}

.l-footer__list {
  margin: 0 0 25px;
}

.l-footer__list li {
  margin: 0 0 3px;
  font-size: 1.2rem;
}

.l-footer__list li:last-child {
  margin: 0;
}

.l-footer__list li.-modifier {
  margin-top: 10px;
}

.l-footer__list a {
  color: #434343;
}

.l-footer__list a:hover {
  opacity: 1;
  text-decoration: underline;
}

.l-footer__list a .far {
  color: #434343;
  font-size: 80%;
}

.l-footer__sp {
  display: none;
}

.l-footer__foot {
  background: #FFF;
}

.l-footer__foot__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.l-footer__foot__list.-modifier {
  margin-right: auto;
}

.l-footer__foot__list.-modifier li:last-child {
  margin: 0;
  padding: 0;
  border-right: none;
}

.l-footer__foot li {
  line-height: 1;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 2px solid #F6F6F6;
}

.l-footer__foot a {
  font-size: 1.2rem;
  color: #434343;
  line-height: 1;
}

.l-footer__copyright {
  font-size: 1.1rem;
  color: #898989;
}

.l-footer__copyright br {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .l-footer__copyright {
    padding: 0 80px 0 0;
  }
  .l-footer__copyright br {
    display: block;
  }
}

.wrap-l-footer {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .wrap-l-footer {
    margin-top: 0;
  }
  .l-footer {
    background: #FFF;
    padding: 0 0 80px;
  }
  .l-footer__pc {
    display: none;
  }
  .l-footer__sp {
    display: block;
    margin: 0 0 40px;
  }
  .l-footer__sp__list {
    margin: 70px 0 21px;
  }
  .l-footer__sp__list li {
    margin: 0 0 1.5px;
  }
  .l-footer__sp__list li.current a {
    color: #ffffff;
    background-color: #009b91;
    background-image: url(../img/ico-arrow-right_white.png);
  }
  .l-footer__sp__list li.current a:hover {
    opacity: 1;
  }
  .l-footer__sp__list li:last-child {
    margin: 0;
  }
  .l-footer__sp__list a {
    display: block;
    font-size: 1.6rem;
    color: #434343;
    line-height: 1;
    padding: 15px;
    background-image: url(../img/ico-arrow-right_gray.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-color: #F6F6F6;
    background-size: 5px 9px;
  }
  .l-footer__sp__list a .far {
    font-size: 80%;
    margin-left: 5px;
  }
  .l-footer__sp__list .first a {
    font-weight: bold;
    text-align: center;
    padding: 20px 15px;
  }
  .l-footer__sp__btn {
    padding: 0 15px;
  }
  .l-footer__sp__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    background: url(../img/ico-arrow-right_white.png) no-repeat center right 13px, #FDC23D;
    background-size: 5px 9px;
    border-radius: 5px;
    border-bottom: 3px solid #F2F2F2;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05) inset;
            box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05) inset;
    padding: 13px 0;
  }
  .l-footer__sp__btn a img {
    max-width: 26px;
    height: auto;
    margin: 0 10px 0 0;
  }
  .l-footer__foot__inner {
    padding: 0;
    display: block;
  }
  .l-footer__foot__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer__foot__list.-modifier {
    margin: 15px 0 0;
  }
  .l-footer__foot li {
    border-right: 1px solid #B1B1B1;
  }
  .l-footer__foot li:last-child {
    border-right: none;
    margin: 0;
    padding: 0;
  }
  .l-footer__foot a {
    font-size: 1.2rem;
  }
  .l-footer__copyright {
    display: block;
    text-align: center;
    font-size: 1.0rem;
    padding: 0;
    margin: 21px 0 0;
  }
  .footNavNone .l-footer .l-footer__sp__list {
    display: none;
  }
}

/*----------------------------------------
	l-sidebar
----------------------------------------*/
/*----------------------------------------
	l-nav
----------------------------------------*/
.l-nav {
  position: relative;
  padding: 0 25px;
}

.l-nav__list {
  display: table;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.l-nav__item {
  display: table-cell;
  vertical-align: middle;
}

.l-nav__item:hover a {
  color: #009B91;
  opacity: 1;
}

.l-nav__item:hover a:after {
  opacity: 1;
}

.l-nav__item:hover a span {
  color: #009B91;
}

.l-nav__item:hover > .megaMenu {
  display: block;
}

.l-nav__item:nth-child(6) a:after {
  bottom: -8px;
}

.l-nav__item:nth-child(7) a span {
  position: relative;
}

.l-nav__item:nth-child(7) a span:after {
  content: "";
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 20px;
  background: #DCDCDC;
  margin: auto;
}

.l-nav__item > a {
  display: block;
  font-size: 1.3rem;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  padding: 20px 15px;
}

.l-nav__item > a:before, .l-nav__item > a:after {
  content: "";
  position: absolute;
  left: 0;
}

.l-nav__item > a:after {
  right: 0;
  bottom: -16px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 2;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.l-nav__item > a:before {
  top: 0;
  bottom: 0;
  width: 1px;
  height: 20px;
  background: #DCDCDC;
  margin: auto;
}

.l-nav__item > a span {
  display: block;
  text-align: center;
}

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

.l-nav__item.-sp {
  display: none;
}

.l-nav__btn {
  display: none;
}

.l-nav__tab {
  display: none;
}

@media only screen and (max-width: 1035px) {
  .l-nav__item > a {
    font-size: 1.2rem;
    padding: 20px 15px;
  }
  .l-nav__item > a:after {
    bottom: -8px;
  }
  .l-nav__item > a .size {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .l-nav {
    display: none;
    max-width: 100%;
    padding: 0;
    position: absolute;
    background: #FFF;
    left: 0;
    top: 80px;
    width: 100%;
    height: calc( 100vh - 80px);
    z-index: 2;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .l-nav__list {
    display: block;
    border-left: none;
    padding: 0;
  }
  .l-nav__item {
    display: block;
    margin: 0 0 1.5px;
  }
  .l-nav__item:hover > .megaMenu {
    display: none;
  }
  .l-nav__item:nth-child(7) a span:after {
    content: none;
  }
  .l-nav__item > a {
    display: block;
    font-size: 1.6rem;
    color: #434343;
    line-height: 1;
    padding: 15px;
    background: url(../img/ico-arrow-right_gray.png) no-repeat center right 15px, #F6F6F6;
    background-size: 5px 9px;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .l-nav__item > a:before, .l-nav__item > a:after {
    content: none;
  }
  .l-nav__item > a span {
    text-align: left;
  }
  .l-nav__item > a .size {
    display: none;
  }
  .l-nav__item > a.js-mobileAc {
    background: #F6F6F6;
  }
  .l-nav__item > a.js-mobileAc i {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 20px;
    height: 20px;
    background: #009B91;
    margin: auto;
    border-radius: 50%;
  }
  .l-nav__item > a.js-mobileAc i:before, .l-nav__item > a.js-mobileAc i:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 2px;
    background: #fff;
    margin: auto;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .l-nav__item > a.js-mobileAc i:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .l-nav__item > a.js-mobileAc.active i:after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .l-nav__item.-pc {
    display: none;
  }
  .l-nav__item.-sp {
    display: block;
  }
  .l-nav__btn {
    display: block;
    padding: 25px 15px;
  }
  .l-nav__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    background: url(../img/ico-arrow-right_white.png) no-repeat center right 13px, #FDC23D;
    background-size: 5px 9px;
    border-radius: 5px;
    border-bottom: 3px solid #F2F2F2;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05) inset;
            box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05) inset;
    padding: 13px 0;
  }
  .l-nav__btn a img {
    max-width: 26px;
    height: auto;
    margin: 0 10px 0 0;
  }
  .l-nav__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-nav__tab li {
    width: 33%;
  }
  .l-nav__tab li a {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 7px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #009B91;
    border-radius: 2.5px 2.5px 0 0;
  }
  .l-nav__tab li span {
    font-size: 2.9vw;
    color: #FFF;
    line-height: 1.27;
    font-weight: bold;
  }
  .l-nav__tab li:nth-child(1) a {
    border-radius: 0 2.5px 0 0;
  }
  .l-nav__tab li:nth-child(1) span {
    font-size: 3.7vw;
  }
  .l-nav__tab li:nth-child(1) img {
    max-width: 17px;
    margin: 0 7px 0 0;
  }
  .l-nav__tab li:nth-child(2) img {
    max-width: 18px;
    margin: 0 10px 0 0;
  }
  .l-nav__tab li:nth-child(3) a {
    border-radius: 2.5px 0 0 0;
  }
  .l-nav__tab li:nth-child(3) img {
    max-width: 22px;
    margin: 0 10px 0 0;
  }
}

.megaMenu {
  display: none;
  position: absolute;
  left: 0;
  background: rgba(217, 240, 239, 0.95);
  width: 100%;
  padding: 35px 25px;
  border-bottom: 2px solid #F7F7F7;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.megaMenu__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.megaMenu__block {
  margin-right: 6.8%;
}

.megaMenu__block:last-child {
  margin-right: 0;
}

.megaMenu__block.-small {
  width: 35%;
}

.megaMenu__block.-medium {
  width: 65%;
}

.megaMenu__block.-large {
  width: 100%;
}

.megaMenu__block.-half {
  width: 50%;
}

.megaMenu__head {
  position: relative;
  margin: 0 0 25px;
}

.megaMenu__head span {
  position: relative;
  font-size: 1.4rem;
  color: #434343;
  padding-right: 35px;
}

.megaMenu__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.megaMenu__column .thumbnail {
  width: 100px;
  margin-right: 25px;
}

.megaMenu__column .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 25px;
}

.megaMenu__column .list:last-child {
  margin-right: 0;
}

.megaMenu__column .list.-size01 li {
  width: 100%;
}

.megaMenu__column .list.-size02 li {
  width: 50%;
}

.megaMenu__column .list.-size03 li {
  width: 33.3333%;
  text-align: center;
}

.megaMenu__column .list li {
  width: 25%;
  margin: 0 0 10px;
}

.megaMenu__column .list li.size01 {
  width: 100%;
}

.megaMenu__column .list li a {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #009B91;
  padding: 5px 10px 5px 35px;
  border-radius: 20px;
}

.megaMenu__column .list li a:before {
  content: "";
  position: absolute;
  top: 4.5px;
  left: 10px;
  width: 16px;
  height: 16px;
  background-image: url(../img/ico-meganav.png);
  background-size: cover;
}

.megaMenu__column .list li a:hover {
  color: #fff;
  background: #009B91;
}

@media screen and (max-width: 767px) {
  .megaMenu {
    display: none;
    position: static;
    padding: 0;
    border: none;
  }
  .megaMenu__inner {
    display: block;
  }
  .megaMenu__block {
    margin: 0;
  }
  .megaMenu__block.-small {
    width: 100%;
  }
  .megaMenu__block.-medium {
    width: 100%;
  }
  .megaMenu__block.-half {
    width: 100%;
  }
  .megaMenu__head {
    display: none;
  }
  .megaMenu__column {
    display: block;
  }
  .megaMenu__column .thumbnail {
    display: none;
  }
  .megaMenu__column .list.-size02 li {
    width: 100%;
  }
  .megaMenu__column .list.-size03 li {
    width: 100%;
    text-align: left;
  }
  .megaMenu__column .list li {
    width: 100%;
    margin: 0;
  }
  .megaMenu__column .list li a {
    width: 100%;
    padding: 15px 15px 15px 35px;
    border-radius: 0;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .megaMenu__column .list li a:before {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

/*----------------------------------------
	l-navMobile
----------------------------------------*/
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.u-color01 {
  color: #D46CC4;
}

.u-color02 {
  color: #E37EA9;
}

.u-color03 {
  color: #EF8B83;
}

.u-color04 {
  color: #D8B384;
}

.u-color05 {
  color: #D8CF82;
}

.u-color06 {
  color: #9fcd7d;
}

.u-color07 {
  color: #9bdde2;
}

.u-color08 {
  color: #90C7EC;
}

.u-color09 {
  color: #98A3E8;
}

.u-color10 {
  color: #a87ee8;
}

.u-color11 {
  color: #f288d9;
}

.u-color12 {
  color: #d5d5d5;
}

.u-color13 {
  color: #e1f5f6;
}

.u-color14 {
  color: #fbf0e2;
}

.u-color15 {
  color: #fdc23d;
}

.u-color16 {
  color: #f2deef;
}

.u-color17 {
  color: #f2deef;
}

.u-color18 {
  color: #9bdde2;
}

.u-color19 {
  color: #eaf5e2;
}

.u-color20 {
  color: #faf6dd;
}

.u-color21 {
  color: #ede290;
}

.u-color22 {
  color: #fbe4e2;
}

.u-color23 {
  color: #fff1f2;
}

.u-color24 {
  color: #f15398;
}

.u-color25 {
  color: #ebf8f9;
}

.u-color26 {
  color: #fcecf3;
}

.u-color27 {
  color: #f1f8ec;
}

.u-color28 {
  color: #fcf5ec;
}

.u-color29 {
  color: #fbe2ed;
}

.u-color30 {
  color: #feedc4;
}

.u-color31 {
  color: #ece4f8;
}

.u-color32 {
  color: #009b91;
}

.u-color33 {
  color: #f2deef;
}

.u-color34 {
  color: #f3deef;
}

.u-color35 {
  color: #fcf0e2;
}

.u-bgColor01 {
  background: #D46CC4;
}

.u-bgColor02 {
  background: #E37EA9;
}

.u-bgColor03 {
  background: #EF8B83;
}

.u-bgColor04 {
  background: #D8B384;
}

.u-bgColor05 {
  background: #D8CF82;
}

.u-bgColor06 {
  background: #9fcd7d;
}

.u-bgColor07 {
  background: #9bdde2;
}

.u-bgColor08 {
  background: #90C7EC;
}

.u-bgColor09 {
  background: #98A3E8;
}

.u-bgColor10 {
  background: #a87ee8;
}

.u-bgColor11 {
  background: #f288d9;
}

.u-bgColor12 {
  background: #d5d5d5;
}

.u-bgColor13 {
  background: #e1f5f6;
}

.u-bgColor14 {
  background: #fbf0e2;
}

.u-bgColor15 {
  background: #fdc23d;
}

.u-bgColor16 {
  background: #f2deef;
}

.u-bgColor17 {
  background: #f2deef;
}

.u-bgColor18 {
  background: #9bdde2;
}

.u-bgColor19 {
  background: #eaf5e2;
}

.u-bgColor20 {
  background: #faf6dd;
}

.u-bgColor21 {
  background: #ede290;
}

.u-bgColor22 {
  background: #fbe4e2;
}

.u-bgColor23 {
  background: #fff1f2;
}

.u-bgColor24 {
  background: #f15398;
}

.u-bgColor25 {
  background: #ebf8f9;
}

.u-bgColor26 {
  background: #fcecf3;
}

.u-bgColor27 {
  background: #f1f8ec;
}

.u-bgColor28 {
  background: #fcf5ec;
}

.u-bgColor29 {
  background: #fbe2ed;
}

.u-bgColor30 {
  background: #feedc4;
}

.u-bgColor31 {
  background: #ece4f8;
}

.u-bgColor32 {
  background: #009b91;
}

.u-bgColor33 {
  background: #f2deef;
}

.u-bgColor34 {
  background: #f3deef;
}

.u-bgColor35 {
  background: #fcf0e2;
}

.u-bgColor36 {
  background: #fce4e2;
}

.u-bgColor37 {
  background: #eaf6e2;
}

.u-bgColor38 {
  background: #f29ec2;
}

/*----------------------------------------
	m-fixedSpMenu
----------------------------------------*/
.m-fixedSpMenu {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-fixedSpMenu {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #FFF;
    z-index: 10;
  }
  .m-fixedSpMenu li {
    width: 23.2%;
  }
  .m-fixedSpMenu li:nth-child(1) a {
    border-radius: 0 2.5px 0 0;
  }
  .m-fixedSpMenu li:nth-child(1) img {
    max-width: 19px;
  }
  .m-fixedSpMenu li:nth-child(2) {
    width: 28.6%;
  }
  .m-fixedSpMenu li:nth-child(2) img {
    max-width: 18px;
  }
  .m-fixedSpMenu li:nth-child(3) img {
    max-width: 22px;
  }
  .m-fixedSpMenu li:nth-child(4) a {
    border-radius: 2.5px 0 0 0;
  }
  .m-fixedSpMenu li:nth-child(4) img {
    max-width: 25px;
    margin: 0 0 3px;
  }
  .m-fixedSpMenu i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 22px;
  }
  .m-fixedSpMenu img {
    max-width: 100%;
    height: auto;
    margin: 0 0 5px;
  }
  .m-fixedSpMenu a {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8px 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #009B91;
    border-radius: 2.5px 2.5px 0 0;
  }
  .m-fixedSpMenu a:hover {
    opacity: 1;
  }
  .m-fixedSpMenu span {
    font-size: 2.9vw;
    color: #FFF;
    line-height: 1;
    font-weight: bold;
  }
}

/*----------------------------------------
	m-breadcrumb
----------------------------------------*/
.m-breadcrumb {
  max-width: 1000px;
  padding: 10px 25px;
  margin: 0 auto;
}

.m-breadcrumb.-age {
  margin: 0 auto -48px;
}

.m-breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-breadcrumb li {
  position: relative;
  font-size: 1.2rem;
  list-style: none;
  margin: 0 20px 0 0;
}

.m-breadcrumb li:after {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  bottom: 0;
  width: 6px;
  height: 9px;
  background-image: url(/common/img/ico-arrow-right_gray.svg);
  background-size: cover;
  margin: auto;
}

.m-breadcrumb li:last-child:after {
  content: none;
}

.m-breadcrumb a {
  display: block;
  text-decoration: underline;
  padding: 5px 0;
}

.m-breadcrumb a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .m-breadcrumb {
    display: none;
  }
}

/*----------------------------------------
	m-pagination
----------------------------------------*/
.m-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-pagination__body {
  margin: 0 10px;
}

.m-pagination__body li {
  margin: 0 10px;
}

/*----------------------------------------
	m-pageTop
----------------------------------------*/
.m-pageTop {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  right: 15px;
  bottom: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background: #009b91;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .m-pageTop {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 18vw;
    font-size: 1rem;
  }
}

/*----------------------------------------
	m-button01
----------------------------------------*/
.m-button01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-button01 a, .m-button01 .item {
  position: relative;
  display: block;
  text-align: center;
  max-width: 300px;
  width: 100%;
  padding: 10px 10px 12px 10px;
  font-size: 1.4rem;
  color: #009b91;
  background: #ffffff;
  border: 1px solid #009b91;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.1;
}

.m-button01 a:before, .m-button01 .item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 6px;
  height: 9px;
  background-image: url(../img/ico-arrow-right_green.svg);
  background-size: contain;
  margin: auto;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .m-button01 a:before, .m-button01 .item:before {
    background-image: url(../img/ico-arrow-right_green.png);
  }
}

.m-button01 a .far, .m-button01 .item .far {
  color: #009b91;
  font-size: 80%;
  margin-left: 5px;
}

.m-button01 a,
.m-button01 button {
  cursor: pointer;
}

.m-button01 a:hover, .m-button01 a.fill,
.m-button01 button:hover,
.m-button01 button.fill {
  opacity: 1;
  color: #ffffff;
  background: #009b91;
  border: 1px solid #009b91;
}

.m-button01 a:hover:before, .m-button01 a.fill:before,
.m-button01 button:hover:before,
.m-button01 button.fill:before {
  background-image: url(../img/ico-arrow-right_white.svg);
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .m-button01 a:hover:before, .m-button01 a.fill:before,
  .m-button01 button:hover:before,
  .m-button01 button.fill:before {
    background-image: url(../img/ico-arrow-right_white.png);
  }
}

.m-button01 a:hover .far, .m-button01 a.fill .far,
.m-button01 button:hover .far,
.m-button01 button.fill .far {
  color: #FFF;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
}

@media screen and (max-width: 767px) {
  .m-button01 a, .m-button01 .item {
    font-size: 1.6rem;
    height: auto;
  }
}

/*----------------------------------------
    m-button02
----------------------------------------*/
.m-button02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-button02 a, .m-button02 .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 300px;
  width: 100%;
  padding: 10px 10px 12px 10px;
  font-size: 1.4rem;
  color: #000;
  background: #FFF;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1.1;
}

.m-button02 a:before, .m-button02 .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 6px;
  height: 9px;
  background-image: url(../img/ico-arrow-left_gray.svg);
  background-size: contain;
  margin: auto;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .m-button02 a:before, .m-button02 .item:before {
    background-image: url(../img/ico-arrow-left_gray.png);
  }
}

.m-button02 a,
.m-button02 button {
  cursor: pointer;
}

.m-button02 a:hover, .m-button02 a.fill,
.m-button02 button:hover,
.m-button02 button.fill {
  opacity: 1;
  color: #ffffff;
  background: #009b91;
  border: 1px solid #009b91;
}

.m-button02 a:hover:before, .m-button02 a.fill:before,
.m-button02 button:hover:before,
.m-button02 button.fill:before {
  background-image: url(../img/ico-arrow-left_gray.svg);
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .m-button02 a:hover:before, .m-button02 a.fill:before,
  .m-button02 button:hover:before,
  .m-button02 button.fill:before {
    background-image: url(../img/ico-arrow-left_gray.png);
  }
}

@media screen and (max-width: 767px) {
  .m-button02 a, .m-button02 .item {
    font-size: 1.6rem;
  }
}

/*----------------------------------------
	m-search
----------------------------------------*/
.m-search {
  background: #BFE6E3;
  padding: 50px 30px;
}

.m-search__container {
  max-width: 880px;
  margin: 0 auto;
}

.m-search__head {
  font-size: 1.8rem;
  color: #009B91;
  text-align: center;
  letter-spacing: .5rem;
  margin: 0 0 50px;
}

.m-search__head span {
  display: block;
  width: 208px;
  margin: 0 auto 15px;
}

.m-search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}

.m-search__item {
  width: 50%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-search__inner {
  background: rgba(255, 255, 255, 0.75);
  padding: 25px 30px 40px;
  border-radius: 5px;
}

.m-search__inner h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 25px;
}

.m-search__inner i {
  display: block;
  width: 35px;
  margin: 0 10px 0 0;
}

.m-search__inner span {
  font-size: 1.8rem;
  font-weight: normal;
  color: #898989;
}

.m-search__inner .select {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  line-height: 1.2;
}

.m-search__inner .select:hover p {
  color: #fff;
  background: #009B91;
}

.m-search__inner .select:hover p:before {
  background-image: url(../img/ico-arrow-bottom_white.svg);
}

.m-search__inner p {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  color: #009b91;
  background: #fff;
  margin: 0 auto;
  padding-top: 10px;
  border: 1px solid #009b91;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 1.2;
}

.m-search__inner p:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 9px;
  height: 6px;
  background-image: url(../img/ico-arrow-bottom_green.svg);
  background-size: cover;
  margin: auto;
}

.m-search__inner select {
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.m-search__btn {
  text-align: center;
  margin: 50px 0 0;
}

.m-search__btn a {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #009B91;
  padding: 15px;
}

.m-search__btn a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 9px;
  background: url(../img/ico-arrow-right_green.svg);
  background-size: cover;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .m-search {
    background: none;
    padding: 0 15px;
  }
  .m-search__container {
    background: #BFE6E3;
    padding: 35px 20px;
    border-radius: 5px;
  }
  .m-search__head {
    font-size: 1.4rem;
    margin: 0 0 30px;
  }
  .m-search__head span {
    width: 145px;
  }
  .m-search__list {
    display: block;
    margin: 0;
  }
  .m-search__item {
    width: 100%;
    padding: 0 0 15px;
  }
  .m-search__item:last-child {
    padding: 0;
  }
  .m-search__inner {
    padding: 20px;
  }
  .m-search__inner h3 {
    margin: 0 0 15px;
  }
  .m-search__inner i {
    width: 25px;
    margin: 0 5px 0 0;
  }
  .m-search__inner span {
    font-size: 1.5rem;
  }
  .m-search__inner .select:hover p {
    color: #009b91;
    background: #fff;
  }
  .m-search__inner .select:hover p:before {
    background-image: url(../img/ico-arrow-bottom_green.svg);
  }
  .m-search__inner select {
    font-size: 1.6rem;
  }
  .m-search__btn {
    margin: 0;
  }
  .m-search__btn a {
    font-size: 1.5rem;
    padding: 15px 10px 15px 15px;
  }
}

/*----------------------------------------
	m-contact
----------------------------------------*/
.m-contact {
  margin-top: 70px;
  background: #009B91;
}

.m-contact__container {
  max-width: 880px;
  padding: 35px 30px 45px;
  margin: 0 auto;
}

.m-contact__head {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  margin: 0 0 30px;
}

.m-contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

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

.m-contact__list.-list01 {
  width: 47%;
}

.m-contact__list.-list02 {
  width: 51%;
}

.m-contact__item {
  width: 100%;
  padding: 0 5px;
}

.m-contact__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 85px;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  padding: 0 35px 0 15px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-contact__item a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 6px;
  height: 9px;
  background-size: cover;
  background-image: url(../img/ico-arrow-right_gray.svg);
  margin: auto;
}

.m-contact__item a:hover {
  opacity: 1;
  background: #FDC23D;
}

.m-contact__item a:hover:before {
  background-image: url(../img/ico-arrow-right_white.svg);
}

.m-contact__item a:hover span {
  color: #fff;
}

.m-contact__item i {
  display: block;
  background-size: cover;
  margin: 0 10px 0 0;
}

.m-contact__item span {
  font-weight: bold;
  line-height: 1.3;
  -webkit-transition: .2s;
  transition: .2s;
}

.m-contact__item.-item01 i {
  width: 32px;
}

.m-contact__item.-item01 span {
  font-size: 2rem;
}

.m-contact__item.-item02 {
  width: 50%;
}

.m-contact__item.-item02 i {
  width: 34px;
}

.m-contact__item.-item02 span {
  font-size: 1.6rem;
}

.m-contact__item.-item03 {
  width: 50%;
}

.m-contact__item.-item03 i {
  width: 38px;
}

.m-contact__item.-item03 span {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .m-contact__container {
    padding: 30px 15px 40px;
  }
  .m-contact__head {
    font-size: 1.7rem;
    margin: 0 0 20px;
  }
  .m-contact__body {
    display: block;
  }
  .m-contact__list.-list01 {
    width: 100%;
    margin: 0 0 10px;
  }
  .m-contact__list.-list02 {
    width: 100%;
  }
  .m-contact__item a {
    height: 65px;
    padding: 0 25px 0 15px;
  }
  .m-contact__item a:before {
    right: 10px;
  }
  .m-contact__item i {
    margin: 0 8px 0 0;
  }
  .m-contact__item.-item01 i {
    width: 25px;
    height: 28px;
  }
  .m-contact__item.-item01 span {
    font-size: 1.5rem;
  }
  .m-contact__item.-item02 i {
    width: 26px;
    height: 20px;
  }
  .m-contact__item.-item02 span {
    font-size: 1.1rem;
  }
  .m-contact__item.-item03 i {
    width: 26px;
    height: 23px;
  }
  .m-contact__item.-item03 span {
    font-size: 1.1rem;
  }
}

.m-pageHeader {
  background: url(/common/img/title_bg.jpg) 50% 50%/cover;
  padding: 120px 0;
  text-align: center;
}

.m-pageHeader .string {
  display: inline-block;
  padding: 15px 5px;
  color: #FFF;
  font-size: 4.4rem;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}

.m-pageHeader .string small {
  margin-bottom: 5px;
  display: block;
  color: #FFF;
  font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
  .m-pageHeader {
    padding: 12vw 0;
    background-image: url(/common/img/title_bg_sp.jpg);
  }
  .m-pageHeader .string {
    margin: 0 20px;
    padding: 10px;
    font-size: 1.8rem;
  }
  .m-pageHeader .string small {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}

/*----------------------------------------
	m-figureInHead
----------------------------------------*/
.m-figureInHead {
  position: relative;
  width: 100%;
}

.m-figureInHead .string {
  padding-top: 15px;
  padding-bottom: 45%;
  width: calc(100% - 20px);
  text-align: center;
  font-size: 2.8rem;
  color: #FFF;
  border-radius: 5px;
}

.m-figureInHead .string small {
  font-size: 1.4rem;
  color: #FFF;
}

.m-figureInHead .img {
  position: absolute;
  top: 26%;
  left: 20px;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .m-figureInHead .string {
    padding-top: 3.5vw;
    padding-bottom: 40vw;
    font-size: 1.8rem;
  }
  .m-figureInHead .string small {
    font-size: 1.2rem;
  }
  .m-figureInHead .img {
    top: 13vw;
  }
}

/*----------------------------------------
	m-heading01
----------------------------------------*/
.m-heading01 {
  position: relative;
  text-align: center;
}

.m-heading01:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #009b91;
  margin: auto;
}

.m-heading01__inner {
  position: relative;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: normal;
  color: #009b91;
  background: #ffffff;
  padding: 0 30px;
}

.m-heading01__inner strong {
  display: block;
  font-size: 2rem;
  color: #009b91;
}

.m-heading01__inner .mark {
  display: inline-block;
  margin-right: 20px;
  padding: 5px 25px;
  color: #FFF;
  font-size: 2.0rem;
  border-radius: 6px;
}

.m-heading01__inner .mark i {
  font-size: 2.6rem;
  font-style: normal;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .m-heading01 {
    margin-bottom: 20px;
  }
  .m-heading01__inner {
    font-size: 1.0rem;
    padding: 0 5vw;
  }
  .m-heading01__inner strong {
    font-size: 1.8rem;
  }
  .m-heading01__inner strong small {
    font-size: 80%;
  }
  .m-heading01__inner .mark {
    display: block;
    width: 22vw;
    margin: 0 auto 10px auto;
    padding: 2px 10px;
    font-size: 1.2rem;
  }
  .m-heading01__inner .mark i {
    font-size: 1.6rem;
  }
  body .p-common .m-heading01,
  body.footNavNone .p-common h2.m-heading01 {
    margin-bottom: 20px;
  }
}

/*----------------------------------------
	m-heading02
----------------------------------------*/
.m-heading02 {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}

.m-heading02 .icon {
  display: inline-block;
  position: relative;
  background: 50% 50% no-repeat;
}

.m-heading02 .icon.icon-cource {
  background-image: url(/common/img/ico-course_pink.svg);
  width: 58px;
  height: 58px;
}

.m-heading02 .icon.icon-lesson {
  background-image: url(/common/img/ico-lesson_pink.svg);
  width: 70px;
  height: 56px;
}

.m-heading02 .string {
  font-size: 2.4rem;
}

.m-heading02 small {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .m-heading02 {
    margin-bottom: 25px;
  }
  .m-heading02 .string {
    font-size: 1.8rem;
  }
  .m-heading02 small {
    font-size: 1.6rem;
  }
}

/*----------------------------------------
	m-pageNavi
----------------------------------------*/
.m-fragmentNav {
  margin-bottom: 70px;
}

.m-fragmentNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
}

.m-fragmentNav li {
  margin-bottom: 8px;
  width: 16.5%;
  text-align: center;
  border-left: 1px solid #d7d7d7;
  font-size: 1.5rem;
}

.m-fragmentNav li:nth-child(6n), .m-fragmentNav li:last-child {
  border-right: 1px solid #d7d7d7;
}

.m-fragmentNav li a {
  position: relative;
  display: block;
  padding: 5px 20px;
}

.m-fragmentNav li a .m-icon-frag {
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -5px;
}

.m-fragmentNav.m-fragmentNav--class li {
  width: 19%;
  font-weight: bold;
}

.m-fragmentNav.m-fragmentNav--class li a .m-icon-frag {
  position: static;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .m-fragmentNav.m-fragmentNav--class {
    margin-bottom: 40px;
  }
  .m-fragmentNav.m-fragmentNav--class ul {
    display: block;
  }
  .m-fragmentNav.m-fragmentNav--class li {
    margin: 5px;
    width: auto;
    border: 0;
    border: 1px solid #d7d7d7;
  }
  .m-fragmentNav.m-fragmentNav--class li a .m-icon-frag {
    position: absolute;
    margin: 0;
    margin-top: -5px;
    right: 10px;
  }
}

/*----------------------------------------
	m-pageNavi
----------------------------------------*/
.m-pageNavi {
  background: #f6f6f6;
  padding: 30px;
}

.m-pageNavi__head {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 25px;
  line-height: 1.9;
}

.m-pageNavi__head a {
  color: #000;
}

.m-pageNavi__head a:hover {
  color: #009B91;
  opacity: 1;
}

.m-pageNavi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.9;
}

.m-pageNavi__list.-column03 {
  max-width: 750px;
}

.m-pageNavi__list.-column03 li {
  width: 33.3333%;
}

.m-pageNavi__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  padding: 0 5px;
  margin: 0 0 15px;
  border-left: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-pageNavi__list li:nth-child(4n), .m-pageNavi__list li:last-child {
  border-right: 1px solid #dcdcdc;
}

.m-pageNavi__list li.current a {
  color: #ffffff;
  background: #009b91;
  border-radius: 20px;
  cursor: default;
  pointer-events: none;
}

.m-pageNavi__list li.current small {
  color: #fff;
}

.m-pageNavi__list li.width-half {
  width: 50%;
}

.m-pageNavi__list li.width-third {
  width: 33.3%;
}

.m-pageNavi__list li.width-third:nth-child(3n) {
  border-right: 1px solid #dcdcdc;
}

.m-pageNavi__list li.width-thirty {
  width: 30%;
}

.m-pageNavi__list li.width-fifth {
  width: 20%;
}

.m-pageNavi__list li.border-r {
  border-right: 1px solid #dcdcdc;
}

.m-pageNavi__list a {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2;
  padding: 3px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
}

.m-pageNavi__list a:hover {
  opacity: 1;
  color: #ffffff;
  background: #009b91;
}

.m-pageNavi__list a:hover small {
  color: #fff;
}

.m-pageNavi__list small {
  font-size: 1.2rem;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .m-pageNavi {
    display: none;
  }
}

/*----------------------------------------
	m-beginning
----------------------------------------*/
.m-beginning {
  max-width: 1000px;
  padding: 0 25px;
  margin: 0 auto;
}

.m-beginning__head {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 30px;
}

.m-beginning__lead {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .m-beginning {
    padding-right: 15px;
    padding-left: 15px;
  }
  .m-beginning__head {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 0 0 20px;
  }
  .m-beginning__lead {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
  }
}

/*----------------------------------------
	m-heroVisual01
----------------------------------------*/
.m-heroVisual01 {
  text-shadow: 0px 0px 10px rgba(58, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 460px;
  background-size: cover;
  background-position: center;
  background-image: url(/img/template/mainvisual.jpg);
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-heroVisual01 span {
  display: block;
}

.m-heroVisual01 .in01 {
  width: 100%;
}

.m-heroVisual01 .in02 {
  font-size: 2.6rem;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .m-heroVisual01 {
    height: auto;
    padding: 50px 0;
  }
  .m-heroVisual01 .in02 {
    font-size: 1.6rem;
  }
}

/*----------------------------------------
	m-heroVisual02
----------------------------------------*/
.m-heroVisual02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 330px;
  background-size: cover;
  background-position: center;
  background-image: url(/img/template/mainvisual.jpg);
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-heroVisual02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.m-heroVisual02 span {
  position: relative;
  font-size: 3.2rem;
  color: #ffffff;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .m-heroVisual02 {
    height: auto;
    padding: 50px 0;
  }
  .m-heroVisual02 span {
    font-size: 1.8rem;
  }
}

/*----------------------------------------
	m-table01
----------------------------------------*/
.m-table01 {
  max-width: 1000px;
  padding: 0 30px;
  margin: 0 auto;
}

.m-table01 caption {
  text-align: right;
}

.m-table01__pc {
  width: 100%;
}

.m-table01__pc th, .m-table01__pc td {
  border: 1px solid #DCDCDC;
}

.m-table01__pc thead th {
  font-weight: normal;
  text-align: center;
  background: #FDF5D6;
  padding: 10px;
}

.m-table01__pc thead th:nth-child(even) {
  background: #f4ecce;
}

.m-table01__pc thead th:first-child {
  border-left: none;
}

.m-table01__pc thead th:last-child {
  border-right: none;
}

.m-table01__pc thead th.normal {
  background: #FDF5D6;
}

.m-table01__pc thead th.dark {
  background: #f4ecce;
}

.m-table01__pc tbody th, .m-table01__pc tbody td {
  padding: 20px 15px;
}

.m-table01__pc tbody th {
  border-left: none;
}

.m-table01__pc tbody td {
  text-align: center;
}

.m-table01__pc tbody td:first-child {
  border-left: none;
}

.m-table01__pc tbody td:last-child {
  border-right: none;
}

.m-table01__pc tbody .bg {
  background: #f6f6f6;
}

.m-table01__pc tbody .price {
  font-weight: bold;
  color: #F15398;
}

.m-table01__sp {
  display: none;
}

.m-table01__sp thead th, .m-table01__sp thead td,
.m-table01__sp tbody th,
.m-table01__sp tbody td {
  padding: 10px 15px;
}

@media screen and (max-width: 767px) {
  .m-table01 {
    padding: 0 15px;
  }
  .m-table01__pc {
    display: none;
  }
  .m-table01__sp {
    display: table;
    width: 100%;
  }
  .m-table01__sp caption {
    font-size: 1.2rem;
  }
  .m-table01__sp th, .m-table01__sp td {
    font-size: 1rem;
    border: 1px solid #DCDCDC;
    padding: 15px 10px;
  }
  .m-table01__sp th:first-child, .m-table01__sp td:first-child {
    background: #FDF5D6;
  }
  .m-table01__sp th.yellow, .m-table01__sp td.yellow {
    background: #FDF5D6;
  }
  .m-table01__sp thead {
    width: 100%;
  }
  .m-table01__sp thead th {
    text-align: center;
  }
  .m-table01__sp tbody tr:nth-child(odd) th {
    background: #f4ecce;
  }
  .m-table01__sp tbody tr:nth-child(odd) td {
    background: #f6f6f6;
  }
  .m-table01__sp tbody th {
    font-weight: normal;
    white-space: nowrap;
  }
  .m-table01__sp tbody td {
    text-align: center;
  }
}

/*----------------------------------------
	m-table02
----------------------------------------*/
.m-table02 table {
  width: 100%;
}

.m-table02 table caption {
  text-align: right;
}

.m-table02 th, .m-table02 td {
  border: 1px solid #DCDCDC;
  padding: 20px 35px;
}

.m-table02 th.vm, .m-table02 td.vm {
  vertical-align: middle;
}

.m-table02 th {
  font-weight: normal;
  vertical-align: top;
  background: #FDF5D6;
  white-space: nowrap;
}

.m-table02 th.tc {
  text-align: center;
}

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

.m-table02 dt, .m-table02 dd {
  line-height: 1.8;
}

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

@media screen and (max-width: 767px) {
  .m-table02 table caption {
    font-size: 1.2rem;
  }
  .m-table02 th, .m-table02 td {
    padding: 10px;
  }
}

/*----------------------------------------
	m-table03
----------------------------------------*/
.m-table03 table {
  max-width: 480px;
  width: 100%;
}

.m-table03 th, .m-table03 td {
  text-align: center;
  border: 1px solid #DCDCDC;
}

.m-table03 thead th {
  background: #FDF5D6;
  padding: 15px 0;
}

.m-table03 thead th:nth-child(even) {
  background: #f4ecce;
}

.m-table03 thead th:first-child {
  background: #FFD9D9;
}

.m-table03 thead th:last-child {
  background: #DFEEFC;
}

.m-table03 tbody td {
  font-weight: bold;
  padding: 20px 0;
}

.m-table03 tbody td:nth-child(even) {
  background: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .m-table03 thead th {
    padding: 5px 0;
  }
  .m-table03 tbody td {
    padding: 5px 0;
  }
}

/*----------------------------------------
	m-table03
----------------------------------------*/
.m-table04 table {
  width: 100%;
  border-top: 1px solid #dcdcdc;
}

.m-table04 table th, .m-table04 table td {
  padding: 16px 0;
  border-bottom: 1px solid #dcdcdc;
}

.m-table04 table th {
  padding-right: 20px;
  color: #009b91;
  width: 80px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .m-table04 table th {
    width: 10%;
  }
}

/*----------------------------------------
	mixin/module
----------------------------------------*/
/*----------------------------------------
	clearfix
----------------------------------------*/
/*----------------------------------------
	m-navLocal
----------------------------------------*/
.m-navLocal {
  background: #f6f6f6;
  margin-bottom: 20px;
  padding: 30px 0;
  text-align: center;
}

.m-navLocal dt {
  padding-bottom: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  font-size: 1.6rem;
}

.m-navLocal dd ul {
  font-size: 1.4rem;
}

.m-navLocal dd ul li {
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
  border-right: 1px solid #d0d0d0;
}

.m-navLocal dd ul li:first-child {
  border-left: 1px solid #d0d0d0;
}

.m-navLocal dd ul li a {
  display: block;
  padding: 4px 2px;
  border-radius: 100px;
  vertical-align: top;
  line-height: 1.2;
}

.m-navLocal dd ul li.current a {
  background: #009b91;
  color: #FFF;
}

.m-navLocal dd ul.m-navLocal__col3 li {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .m-navLocal {
    padding: 0;
    border-top: 1px solid #e9e9e9;
  }
  .m-navLocal a {
    position: relative;
    display: block;
  }
  .m-navLocal a:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 60%;
    margin-top: -6px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #d4d4d4;
    border-right: 2px solid #d4d4d4;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .m-navLocal a.current:after {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
  .m-navLocal dt {
    padding: 20px 0;
    font-size: 2.0rem;
  }
  .m-navLocal dd ul {
    text-align: left;
    font-size: 1.6rem;
  }
  .m-navLocal dd ul li {
    display: block;
    padding: 0;
    vertical-align: top;
    border-right: 0;
    border-bottom: 1px solid #FFF;
  }
  .m-navLocal dd ul li:first-child {
    border-left: 0;
  }
  .m-navLocal dd ul li a {
    display: block;
    padding: 15px;
    border-radius: 0;
  }
  .m-navLocal dd ul.m-navLocal__col3 li {
    width: auto;
  }
}

/*----------------------------------------
	m-layout01
----------------------------------------*/
@media screen and (min-width: 768px) {
  .m-baseWidth {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .m-baseWidthM {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .m-spPad {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.m-col:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	m-layout01
----------------------------------------*/
.m-layout01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  padding: 0 25px;
  margin: 0 auto;
}

.m-layout01__main {
  width: 53%;
  padding: 0 0 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-layout01__main .ttl {
  font-size: 2rem;
  margin: 0 0 20px;
}

.m-layout01__main .txt {
  font-size: 1.6rem;
  line-height: 1.8;
}

.m-layout01__main .note {
  margin-top: 20px;
  font-size: 1.4rem;
  margin-left: 1.4rem;
  text-indent: -1.4rem;
}

.m-layout01__sub {
  width: 47%;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .m-layout01 {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }
  .m-layout01__main {
    width: auto;
    padding: 0;
  }
  .m-layout01__main .ttl {
    font-size: 1.8rem;
    margin: 0 0 6vw;
  }
  .m-layout01__main .txt {
    font-size: 1.6rem;
  }
  .m-layout01__main .note {
    margin-top: 20px;
    font-size: 1.2rem;
    margin-left: 1.2rem;
    text-indent: -1.2rem;
  }
  .m-layout01__sub {
    margin-bottom: 20px;
    width: auto;
  }
}

/*----------------------------------------
	m-layout02
----------------------------------------*/
.m-layout02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
}

.m-layout02__list li {
  width: 33.3333%;
  padding: 0 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-layout02__list li:last-child {
  padding: 0 25px;
}

.m-layout02__list .thumb {
  border-radius: 5px;
  overflow: hidden;
}

.m-layout02__list .ttl {
  font-size: 1.6rem;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}

.m-layout02__list .txt {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .m-layout02__list {
    display: block;
    margin: 0;
  }
  .m-layout02__list li {
    width: 100%;
    padding: 0 0 25px;
  }
  .m-layout02__list li:last-child {
    padding: 0;
  }
}

/*----------------------------------------
	m-layout03
----------------------------------------*/
.m-layout03 {
  max-width: 1000px;
  padding: 0 25px;
  margin: 0 auto;
}

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

.m-layout03__main {
  width: 48%;
  font-size: 2rem;
  line-height: 1.8;
  padding: 70px 70px 70px 0;
}

.m-layout03__main span {
  color: #009b91;
}

.m-layout03__sub {
  width: 52%;
  border-radius: 5px;
  overflow: hidden;
}

.m-layout03__body {
  position: relative;
  width: 91%;
  font-size: 1.6rem;
  line-height: 1.8;
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 50px 50px 0;
  margin: -65px 0 0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*----------------------------------------
	m-layout04
----------------------------------------*/
.m-layout04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  padding: 0 25px;
  margin: 0 auto;
}

.m-layout04__sub {
  width: 41%;
  border-radius: 5px;
  overflow: hidden;
}

.m-layout04__main {
  width: 59%;
  padding: 0 0 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-layout04__main .ttl {
  font-size: 2rem;
  line-height: 1.8;
  margin: 0 0 40px;
}

.m-layout04__main span {
  color: #009b91;
}

.m-layout04__main .txt {
  font-size: 1.6rem;
  line-height: 1.8;
}

/*----------------------------------------
	m-layout05
----------------------------------------*/
.m-layout05 {
  max-width: 1000px;
  padding: 0 25px;
  margin: 0 auto;
}

.m-layout05 fieldset {
  border: 1px solid #009b91;
  border-radius: 5px;
}

.m-layout05 legend {
  font-size: 2rem;
  font-weight: bold;
  color: #009b91;
  text-align: center;
  padding: 0 30px;
  margin: 0 auto;
}

.m-layout05 p {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 25px 60px 35px;
}

.m-layout05 ul {
  padding: 25px 60px 35px;
}

.m-layout05 li {
  list-style: disc;
  margin: 0 0 0 25px;
}

@media screen and (max-width: 767px) {
  .m-layout05 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .m-layout05 legend {
    font-size: 1.8rem;
    padding: 0 15px;
  }
  .m-layout05 p {
    font-size: 1.4rem;
    padding: 15px 30px 30px;
  }
  .m-layout05 ul {
    padding: 15px 30px 30px;
  }
  .m-layout05 li {
    font-size: 1.4rem;
    margin: 0 0 0 30px;
  }
}

/*----------------------------------------
	m-layout06
----------------------------------------*/
.m-layout06 {
  max-width: 1000px;
  padding: 0 25px;
  margin: 0 auto;
}

.m-layout06__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -25px;
}

.m-layout06__list li {
  width: 33.3333%;
  margin-bottom: 40px;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-layout06__list .thumb {
  border-radius: 5px;
  overflow: hidden;
}

.m-layout06__list .ttl {
  font-size: 1.6rem;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .m-layout06__list .ttla {
    padding-top: 4.1rem;
  }
}

.m-layout06__list .txt {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 20px 0;
}

.m-layout06__list .caption {
  font-size: 1.6rem;
  text-align: center;
  padding: 20px 0;
  line-height: 1.4;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .m-layout06__list li {
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .m-layout06__list .ttl {
    font-size: 1.8rem;
  }
  .m-layout06__list .txt {
    font-size: 1.6rem;
  }
  .m-layout06__list .caption {
    padding: 20px;
  }
}

/*----------------------------------------
	m-layout07
----------------------------------------*/
.m-layout07 {
  max-width: 1000px;
  padding: 0 25px;
  margin: 0 auto;
}

.m-layout07__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 50px;
}

.m-layout07__block.-rivers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.m-layout07__block.-rivers .m-layout07__main {
  padding: 0 0 0 60px;
}

.m-layout07__block.-rivers .m-layout07__thumb {
  right: auto;
  left: 0;
}

.m-layout07__main {
  width: 59%;
  padding: 0 60px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-layout07__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px;
}

.m-layout07__head .ico {
  width: 70px;
  margin: 0 20px 0 0;
  border-radius: 50%;
}

.m-layout07__head .ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  line-height: 1.8;
}

.m-layout07__head span {
  color: #009b91;
}

.m-layout07__body {
  font-size: 1.6rem;
  line-height: 2;
}

.m-layout07__body .note {
  margin-top: 10px;
}

.m-layout07__body .note p {
  font-size: 80%;
}

.m-layout07__thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 41%;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .m-layout07 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .m-layout07__block {
    display: block;
    margin: 0 0 30px;
  }
  .m-layout07__block.-rivers .m-layout07__main {
    padding: 0;
  }
  .m-layout07__main {
    width: 100%;
    padding: 0;
  }
  .m-layout07__head .ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .m-layout07__thumb {
    position: static;
    width: 100%;
    margin: 0 0 25px;
  }
}

/*----------------------------------------
	m-layout08
----------------------------------------*/
.m-layout08 {
  max-width: 1000px;
  padding: 0 25px;
  margin: 0 auto;
}

.m-layout08__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
}

.m-layout08__item {
  width: 33.3333%;
  padding: 70px 25px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-layout08__head {
  position: relative;
  height: 200px;
  margin: 0 0 20px;
  line-height: 1.4;
}

.m-layout08__head a {
  display: block;
  position: relative;
}

.m-layout08__head a:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  right: 20px;
  bottom: 24px;
  background: url(/common/img/ico-arrow-right_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5px 8px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.m-layout08__head .thumb {
  position: relative;
  display: block;
  top: -70px;
  left: -20px;
  border-radius: 5px;
  overflow: hidden;
}

.m-layout08__head .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  color: #ffffff;
  text-align: center;
  padding-top: calc(130 / 300 * 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  z-index: -1;
}

.m-layout08__head .ttl {
  font-size: 1.8rem;
  color: #ffffff;
}

.m-layout08__head .lead {
  display: block;
  font-size: 1.4rem;
  color: #ffffff;
}

.m-layout08__body {
  margin: 0 0 30px;
}

.m-layout08__body .ttl {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 15px;
}

.m-layout08__body .txt {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .m-layout08 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .m-layout08__list {
    display: block;
    margin: 0;
    margin-right: 25px;
    margin-left: 25px;
  }
  .m-layout08__item {
    width: 100%;
    padding: 20vw 0 60px;
  }
  .m-layout08__head {
    width: calc(100% + 25px);
    height: auto;
  }
  .m-layout08__head a:before {
    content: none;
  }
  .m-layout08__head .thumb {
    top: -20vw;
    left: -25px;
  }
  .m-layout08__head .ttl {
    font-size: 1.7rem;
  }
  .m-layout08__head .lead {
    font-size: 1.6rem;
  }
  .m-layout08__body {
    margin-right: -25px;
    margin-left: -25px;
  }
  .m-layout08__body .ttl {
    font-size: 1.6rem;
  }
  .m-layout08__body .txt {
    font-size: 1.6rem;
  }
  .m-layout08__foot {
    margin-right: -25px;
    margin-left: -25px;
  }
  .m-layout08__foot .m-button01 a {
    max-width: 100%;
  }
}

/*----------------------------------------
	m-layout09
----------------------------------------*/
.m-layout09 {
  max-width: 1000px;
  padding: 0 25px;
  margin: 0 auto;
}

.m-layout09__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -25px;
}

.m-layout09__item {
  margin-bottom: 70px;
  padding: 0 25px 0;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-layout09__item:first-child, .m-layout09__item:nth-child(2) {
  margin-top: 0;
}

.m-layout09__head {
  position: relative;
  margin: 0 0 20px;
}

.m-layout09__head__inner {
  position: relative;
}

.m-layout09__head a {
  display: block;
  position: relative;
}

.m-layout09__head a:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  right: 20px;
  bottom: 28px;
  background: url(/common/img/ico-arrow-right_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 9px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.m-layout09__head .thumb {
  position: relative;
  display: block;
  left: -20px;
  border-radius: 5px;
  overflow: hidden;
}

.m-layout09__head .heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -130px;
  padding-bottom: 15px;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  color: #ffffff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  z-index: -1;
}

.m-layout09__head .ttl {
  padding: 20px;
  padding-bottom: 0;
  padding-top: 145px;
  font-size: 1.8rem;
  color: #ffffff;
  line-height: 1.4;
}

.m-layout09__head .lead {
  font-size: 1.4rem;
  color: #ffffff;
}

.m-layout09__head .black {
  color: #434343;
}

.m-layout09__body {
  margin: 0 0 20px;
}

.m-layout09__body .txt {
  font-size: 1.6rem;
  line-height: 1.8;
}

.m-layout09__foot .m-button01 a {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .m-layout09 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .m-layout09__list {
    display: block;
    margin: 0;
    margin-right: 25px;
    margin-left: 25px;
  }
  .m-layout09__item {
    width: 100%;
    margin-top: 0;
    margin-bottom: 45px;
    padding: 0;
  }
  .m-layout09__head {
    width: calc(100% + 25px);
    height: auto;
  }
  .m-layout09__head a:before {
    content: none;
  }
  .m-layout09__head .heading {
    margin-top: -100px;
  }
  .m-layout09__head .ttl {
    padding-top: 110px;
    font-size: 1.6rem;
  }
  .m-layout09__head .lead {
    font-size: 1.6rem;
  }
  .m-layout09__body {
    margin-right: -25px;
    margin-left: -25px;
  }
  .m-layout09__body .txt {
    font-size: 1.6rem;
  }
  .m-layout09__foot {
    margin-right: -25px;
    margin-left: -25px;
  }
  .m-layout09__foot .m-button01 a {
    max-width: 100%;
  }
}

/*----------------------------------------
	m-layout10
----------------------------------------*/
.m-layout10 {
  max-width: 1000px;
  padding: 0 25px;
  margin: 0 auto;
}

.m-layout10__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
}

.m-layout10__list li {
  width: 25%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-layout10__list .thumb {
  border-radius: 5px;
  overflow: hidden;
}

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

.m-layout10__list a {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  padding: 15px;
}

.m-layout10__list a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 9px;
  background-image: url(/common/img/ico-arrow-right_green.svg);
  background-size: cover;
  margin: auto;
}

/*----------------------------------------
	m-layout11
----------------------------------------*/
.m-layout11 {
  max-width: 1000px;
  padding: 0 25px;
  margin: 0 auto;
}

.m-layout11__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
}

.m-layout11__list li {
  width: 25%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-layout11__list .thumb {
  border-radius: 5px;
  overflow: hidden;
}

.m-layout11__list .ttl {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
}

.m-layout11__list span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

.m-layout11__list .txt {
  line-height: 1.8;
  padding: 15px 0;
}

.m-layout11__list a {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  padding: 15px;
}

.m-layout11__list a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 9px;
  background-image: url(/common/img/ico-arrow-right_green.svg);
  background-size: cover;
  margin: auto;
}

/*----------------------------------------
	m-layout12
----------------------------------------*/
.m-layout12 {
  max-width: 1000px;
  padding: 0 25px;
  margin: 0 auto;
}

.m-layout12__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
}

.m-layout12__item {
  position: relative;
  width: 33.3333%;
  padding: 0 25px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-layout12__item:before {
  content: "";
  position: absolute;
  top: 38%;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 13px;
  border-color: transparent transparent transparent #009b91;
}

.m-layout12__item.-last-item:before, .m-layout12__item:nth-child(3n):before {
  content: none;
}

.m-layout12__head {
  border-radius: 5px;
  overflow: hidden;
}

.m-layout12__head .heading {
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
  padding: 2px 0;
}

.m-layout12__head span {
  font-size: 2.4rem;
  color: #ffffff;
}

.m-layout12__head .ttl {
  font-size: 1.8rem;
  text-align: center;
  padding: 15px;
  padding-bottom: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-layout12__thumb {
  position: relative;
  right: -20px;
  border-radius: 5px;
  overflow: hidden;
  margin: -15% 0 20px;
}

.m-layout12__content {
  margin-left: 20px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .m-layout12 {
    margin-right: 25px;
    margin-left: 15px;
  }
  .m-layout12__item {
    padding: 0 0 30px;
    width: 100%;
  }
  .m-layout12__item:before {
    content: none;
  }
  .m-layout12__head {
    border-radius: 5px;
    overflow: hidden;
  }
  .m-layout12__head .heading {
    font-size: 1.8rem;
  }
  .m-layout12__head span {
    font-size: 2.0rem;
  }
  .m-layout12__head .ttl {
    font-size: 2.0rem;
    padding: 20px;
    padding-bottom: 15vw;
  }
  .m-layout12__thumb {
    right: -4vw;
    margin: -12vw 0 4vw;
  }
  .m-layout12__content {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.fa,
.far {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.m-hide {
  display: none;
}

.p-informationMain .wrapIcon .icon.emergency,
.p-front-block07 .p-front-block07__list .cat.emergency,
.p-informationMain .wrapIcon .icon.emergency {
  background-color: #f15398;
}

.p-informationMain .wrapIcon .icon.event,
.p-front-block07 .p-front-block07__list .cat.event,
.p-informationMain .wrapIcon .icon.event {
  background-color: #a2cfed;
}

.p-informationMain .wrapIcon .icon.campaign,
.p-front-block07 .p-front-block07__list .cat.campaign,
.p-informationMain .wrapIcon .icon.campaign {
  background-color: #9bdde2;
}

.p-informationMain .wrapIcon .icon.seminor,
.p-front-block07 .p-front-block07__list .cat.seminor,
.p-informationMain .wrapIcon .icon.seminor {
  background-color: #a6afe8;
}

.p-informationMain .wrapIcon .icon.reference,
.p-front-block07 .p-front-block07__list .cat.reference,
.p-informationMain .wrapIcon .icon.reference {
  background-color: #086cab;
}

.p-informationMain .wrapIcon .icon.report,
.p-front-block07 .p-front-block07__list .cat.report,
.p-informationMain .wrapIcon .icon.report {
  background-color: #de9fcf;
}

.p-informationMain .wrapIcon .icon.info,
.p-front-block07 .p-front-block07__list .cat.info,
.p-informationMain .wrapIcon .icon.info {
  background-color: #f1a49e;
}

.p-informationMain .wrapIcon .icon.release,
.p-front-block07 .p-front-block07__list .cat.release,
.p-informationMain .wrapIcon .icon.release {
  background-color: #f1cd9e;
}

.p-informationMain .wrapIcon .icon.news,
.p-front-block07 .p-front-block07__list .cat.news,
.p-informationMain .wrapIcon .icon.news {
  background-color: #f19ec2;
}

.p-informationMain .wrapIcon .icon.exam,
.p-front-block07 .p-front-block07__list .cat.exam,
.p-informationMain .wrapIcon .icon.exam {
  background-color: #34ace0;
}

.p-informationMain .wrapIcon .icon.benefits,
.p-front-block07 .p-front-block07__list .cat.benefits,
.p-informationMain .wrapIcon .icon.benefits {
  background-color: #ff5252;
}

.p-informationMain .wrapIcon .icon.seminar,
.p-front-block07 .p-front-block07__list .cat.seminar,
.p-informationMain .wrapIcon .icon.seminar {
  background-color: #6F1E51;
}

.p-informationMain .wrapIcon .icon.visitation,
.p-front-block07 .p-front-block07__list .cat.visitation,
.p-informationMain .wrapIcon .icon.visitation {
  background-color: #009432;
}

.p-informationMain .wrapIcon .icon.vacation,
.p-front-block07 .p-front-block07__list .cat.vacation,
.p-informationMain .wrapIcon .icon.vacation {
  background-color: #A3CB38;
}

.p-informationMain .wrapIcon .icon.request,
.p-front-block07 .p-front-block07__list .cat.request,
.p-informationMain .wrapIcon .icon.request {
  background-color: #dec80a;
}

.p-informationMain .wrapIcon .icon.student,
.p-front-block07 .p-front-block07__list .cat.student,
.p-informationMain .wrapIcon .icon.student {
  background-color: #086cab;
}

.p-informationMain .wrapIcon .icon.school_exam,
.p-front-block07 .p-front-block07__list .cat.school_exam,
.p-informationMain .wrapIcon .icon.school_exam {
  background-color: #34ace0;
}

.p-informationMain .wrapIcon .icon.school_event,
.p-front-block07 .p-front-block07__list .cat.school_event,
.p-informationMain .wrapIcon .icon.school_event {
  background-color: #a2cfed;
}

.p-informationMain .wrapIcon .icon.school_campaign,
.p-front-block07 .p-front-block07__list .cat.school_campaign,
.p-informationMain .wrapIcon .icon.school_campaign {
  background-color: #9bdde2;
}

.m-pageDesc {
  margin: 90px 0 95px 0;
  text-align: center;
}

.m-pageDesc .string {
  margin-bottom: 40px;
  font-size: 2.4rem;
}

.m-pageDesc .m-pageDescUnit {
  margin-bottom: 10px;
}

.m-pageDesc p {
  font-size: 1.6rem;
  line-height: 1.9;
}

.m-pageDesc .note {
  margin-top: 10px;
}

.m-pageDesc small {
  font-size: 80%;
}

.m-pageDesc .m-pageDescWrapButton {
  margin-top: 40px;
  text-align: center;
}

.m-pageDesc .m-pageDescWrapButton p a {
  margin-right: auto;
  margin-left: auto;
}

.m-pageDesc .m-pageDescFigAndCaption {
  margin-top: 40px;
  text-align: center;
}

.m-pageDesc .m-pageDescFigAndCaption figure {
  display: inline-block;
}

.m-pageDesc .m-pageDescFigAndCaption figure figcaption {
  margin-top: 5px;
  display: block;
  text-align: right;
}

.m-table-l-fixed {
  table-layout: fixed;
}

.m-list-disc {
  margin-left: 20px;
}

.m-list-disc li {
  list-style: disc;
}

@media screen and (max-width: 767px) {
  .m-pageDesc {
    margin: 40px 0;
  }
  .m-pageDesc .string {
    margin-bottom: 20px;
    font-size: 2.0rem;
  }
  .m-pageDesc p {
    text-align: left;
  }
  .m-pageDesc .note {
    margin-top: 10px;
    margin-left: 1.2rem;
    text-indent: -1.2rem;
  }
  .m-pageDesc .note,
  .m-pageDesc .note small {
    font-size: 1.2rem;
  }
  .m-pageDesc .m-pageDescUnit {
    margin-bottom: 10px;
  }
  .m-pageDesc .m-pageDescWrapButton {
    margin-top: 25px;
  }
  .m-pageDesc .m-pageDescFigAndCaption {
    margin-top: 20px;
    text-align: center;
  }
  .m-pageDesc .m-pageDescFigAndCaption figure figcaption {
    text-align: left;
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

.m-annotationBox {
  padding: 30px 60px;
  border: 1px solid #009b91;
}

.m-annotationBox .m-annotationBox__header {
  text-align: center;
  margin-bottom: -20px;
}

.m-annotationBox .m-annotationBox__header .string {
  position: relative;
  top: -45px;
  display: inline-block;
  background: #FFF;
  padding: 0 40px;
  font-size: 2.0rem;
  color: #009b91;
}

.m-annotationBox .m-annotationBox__header .string span {
  color: #454545;
}

.m-annotationBox .m-annotationBox__body dt {
  margin-bottom: 5px;
}


.ex_text_box
{
  margin:0 auto;
  margin-top:3%;
  width:80%;
  max-width:880px;
}

.ex_text_box .title_text
{
  text-align:center;
	border-bottom:5px dotted #009B91;
	padding-bottom:20px;
	margin-bottom:20px;
  
  font-size:160%;
	font-weight:bold;
	color:#009B91;
}

.ex_text_box .nomal_text
{
  font-size:110%;
  
  line-height:1.8;
  
}


@media screen and (max-width: 767px) {
  .m-annotationBox {
    margin-top: 45px;
    padding: 15px 20px;
  }
  .m-annotationBox .m-annotationBox__header {
    text-align: center;
    margin-bottom: -1.0rem;
  }
  .m-annotationBox .m-annotationBox__header .string {
    top: -3.0rem;
    padding: 0 20px;
    font-size: 1.6rem;
  }
  .m-annotationBox .m-annotationBox__body dt {
    font-size: 1.8rem;
  }
  .m-annotationBox .m-annotationBox__body p {
    font-size: 1.4rem;
  }
}

.m-olist li {
  position: relative;
  list-style: none;
  margin-bottom: 1px;
  padding-left: 25px;
}

.m-olist li .icon {
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  line-height: 1;
  border-radius: 100px;
  vertical-align: top;
  background-color: #f15398;
  color: #FFF;
  font-size: 1.2rem;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
}

.m-bigBanner {
  background: url(/common/img/big-banner_bg.png) 50% 50%/cover;
  padding: 40px;
}

.m-bigBanner .m-bigBanner__inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.m-bigBanner .m-bigBanner__img,
.m-bigBanner .m-bigBanner__txt {
  display: table-cell;
  vertical-align: middle;
}

.m-bigBanner .m-bigBanner__img {
  width: 345px;
}

.m-bigBanner .m-bigBanner__txt {
  padding-left: 40px;
  text-align: center;
}

.m-bigBanner .m-bigBanner__lead {
  display: inline-block;
  background: #FFF;
  padding: 8px 30px;
  border-radius: 100px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #009b91;
  line-height: 1.4;
}

.m-bigBanner .m-bigBanner__term {
  margin: 10px 0;
  font-size: 3.4rem;
  font-weight: bold;
  color: #009b91;
}

.m-bigBanner .m-bigBanner__desc {
  margin-bottom: 20px;
  font-weight: 1.6rem;
}

.m-bigBanner .m-bigBanner__button .m-button01 a {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .m-bigBanner {
    padding: 15px;
  }
  .m-bigBanner .m-bigBanner__inner {
    display: block;
  }
  .m-bigBanner .m-bigBanner__img,
  .m-bigBanner .m-bigBanner__txt {
    display: block;
  }
  .m-bigBanner .m-bigBanner__img {
    width: auto;
  }
  .m-bigBanner .m-bigBanner__txt {
    margin-top: 20px;
    padding-left: 0;
  }
  .m-bigBanner .m-bigBanner__lead {
    padding: 5px 5px;
    font-size: 1.2rem;
  }
  .m-bigBanner .m-bigBanner__term {
    margin: 5px 0;
    font-size: 2.0rem;
  }
  .m-bigBanner .m-bigBanner__desc {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
}

.m-icon {
  position: relative;
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: top;
  line-height: 1;
}

.m-icon.m-icon-medal {
  background-image: url(/common/img/ico-medal.svg);
  background-position: 50% 50%;
  background-size: 50% auto;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}

.m-icon.m-icon-pdf {
  top: 3px;
  margin: 0 8px;
  padding: 5px 10px;
  background: #c83622;
  color: #FFF;
  border-radius: 4px;
  font-size: 1.2rem;
}

.m-icon.m-icon-frag {
  top: 10px;
  margin-right: 10px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #009b91;
  border-right: 2px solid #009b91;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.m-icon.m-icon-arrow {
  top: 11px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #009b91;
  border-right: 2px solid #009b91;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pagination {
  margin-top: 40px;
  text-align: center;
}

.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 2px;
  vertical-align: top;
  position: relative;
  background-color: #f1f2f7;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 100px;
  text-align: center;
}

.pagination a.current,
.pagination span.current {
  background-color: #009b91;
  color: #FFF;
}

.pagination a.extend,
.pagination span.extend {
  background-color: transparent;
  line-height: 25px;
}

.pagination a.prev, .pagination a.next,
.pagination span.prev,
.pagination span.next {
  overflow: hidden;
  background-color: transparent;
  text-indent: -999px;
}

.pagination a.prev:after, .pagination a.next:after,
.pagination span.prev:after,
.pagination span.next:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  width: 6px;
  height: 20px;
}

.pagination a.next:after,
.pagination span.next:after {
  margin-left: -2px;
  background: url(/common/img/ico-arrow-right_green.png) 0 0/100% auto no-repeat;
}

.pagination a.prev:after,
.pagination span.prev:after {
  margin-left: -3px;
  background: url(/common/img/ico-arrow-left_green.png) 0 0/100% auto no-repeat;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 30px;
    text-align: center;
  }
  .pagination a,
  .pagination span {
    margin: 0 2px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 1.6rem;
  }
  .pagination a.extend,
  .pagination span.extend {
    line-height: 15px;
  }
  .pagination a.prev:after, .pagination a.next:after,
  .pagination span.prev:after,
  .pagination span.next:after {
    margin-top: -4px;
  }
}

.m-noteBox {
  margin: 30px auto 0 auto;
  max-width: 50%;
  border: 8px solid #f2f2f2;
  padding: 20px 30px;
  text-align: left;
}

.m-noteBox dt, .m-noteBox dd {
  font-size: 1.6rem;
}

.m-noteBox dt {
  margin-bottom: 5px;
  font-weight: bold;
  color: #009b91;
}

.m-noteBox .m-icon-arrow {
  top: 7px;
}

@media screen and (max-width: 767px) {
  .m-noteBox {
    margin: 40px auto 0 auto;
    max-width: 100%;
    padding: 20px 30px;
  }
  .m-noteBox dt, .m-noteBox dd {
    font-size: 1.6rem;
  }
  .m-noteBox dt {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  .m-noteBox .m-icon-arrow {
    top: 4px;
  }
}

.spToggleBtn {
  display: none;
  text-align: center;
}

.spToggleBtn a {
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  font-size: 1.6rem;
  color: #626262;
  position: relative;
  background: #FFF;
}

.spToggleBtn a:after {
  content: "";
  position: absolute;
  background: url(../common/img/ico-arrow-bottom_gray.png) no-repeat center;
  background-size: contain;
  width: 12px;
  height: 7px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.spToggleBtn a.-active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .spToggleBtn {
    display: block;
  }
  .spHide {
    display: none;
  }
}

.p-common .m-note {
  margin-top: 5px;
}

.p-common .m-note p,
.p-common .m-note figcaption {
  font-size: 1.2rem;
  margin-left: 1.2rem;
  text-indent: -1.2rem;
}

.p-common .exp {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.resetMb {
  margin-bottom: 0 !important;
}

.resetPb {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .resetPCMb {
    margin-bottom: 0 !important;
  }
  .resetPCPb {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .resetSPMb {
    margin-bottom: 0 !important;
  }
  .resetSPPb {
    padding-bottom: 0 !important;
  }
}

.movie-container .movie-thumb {
  position: relative;
  cursor: pointer;
}

.movie-container .movie-thumb:after {
  content: url("/common/img/ico-play.svg");
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
