.page-header {
  background: url(../header/7points-pc.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 479px) {
  .page-header {
    background-image: url(../header/7points-sp.jpg);
  }
}

.point {
  position: relative;
  display: block;
  width: calc((100% - 5.5556%) / 3);
  margin-bottom: 2.7778%;
  padding-top: calc((100% - 5.5556%) / 3);
}
@media screen and (max-width: 479px) {
  .point {
    width: 250px;
    height: 250px;
    margin: 0 auto 30px;
    padding-top: 0;
  }
}
.point__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 479px) {
  .point__wrap {
    display: block;
    padding: 0 30px 120px;
  }
}
.point__title {
  width: calc(31.4815% * 2);
}
@media screen and (max-width: 479px) {
  .point__title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.point__title h2 {
  font-weight: bold;
  text-align: center;
  color: #001E99;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 479px) {
  .point__title h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.point__title h2 span {
  font-size: 4.8rem;
  display: block;
}
@media screen and (max-width: 479px) {
  .point__title h2 span {
    font-size: 3.6rem;
  }
}
.point a {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px 0 50px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4efe7), color-stop(100%, #cce8f7), to(#f0f3f5)) 0 0 no-repeat;
  background: linear-gradient(180deg, #f4efe7 0%, #cce8f7 100%, #f0f3f5 100%) 0 0 no-repeat;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
@media screen and (max-width: 479px) {
  .point a {
    padding: 15px 0 40px;
  }
}
.point img {
  margin: 0 auto;
}
.point img + img {
  margin-top: 5px;
}
.point .num {
  width: 100%;
}
@media screen and (max-width: 479px) {
  .point .num img:first-of-type {
    width: 32px;
  }
  .point .num img:last-of-type {
    width: auto;
    height: 19px;
  }
}
.point figure {
  margin: 10px auto;
}
.point figure img {
  width: auto;
  height: 100%;
}
.point p {
  font-weight: bold;
  width: 100%;
  min-height: 2em;
  text-align: center;
  color: #001E99;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 479px) {
  .point p {
    font-size: 2rem;
  }
}

.point1 figure {
  height: 140px;
}
@media screen and (max-width: 479px) {
  .point1 figure {
    height: 90px;
  }
}

.point2 figure,
.point3 figure,
.point4 figure,
.point5 figure,
.point7 figure {
  height: 150px;
}
@media screen and (max-width: 479px) {
  .point2 figure,
.point3 figure,
.point4 figure,
.point5 figure,
.point7 figure {
    height: 100px;
  }
}

.point6 figure {
  height: 160px;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .point6 figure {
    height: 100px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .point7 {
    margin-bottom: 0;
  }
}

figure,
img {
  display: block;
}

figure img {
  width: 100%;
}

.illust {
  height: 240px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 479px) {
  .illust {
    height: 165px;
    margin-bottom: 20px;
  }
}
.illust img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.section {
  padding: 0 0 60px 0;
}
@media screen and (max-width: 479px) {
  .section {
    padding: 0 30px 40px;
  }
}
.section:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 479px) {
  .section:last-of-type {
    padding-bottom: 40px;
  }
}
.section__title {
  font-size: 2.4rem;
}
@media screen and (max-width: 479px) {
  .section__title {
    font-size: 2rem;
  }
}
.section figcaption {
  font-size: 1.1rem;
  line-height: 1;
  margin-top: 10px;
}

.page__title {
  position: relative;
  margin-bottom: 40px;
  padding-top: 10px;
  color: #001E99;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 479px) {
  .page__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.page__title img {
  display: block;
  height: 14px;
  margin: 0 auto 10px;
}
.page__title::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  height: 1px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #001E99;
}

.card-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .card-column {
    display: block;
  }
}
.card-column .card {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 479px) {
  .card-column .card {
    width: 100%;
  }
}
.card-column .card__title {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .card-column .card__title {
    font-size: 2rem;
  }
}

.tel-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 479px) {
  .tel-list {
    display: block;
    margin-bottom: 20px;
  }
}
.tel-list dt {
  font-size: 1.8rem;
  width: 14em;
  padding-right: 14px;
  text-align: right;
}
@media screen and (max-width: 479px) {
  .tel-list dt {
    font-size: 1.4rem;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.tel-list dd {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  .tel-list dd {
    font-size: 2rem;
    text-align: center;
  }
}

.tel-time {
  font-size: 1.8rem;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .tel-time {
    font-size: 1.4rem;
  }
}

.section-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .section-column {
    display: block;
  }
}
.section-column figure {
  max-width: 400px;
}
@media screen and (max-width: 479px) {
  .section-column figure {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.section-column .text {
  width: calc(100% - 440px);
}
@media screen and (max-width: 479px) {
  .section-column .text {
    width: 100%;
  }
}
.section-column h3 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 479px) {
  .section-column h3 {
    font-size: 2.4rem;
  }
}
.section-column .lead + h3 {
  margin-top: 40px;
}
.section-column:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 0;
  margin-left: auto;
}

.lead {
  line-height: 1.857;
}

.point-navi {
  margin-bottom: 120px;
  padding: 40px 0;
  background-color: #F8F6F2;
}
@media screen and (max-width: 479px) {
  .point-navi {
    padding: 40px 30px 20px;
  }
}
.point-navi .contents__inner {
  padding-bottom: 0;
}
.point-navi h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: center;
  color: #001E99;
}
.point-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .point-navi ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.point-navi li {
  position: relative;
  width: calc((100% - 9.4444%) / 7);
  padding-top: calc((100% - 9.4444%) / 7);
}
@media screen and (max-width: 479px) {
  .point-navi li {
    width: calc((100% - 30px) / 3);
    margin-bottom: 20px;
    padding-top: calc((100% - 30px) / 3);
  }
  .point-navi li:first-child {
    font-size: 1.2rem;
    width: calc(100% - ((100% - 30px) / 3));
    padding-top: 0;
    text-align: center;
    color: #001E99;
  }
}
.point-navi a {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4efe7), color-stop(100%, #cce8f7), to(#f0f3f5)) 0 0 no-repeat;
  background: linear-gradient(180deg, #f4efe7 0%, #cce8f7 100%, #f0f3f5 100%) 0 0 no-repeat;
}
.point-navi a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#f4efe7), color-stop(100%, #a0d4f0), to(#f0f3f5)) 0 0 no-repeat;
  background: linear-gradient(180deg, #f4efe7 0%, #a0d4f0 100%, #f0f3f5 100%) 0 0 no-repeat;
}
@media screen and (max-width: 479px) {
  .point-navi a {
    padding-top: 10px;
  }
}
.point-navi img {
  position: absolute;
  top: 10px;
  left: 50%;
  display: block;
  height: 14px;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.point-navi p {
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #001E99;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .point-navi p {
    font-size: 1.1rem;
    line-height: 1.364;
  }
}

@media screen and (max-width: 479px) {
  .komattatoki .illust {
    margin-bottom: 80px;
  }
}
.komattatoki .section-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .komattatoki .section-01 {
    position: relative;
    display: block;
  }
}
.komattatoki .section-01 .photo {
  width: 420px;
  margin-right: 40px;
}
@media screen and (max-width: 479px) {
  .komattatoki .section-01 .photo {
    width: 100%;
    margin: 0 0 30px;
  }
}
.komattatoki .section-01 p {
  max-width: 320px;
}
.komattatoki .section-01 .circle {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 280px;
  text-align: center;
  color: #001E99;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4efe7), color-stop(100%, #cce8f7), to(#f0f3f5)) 0 0 no-repeat;
  background: linear-gradient(180deg, #f4efe7 0%, #cce8f7 100%, #f0f3f5 100%) 0 0 no-repeat;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 479px) {
  .komattatoki .section-01 .circle {
    position: absolute;
    top: -70px;
    right: 10px;
    width: 140px;
    height: 140px;
  }
}
.komattatoki .section-01 .circle span {
  width: 100%;
}
.komattatoki .section-01 .circle .line-01 {
  font-size: 2rem;
}
@media screen and (max-width: 479px) {
  .komattatoki .section-01 .circle .line-01 {
    font-size: 1rem;
  }
}
.komattatoki .section-01 .circle .line-02 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 479px) {
  .komattatoki .section-01 .circle .line-02 {
    font-size: 1.8rem;
  }
}
.komattatoki .card-column .card__title {
  text-align: center;
}
.komattatoki .card-column .card__text {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 479px) {
  .komattatoki .card-column .card__text {
    font-size: 1.4rem;
  }
}

.kyousai .section-column,
.training .section-column {
  margin: 0 auto;
}

@media screen and (max-width: 479px) {
  .page.kyousai .card .lead {
    font-size: 1.8rem;
  }
}

.kyousai .card-column {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kyousai .card-column .card {
  width: calc((100% - 40px) / 2);
  margin-bottom: 40px;
  padding: 30px;
}
@media screen and (max-width: 479px) {
  .kyousai .card-column .card {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px;
  }
}
.kyousai .card-column:first-of-type {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 479px) {
  .kyousai .card__title {
    font-size: 2.8rem;
  }
}
.kyousai .card__title .inline {
  margin-left: 1em;
}
@media screen and (max-width: 479px) {
  .kyousai .card__title .inline {
    display: block;
    margin-left: 0;
  }
}
.kyousai .card__text li {
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
}
.kyousai .card__text li:last-child {
  margin-bottom: 0;
}
.kyousai .card__text li:before {
  display: inline-block;
  content: "";
  text-indent: -15px;
  color: #CDD6DD;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
}
.kyousai .rate {
  margin-top: 20px;
  text-align: right;
}
.kyousai .rate p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  padding: 5px 7px 5px 13px;
  color: #001E99;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4efe7), color-stop(100%, #cce8f7), to(#f0f3f5)) 0 0 no-repeat;
  background: linear-gradient(180deg, #f4efe7 0%, #cce8f7 100%, #f0f3f5 100%) 0 0 no-repeat;
}
.kyousai .rate span {
  margin-right: 10px;
}
.kyousai .rate small {
  font-size: 1.1rem;
  display: block;
  margin-top: 5px;
}
.kyousai .note {
  font-size: 1.1rem;
  max-width: 480px;
  margin: 0 auto 40px;
}
.kyousai .text-01 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #001E99;
}
.kyousai .privacy {
  max-width: 640px;
  margin: 20px auto 0;
  padding-top: 40px;
  border-top: solid 1px #99A3AC;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 479px) {
  .kyousai .privacy {
    font-size: 1.4rem;
  }
}
.kyousai .privacy .section__title {
  font-size: 2.8rem;
}
@media screen and (max-width: 479px) {
  .kyousai .privacy .section__title {
    font-size: 2.4rem;
  }
}
.kyousai .privacy p + p {
  margin-top: 1em;
}
.kyousai .privacy ol {
  margin-top: 1em;
  padding-left: 1em;
  list-style-type: decimal;
}
.kyousai .privacy ol li div {
  padding: 1em;
}

@media screen and (max-width: 479px) {
  .training .text {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .saishin .main {
    padding-bottom: 60px;
  }
}
.saishin .section-column {
  max-width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 479px) {
  .saishin .section-column {
    margin-bottom: 20px;
  }
}
.saishin .section-column .book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 470px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .saishin .section-column .book {
    margin-bottom: 30px;
  }
}
.saishin .section-column li {
  width: calc((100% - 20px) / 3);
  margin-bottom: 10px;
  padding: 10px;
  background-color: #eee;
}
.saishin .section-column img {
  width: auto;
  height: 180px;
  margin: 0 auto;
}
@media screen and (max-width: 479px) {
  .saishin .section-column img {
    width: 100%;
    height: auto;
  }
}
.saishin .section-column .text {
  width: calc(100% - 510px);
}
@media screen and (max-width: 479px) {
  .saishin .section-column .text {
    width: 100%;
  }
}

.communication .card-column,
.training .card-column {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.communication .card-column .card,
.training .card-column .card {
  width: calc((100% - 40px) / 2);
  margin-bottom: 40px;
  padding: 30px;
}
@media screen and (max-width: 479px) {
  .communication .card-column .card,
.training .card-column .card {
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 479px) {
  .communication .card-column .card__text,
.training .card-column .card__text {
    font-size: 1.4rem;
  }
}
.communication .card-column .card:last-of-type .card__text,
.training .card-column .card:last-of-type .card__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 479px) {
  .communication .card-column .card:last-of-type .card__text,
.training .card-column .card:last-of-type .card__text {
    display: block;
  }
}
.communication .card-column .card:last-of-type .card__text p,
.training .card-column .card:last-of-type .card__text p {
  max-width: 270px;
}
@media screen and (max-width: 479px) {
  .communication .card-column .card:last-of-type .card__text p,
.training .card-column .card:last-of-type .card__text p {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.communication .card-column .card:last-of-type .card__text figure,
.training .card-column .card:last-of-type .card__text figure {
  max-width: 180px;
  margin-left: 20px;
}
@media screen and (max-width: 479px) {
  .communication .card-column .card:last-of-type .card__text figure,
.training .card-column .card:last-of-type .card__text figure {
    max-width: 100%;
    margin-left: 0;
  }
}