.p-button-contact {
  display: inline-block;
  min-width: 226px;
  padding: 10px 0;
  background: #043397;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
          box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.p-button-contact:hover {
  -webkit-box-shadow: 0 4px 1px 1px rgba(0,0,0,0.2);
          box-shadow: 0 4px 1px 1px rgba(0,0,0,0.2);
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
}
@media screen and (max-width: 1023px) {
  .p-button-contact {
    display: block;
    min-width: 0;
  }
  .p-button-contact:hover {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
            box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
  }
}
.p-button-info {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  background: transparent;
  border: none;
  outline: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-button-info:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: -6px 0 0;
  background: url("/assets/img/top/arrow_red.svg") no-repeat 0 0;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-button-more {
  display: inline-block;
  padding: 8px 20px;
  background: #db0000;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
          box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.p-button-more:hover {
  -webkit-box-shadow: 0 4px 1px 1px rgba(0,0,0,0.2);
          box-shadow: 0 4px 1px 1px rgba(0,0,0,0.2);
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
}
@media screen and (max-width: 1023px) {
  .p-button-more {
    display: block;
    padding: 8px 0;
  }
  .p-button-more:hover {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
            box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
  }
}
.p-button-more.is-block {
  display: block;
}
.p-button-more__icon {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
}
.p-button-more__icon:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: -7px 0 0;
  background: url("/assets/img/top/arrow_white.svg") no-repeat 0 0;
  background-size: cover;
}
.p-info {
  display: block;
  background: #f6f6f6;
  border-top: 1px solid #e4e4e4;
}
.p-info__inner {
  display: block;
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-info__inner {
    padding: 0 15px;
  }
}
.p-info__title {
  display: block;
  margin: 0;
  padding: 15px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
}
.p-info__link {
  text-decoration: none;
  color: #06c;
}
.p-info__link:hover {
  text-decoration: underline;
}
.p-info__text {
  display: block;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  color: #666;
}
.p-introduction {
  display: block;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 1023px) {
  .p-introduction {
    display: none;
  }
}
.p-introduction__inner {
  display: block;
  max-width: 950px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .p-introduction__inner {
    display: block;
    padding: 30px 15px;
  }
}
.p-introduction__list {
  display: table;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .p-introduction__list {
    display: block;
  }
}
.p-introduction__list__item {
  display: table-cell;
  padding: 0 15px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-introduction__list__item {
    display: block;
    margin: 15px 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-introduction__list__item:first-child {
    margin: 0;
  }
}
.p-introduction__banner {
  display: block;
  max-width: 320px;
  margin: 0 auto;
}
.p-introduction__banner__button {
  display: block;
  text-decoration: none;
}
.p-introduction__banner__button__image {
  display: block;
  width: 100%;
  height: auto;
}
.p-introduction__text {
  display: block;
  max-width: 320px;
  margin: 5px auto 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
.p-introduction__text__link {
  text-decoration: none;
  color: #06c;
}
.p-introduction__text__link:hover {
  text-decoration: underline;
}
.p-navigation {
  display: none;
  background: #f6f6f6;
}
@media screen and (max-width: 1023px) {
  .p-navigation {
    display: block;
  }
}
.p-navigation__list {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.p-navigation__list__item {
  display: table-cell;
  border-left: 1px solid #e4e4e4;
  vertical-align: middle;
  text-align: center;
}
.p-navigation__list__item:first-child {
  border-left: 0;
}
.p-navigation__link {
  position: relative;
  display: block;
  padding: 0 0 20px;
  text-decoration: none;
}
.p-navigation__link:after {
  position: absolute;
  bottom: 8px;
  left: 50%;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 0 0 -4px;
  border-top: 2px solid #06c;
  border-right: 2px solid #06c;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.p-navigation__figure {
  display: block;
  margin: 0;
  padding: 10px 0 0;
}
.p-navigation__image {
  width: auto;
  height: 30px;
  vertical-align: middle;
}
.p-navigation__figcaption {
  display: block;
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #06c;
}
.p-radio {
  display: block;
  border-top: 1px solid #e3e3e3;
  overflow: hidden;
}
.p-radio__inner {
  position: relative;
  display: block;
  padding: 24px 0 24px 240px;
  max-width: 831.25px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .p-radio__inner {
    padding: 15px;
    max-width: 375px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.p-radio__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 220px;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .p-radio__bg {
    position: relative;
    margin: 0 auto 15px;
  }
}
.p-radio__bg__link {
  display: block;
}
@media screen and (max-width: 1023px) {
  .p-radio__bg__link {
    position: relative;
  }
}
.p-radio__image {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.p-radio__title {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
}
.p-radio__title__link {
  text-decoration: none;
  color: inherit;
}
.p-radio__title__link:hover {
  text-decoration: underline;
}
.p-radio__text {
  display: block;
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}
.p-radio__text__link {
  text-decoration: none;
  color: #06c;
}
.p-radio__text__link:hover {
  text-decoration: underline;
}
.p-radio br {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-radio br {
    display: inline-block;
  }
}
.p-section-app {
  display: block;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 0 30px;
  -webkit-transition: opacity 1s ease 0.2s;
  transition: opacity 1s ease 0.2s;
  opacity: 1;
}
.p-section-app[aria-hidden="true"] {
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .p-section-app {
    padding: 0 15px 30px;
  }
}
.p-section-app__lead {
  display: block;
  margin: 0 auto;
  padding: 60px 0 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .p-section-app__lead {
    max-width: 375px;
    padding: 30px 0 0;
    text-align: left;
  }
}
@media screen and (max-width: 1023px) {
  .p-section-app__lead br {
    display: none;
  }
}
.p-section-app__list {
  display: table;
  margin: 0 -5px;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 1023px) {
  .p-section-app__list {
    display: block;
    margin: 0;
  }
}
.p-section-app__list__item {
  display: table-cell;
  width: 33.333333333333336%;
  padding: 0 5px;
}
@media screen and (max-width: 1023px) {
  .p-section-app__list__item {
    display: block;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-section-app__list__item:first-child {
    padding: 0;
  }
}
.p-section-app__list__item:nth-child(2) .p-section-app__box__bottom {
  margin: 40px 0 0;
}
@media screen and (max-width: 1023px) {
  .p-section-app__list__item:nth-child(2) .p-section-app__box__bottom {
    margin: 15px 0 0;
  }
}
.p-section-app__box {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px;
  background: #f6f6f6;
}
@media screen and (max-width: 1023px) {
  .p-section-app__box {
    padding: 0;
    background: transparent;
  }
}
.p-section-app__box__figure {
  margin: 0;
}
.p-section-app__box__image {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.p-section-app__box__title {
  display: block;
  margin: 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
}
.p-section-app__box__text {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}
.p-section-app__box__bottom {
  display: block;
  margin: 15px 0 0;
  text-align: center;
}
.p-section-biz {
  display: block;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 0 60px;
  -webkit-transition: opacity 1s ease 0.2s;
  transition: opacity 1s ease 0.2s;
  opacity: 1;
}
.p-section-biz[aria-hidden="true"] {
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .p-section-biz {
    max-width: 375px;
    padding: 0 15px 30px;
  }
}
.p-section-biz__box {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-section-biz__box {
    text-align: left;
  }
}
.p-section-biz__title {
  margin: 0;
  padding: 15px 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
}
.p-section-biz__figure {
  display: block;
  max-width: 450px;
  margin: 0 auto;
  padding: 15px 0;
}
@media screen and (max-width: 1023px) {
  .p-section-biz__figure {
    max-width: 375px;
  }
}
.p-section-biz__image {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.p-section-biz__text {
  display: block;
  margin: 0;
  padding: 15px 0 0;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}
.p-section-school {
  display: block;
  background: url("/assets/img/top/bg_school.png") no-repeat center center;
  background-size: cover;
  -webkit-transition: opacity 1s ease 0.2s;
  transition: opacity 1s ease 0.2s;
  opacity: 1;
}
.p-section-school[aria-hidden="true"] {
  opacity: 0;
}
.p-section-school__inner {
  display: block;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 0 30px;
}
@media screen and (max-width: 1023px) {
  .p-section-school__inner {
    padding: 0 15px 30px;
  }
}
.p-section-school__box {
  display: table;
  margin: 0 -10px;
}
@media screen and (max-width: 1023px) {
  .p-section-school__box {
    display: block;
    max-width: 375px;
    margin: 0 auto;
  }
}
.p-section-school__box__column {
  display: table-cell;
  padding: 0 10px;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  .p-section-school__box__column {
    display: block;
    padding: 0;
  }
}
.p-section-school__box__column:first-child {
  width: 450px;
}
@media screen and (max-width: 1023px) {
  .p-section-school__box__column:first-child {
    width: 100%;
  }
}
.p-section-school__box__figure {
  margin: 0;
}
.p-section-school__box__image {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.p-section-school__box__text {
  display: block;
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}
.p-section-school__box__text.is-campaign {
  font-weight: bold;
  color: #db0000;
}
.p-section {
  display: block;
  margin: 0;
  padding: 3px 0 0;
  background: url("/assets/img/top/bg_border.png") repeat-x center top;
}
.p-section__title {
  display: block;
  margin: 0;
  padding: 30px 0 15px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  color: #db0000;
}
@media screen and (max-width: 1023px) {
  .p-section__title {
    font-size: 24px;
  }
}
.p-section__text {
  display: block;
  margin: 0;
  padding: 0 0 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .p-section__text {
    max-width: 375px;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
  }
}
/*.p-signboard {
  display: block;
  margin: 0;
  padding: 0 0 3px;
  background: url("/assets/img/top/hero_pc.png") repeat-x center bottom;
  overflow: hidden;
}*/

.p-signboard__bg {
  position: relative;
  display: block;
  width: 100%;
  height: 320px;
  background: url("/assets/img/top/hero_pc.png") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-signboard__bg {
    background-image: url("/assets/img/top/hero_sp.png");
    height: 250px;
  }
}
/*.p-signboard__title {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1200px;
  height: 100%;
  margin: 0 0 0 -600px;
  background: url("/assets/img/top/bg_signboard_pc.png") no-repeat center center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-signboard__title {
    width: 320px;
    margin: 0 0 0 -160px;
    background-image: url("/assets/img/top/bg_signboard_sp.png");
    background-size: auto 100%;
    background-position: center bottom;
  }
}*/
.p-signboard__title {
  margin:0
}
.p-signboard__image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 456.5px;
  height: auto;
  margin: -103.5px 0 0 -228.25px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-signboard__image {
    top: 40%;
    width: 228.25px;
    margin: -51.75px 0 0 -114.125px;
  }
}
.p-signboard__image_1stanniv {
  position: absolute;
  top: 54%;
  left: 50%;
  display: block;
  width: 400px;
  height: auto;
  margin: -155px 0 0 -200px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-signboard__image_1stanniv {
    top: 36%;
    width: 200px;
    margin: -81.5px 0 0 -100px;
  }
}

