@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  line-height: 1;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  line-height: 1;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*===================================
	TOP
=====================================*/
/*　　　keyvisual
-------------------------------------*/
.keyvisual {
  position: relative;
  background-color: #FFFFFF;
  margin-bottom: -17%;
  padding: 40px 0 25%;
}
@media screen and (max-width: 999px) {
  .keyvisual {
    margin-bottom: 0;
    padding: 15px 0 60px;
  }
}
@media screen and (max-width: 600px) {
  .keyvisual {
    padding: 10px 5% 40px;
  }
}
.keyvisual::before {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: 50%;
  width: calc(100% - 80px);
  height: calc(100% - 40px);
  background-image: url(../img/bg_keyvisual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 999px) {
  .keyvisual::before {
    top: 15px;
    width: 95%;
    height: calc(100% - 15px);
  }
}
@media screen and (max-width: 600px) {
  .keyvisual::before {
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.keyvisual .kv-bg__wrap {
  position: relative;
  width: 85%;
  margin: 40px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .keyvisual .kv-bg__wrap {
    width: 90%;
  }
}
@media screen and (max-width: 999px) {
  .keyvisual .kv-bg__wrap {
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .keyvisual .kv-bg__wrap {
    width: 100%;
  }
}
.keyvisual .kv-bg__wrap .kv-bg__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.3846153846%;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .keyvisual .kv-bg__wrap .kv-bg__inner {
    padding-bottom: 80%;
  }
}
.keyvisual .kv-bg__wrap .kv-bg__inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
}
.keyvisual .kv-bg__wrap #js-kv-movie {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.keyvisual h1 {
  position: absolute;
  top: 7.5%;
  left: 50%;
  width: 7.6644736842%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 999px) {
  .keyvisual h1 {
    top: 30px;
    width: 10%;
  }
}
.keyvisual .btn-buy {
  position: absolute;
  right: 30px;
  bottom: 28%;
  width: 9.8684210526%;
  z-index: 5;
}
@media screen and (max-width: 999px) {
  .keyvisual .btn-buy {
    top: 50%;
    bottom: initial;
    right: 2.5%;
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .keyvisual .btn-buy {
    top: 48%;
    width: 22%;
  }
}
.keyvisual .btn-buy a {
  display: block;
}
.keyvisual .bnr-activity {
  position: relative;
  max-width: 600px;
  width: 80%;
  margin: 60px auto 0;
  z-index: 5;
}
@media screen and (min-width: 1000px) {
  .keyvisual .bnr-activity {
    position: absolute;
    left: 90px;
    bottom: 30%;
    width: 32.2368421053%;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .keyvisual .bnr-activity {
    margin-top: 30px;
  }
}
.keyvisual .bnr-activity a {
  display: block;
}

/*　　　notice
-------------------------------------*/
.notice {
  position: relative;
  padding-bottom: 250px;
}
@media screen and (max-width: 999px) {
  .notice {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .notice {
    padding-bottom: 40px;
  }
}
.notice:before {
  position: absolute;
  display: block;
  content: "";
  top: -1px;
  left: 50%;
  width: calc(100% - 80px);
  height: 102%;
  background-image: url(../img/bg_keyvisual.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 999px) {
  .notice:before {
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .notice:before {
    width: 100%;
  }
}
.notice .notes {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 1000px) {
  .notice .notes {
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.notice .notes .box {
  border: 1px solid #4d4d4d;
  background: #fff;
  padding: 40px 50px;
}
@media screen and (max-width: 999px) {
  .notice .notes .box {
    padding: 30px 35px;
  }
}
@media screen and (max-width: 600px) {
  .notice .notes .box {
    padding: 20px;
  }
}
.notice .notes .box p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 600px) {
  .notice .notes .box p {
    font-size: 1.4rem;
  }
}
.notice .notes .box ul {
  list-style-type: none;
}
.notice .notes .box ul li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 600px) {
  .notice .notes .box ul li {
    font-size: 1.4rem;
  }
}
.notice .notes .box ul li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.notice .notes .box ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

/*　　　plans
-------------------------------------*/
.plans {
  position: relative;
  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: 999px) {
  .plans {
    display: block;
  }
}
.plans .plan {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 80px;
}
.plans .plan > .inner {
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 999px) {
  .plans .plan > .inner {
    max-width: 600px;
    padding: 0 5%;
  }
}
.plans .plan .plan-box {
  margin-top: -160px;
}
@media screen and (max-width: 999px) {
  .plans .plan .plan-box {
    margin-top: 0;
    padding-top: 60px;
  }
}
.plans .plan .plan-box .plan-heading {
  width: 100%;
  margin: 0 auto;
}
.plans .plan .plan-box .plan-period {
  width: 100%;
  margin: 10px auto 0;
}
@media screen and (max-width: 999px) {
  .plans .plan .plan-box .plan-period {
    margin-top: 15px;
  }
}
.plans .plan .plan-box .plan-point {
  margin: 35px auto 0;
}
.plans .plan .plan-box .plan-point img {
  display: block;
  width: 90px;
  margin: 0 auto;
}
.plans .plan .plan-box .plan-point ul {
  border: 1px solid;
  padding: 55px 10px 30px;
  list-style-type: none;
  margin: -40px auto 0;
}
.plans .plan .plan-box .plan-point ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 0 0 0 1em;
  background: none;
}
@media screen and (max-width: 999px) {
  .plans .plan .plan-box .plan-point ul li {
    font-size: 1.4rem;
  }
}
.plans .plan .plan-box .plan-point ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.plans .plan .plan-box .plan-point ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.plans .plan .plan-box .plan-example {
  width: 100%;
  margin: 60px auto 0;
}
.plans .plan.plan-weekday {
  background-image: url(../img/plan_weekday_bg.jpg);
}
@media screen and (min-width: 1200px) {
  .plans .plan.plan-weekday {
    width: calc((100% - 410px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .plans .plan.plan-weekday {
    width: 35%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 999px) {
  .plans .plan.plan-weekday {
    width: 100%;
    padding-left: 0;
  }
}
.plans .plan.plan-weekday > .inner {
  margin-right: 0;
}
@media screen and (max-width: 999px) {
  .plans .plan.plan-weekday > .inner {
    margin-right: auto;
  }
}
.plans .plan.plan-weekday .plan-box .plan-heading {
  max-width: 305px;
  width: 74.3902439024%;
}
.plans .plan.plan-weekday .plan-box .plan-point > ul {
  border-color: #DAD44F;
}
.plans .plan.plan-stay {
  background-image: url(../img/plan_stay_bg.jpg);
}
@media screen and (min-width: 1200px) {
  .plans .plan.plan-stay {
    width: 410px;
  }
}
@media screen and (max-width: 1199px) {
  .plans .plan.plan-stay {
    width: 30%;
  }
}
@media screen and (max-width: 999px) {
  .plans .plan.plan-stay {
    width: 100%;
  }
}
.plans .plan.plan-stay .plan-box .plan-heading {
  max-width: 368px;
}
.plans .plan.plan-stay .plan-box .plan-point > ul {
  border-color: #D6AEC9;
}
.plans .plan.plan-family {
  background-image: url(../img/plan_family_bg.jpg);
}
@media screen and (min-width: 1200px) {
  .plans .plan.plan-family {
    width: calc((100% - 410px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .plans .plan.plan-family {
    width: 35%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 999px) {
  .plans .plan.plan-family {
    width: 100%;
    padding-right: 0;
  }
}
.plans .plan.plan-family > .inner {
  margin-left: 0;
}
@media screen and (max-width: 999px) {
  .plans .plan.plan-family > .inner {
    margin-left: auto;
  }
}
.plans .plan.plan-family .plan-box .plan-heading {
  max-width: 382px;
}
.plans .plan.plan-family .plan-box .plan-point > ul {
  border-color: #C2DBE1;
}

/*　　　diagonal
-------------------------------------*/
.diagonal {
  padding-top: 100px;
  padding-bottom: 135px;
  background: url("../img/bg_grade03.jpg") no-repeat 50% 100%;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  .diagonal {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  .diagonal {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.diagonal .notes {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 1000px) {
  .diagonal .notes {
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.diagonal .notes h5 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.45em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .diagonal .notes h5 {
    font-size: 2.2rem;
    letter-spacing: 0.25em;
    margin-bottom: 20px;
  }
}
.diagonal .notes .box {
  border: 1px solid #4d4d4d;
  background: #fff;
  padding: 40px 50px;
}
@media screen and (max-width: 999px) {
  .diagonal .notes .box {
    padding: 30px 35px;
  }
}
@media screen and (max-width: 600px) {
  .diagonal .notes .box {
    padding: 20px;
  }
}
.diagonal .notes .box ul {
  list-style-type: none;
}
.diagonal .notes .box ul li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 600px) {
  .diagonal .notes .box ul li {
    font-size: 1.4rem;
  }
}
.diagonal .notes .box ul li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.diagonal .notes .box ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.diagonal .notes .box p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: 1.5em;
}
@media screen and (max-width: 600px) {
  .diagonal .notes .box p {
    font-size: 1.8rem;
  }
}
.diagonal .feature {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 120px;
}
@media screen and (min-width: 1200px) {
  .diagonal .feature {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 999px) {
  .diagonal .feature {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .diagonal .feature {
    margin-top: 100px;
  }
}
.diagonal .feature .feature_txt {
  width: 46.5%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 999px) {
  .diagonal .feature .feature_txt {
    width: 100%;
  }
}
.diagonal .feature .feature_txt h3 {
  text-align: left;
}
.diagonal .feature .feature_txt h3 img {
  max-width: 275px;
  width: 70%;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .diagonal .feature .feature_txt h3 img {
    width: 60%;
  }
}
.diagonal .feature .feature_txt p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  .diagonal .feature .feature_txt p {
    margin-top: 30px;
  }
}
.diagonal .feature .feature_img {
  width: 48%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 999px) {
  .diagonal .feature .feature_img {
    max-width: 575px;
    width: 100%;
    margin: 30px auto 0;
  }
}
.diagonal .feature .feature_img img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/*　　　apply
-------------------------------------*/
.apply {
  padding-top: 120px;
  padding-bottom: 130px;
  background: url("../img/bg_dots.jpg") no-repeat 100% 100%;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  .apply {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 600px) {
  .apply {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.apply .inner {
  position: relative;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .apply .inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 600px) {
  .apply .inner {
    padding: 0 15%;
  }
}
.apply .box:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 999px) {
  .apply .box:not(:last-child) {
    margin-bottom: 80px;
  }
}
.apply .box h4 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 999px) {
  .apply .box h4 {
    font-size: 2.8rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .apply .box h4 {
    font-size: 2.4rem;
    letter-spacing: 0.15em;
  }
}

/*　　　activity
-------------------------------------*/
.activity {
  position: relative;
  padding: 120px 5% 140px;
  background: #a37e91;
}
@media screen and (max-width: 999px) {
  .activity {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 600px) {
  .activity {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.activity .box:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .activity .box:not(:last-child) {
    margin-bottom: 80px;
  }
}
.activity .box h5 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.3em;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .activity .box h5 {
    font-size: 2.8rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .activity .box h5 {
    font-size: 2.4rem;
    letter-spacing: 0.15em;
  }
}
.activity .box ul {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 999px) {
  .activity .box ul {
    display: block;
  }
}
.activity .box ul li {
  max-width: 315px;
  width: 80%;
  margin: 0 10px 1rem;
}
@media screen and (max-width: 999px) {
  .activity .box ul li {
    margin: 10px auto 0;
  }
}
.activity .box ul a {
  display: block;
}
.activity .box ul a img {
  display: block;
  margin: 0 auto;
}
.activity .box p.note {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #FFF;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .activity .box p.note {
    font-size: 1.4rem;
  }
}
.activity .box p.note .fs-s {
  font-size: 80%;
}
.activity .box:last-of-type ul li {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .activity .box:last-of-type ul li {
    width: 100%;
  }
}

/*　　　description
-------------------------------------*/
.description {
  background: url("../img/bg_grade04.jpg") no-repeat;
  background-size: cover;
  margin: 0;
  padding-top: 140px;
  padding-bottom: 220px;
}
@media screen and (max-width: 1199px) {
  .description {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 999px) {
  .description {
    padding-top: 120px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 600px) {
  .description {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
.description .box {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.description .box:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .description .box:not(:last-child) {
    margin-bottom: 60px;
  }
}
.description .box h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .description .box h3 {
    font-size: 2.6rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 600px) {
  .description .box h3 {
    font-size: 2.2rem;
  }
}
.description .box h3 span {
  display: inline-block;
  border: 1px solid #333;
  background: #fff;
  width: 725px;
  padding: 0.8em 1em;
}
@media screen and (max-width: 999px) {
  .description .box h3 span {
    width: 90%;
  }
}
.description .box .boxies {
  border: 1px solid #333;
  background: #fff;
  margin-top: -40px;
  padding: 100px 60px 60px;
}
@media screen and (max-width: 999px) {
  .description .box .boxies {
    margin-top: -30px;
    padding: 60px 5% 30px;
  }
}
@media screen and (max-width: 600px) {
  .description .box .boxies {
    padding-top: 50px;
  }
}
@media screen and (max-width: 999px) {
  .description .box .boxies_txt.ta-center {
    text-align: center;
  }
}
.description .box .boxies_txt p {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999px) {
  .description .box .boxies_txt p {
    line-height: 2;
  }
}
.description .box .boxies_txt ul {
  list-style-type: none;
  font-size: 14px;
  margin-top: 20px;
}
.description .box .boxies_txt ul li {
  position: relative;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 999px) {
  .description .box .boxies_txt ul li {
    line-height: 1.8;
  }
}
.description .box .boxies_txt ul li:before {
  content: "＊";
  position: absolute;
  top: 0;
  left: 0;
}
.description .box .boxies_txt ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.description .box .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 999px) {
  .description .box .flexBox {
    display: block;
  }
}
.description .box .flexBox .boxies_txt {
  width: 40%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 999px) {
  .description .box .flexBox .boxies_txt {
    width: 100%;
  }
}
.description .box .flexBox .boxies_txt p {
  text-align: left;
}
.description .box .flexBox .boxies_txt p:not(:last-child) {
  margin-bottom: 1rem;
}
.description .box .flexBox .boxies_img {
  width: 55%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 999px) {
  .description .box .flexBox .boxies_img {
    width: 100%;
    margin-top: 30px;
  }
}
.description .box .flexBox .boxies_img img {
  width: 100%;
  border: 1px solid #333333;
}

/*　　　badge
-------------------------------------*/
.badge {
  position: relative;
  width: 100%;
  background-color: #E3E3E3;
  padding: 0 5% 100px;
}
@media screen and (max-width: 600px) {
  .badge {
    padding-bottom: 80px;
  }
}
.badge h2 {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .badge h2 {
    max-width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .badge h2 {
    width: 90%;
  }
}
.badge h2 a {
  display: block;
  -webkit-transform: translateY(-65px);
          transform: translateY(-65px);
}
@media screen and (max-width: 600px) {
  .badge h2 a {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}
.badge .flexbox {
  width: 100%;
  max-width: 1200px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 1199px) {
  .badge .flexbox {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  .badge .flexbox {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .badge .flexbox {
    margin-top: 0;
  }
}
.badge .flexbox .flexbox_heading {
  width: 100%;
  padding: 60px 40px;
  border-right: 0;
  border: 1px solid #333;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .badge .flexbox .flexbox_heading {
    width: 100%;
    padding: 40px 5%;
  }
}
@media screen and (max-width: 600px) {
  .badge .flexbox .flexbox_heading {
    padding: 20px 5%;
  }
}
.badge .flexbox .flexbox_heading h5 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #333333;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .badge .flexbox .flexbox_heading h5 {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .badge .flexbox .flexbox_heading h5 {
    font-size: 2.4rem;
  }
}
.badge .flexbox .flexbox_heading p {
  font-size: 2.7rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999px) {
  .badge .flexbox .flexbox_heading p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .badge .flexbox .flexbox_heading p {
    font-size: 1.8rem;
  }
}
.badge .flexbox .flexbox_paragraph {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.badge .flexbox .flexbox_paragraph p {
  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.7rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  border-top: 0;
  margin: 0;
  padding: 30px 50px;
}
@media screen and (max-width: 1199px) {
  .badge .flexbox .flexbox_paragraph p {
    padding: 30px 5%;
  }
}
@media screen and (max-width: 600px) {
  .badge .flexbox .flexbox_paragraph p {
    font-size: 1.5rem;
    padding: 15px 5%;
  }
}
.badge .flexbox .flexbox_paragraph p:first-of-type {
  background: #dbd54f;
}
.badge .infect_control {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 100px auto 0;
}
@media screen and (max-width: 600px) {
  .badge .infect_control {
    margin-top: 80px;
  }
}
.badge .infect_control h5 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .badge .infect_control h5 {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 600px) {
  .badge .infect_control h5 {
    font-size: 2.4rem;
  }
}
.badge .infect_control p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 999px) {
  .badge .infect_control p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .badge .infect_control p {
    margin-top: 15px;
  }
}
.badge .infect_control ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 999px) {
  .badge .infect_control ul {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .badge .infect_control ul {
    margin-top: 30px;
  }
}
.badge .infect_control ul li {
  width: 21%;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .badge .infect_control ul li {
    width: 23%;
  }
}
@media screen and (max-width: 767px) {
  .badge .infect_control ul li {
    width: 48%;
    margin-bottom: 20px;
  }
}
.badge .others {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1000px;
  width: 100%;
  margin: 100px auto 0;
}
@media screen and (max-width: 999px) {
  .badge .others {
    display: block;
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .badge .others {
    margin-top: 60px;
  }
}
.badge .others p {
  background: #fff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #AFA680;
  padding: 0.5em 1em;
}
@media screen and (max-width: 999px) {
  .badge .others p {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 600px) {
  .badge .others p {
    font-size: 2.2rem;
  }
}
.badge .others p span {
  display: inline-block;
  font-size: 2.4rem;
  margin-left: 1em;
}
@media screen and (max-width: 999px) {
  .badge .others p span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .badge .others p span {
    font-size: 1.6rem;
    margin-left: 0.5em;
  }
}
.badge .others p span:before, .badge .others p span:after {
  content: " - ";
}
.badge .others ul li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.badge .others .others_l {
  width: 58%;
}
@media screen and (max-width: 999px) {
  .badge .others .others_l {
    width: 100%;
  }
}
.badge .others .others_l .other:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .badge .others .others_l .other:not(:last-child) {
    margin-bottom: 30px;
  }
}
.badge .others .others_l ul {
  list-style-type: none;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .badge .others .others_l ul {
    margin-top: 15px;
  }
}
.badge .others .others_l ul li {
  position: relative;
  padding: 0 0 0 1.5em;
  background: none;
}
.badge .others .others_l ul li:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.badge .others .others_l ul li:not(:last-child) {
  margin-bottom: 0.3em;
}
.badge .others .others_r {
  width: 35%;
  background: #fff;
  color: #AFA680;
  padding: 35px 30px;
}
@media screen and (max-width: 999px) {
  .badge .others .others_r {
    width: 100%;
    margin-top: 60px;
    padding: 25px 20px;
  }
}
@media screen and (max-width: 600px) {
  .badge .others .others_r {
    margin-top: 30px;
    padding: 20px;
  }
}
.badge .others .others_r p {
  font-size: 2.6rem;
  font-weight: 500;
  padding: 0;
}
@media screen and (max-width: 999px) {
  .badge .others .others_r p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  .badge .others .others_r p {
    font-size: 2rem;
  }
}
.badge .others .others_r ul {
  margin-top: 30px;
}
@media screen and (max-width: 999px) {
  .badge .others .others_r ul {
    margin-top: 15px;
  }
}
.badge .others .others_r ul li {
  position: relative;
  padding: 0 0 0 1em;
  background: none;
}
.badge .others .others_r ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.badge .others .others_r ul li:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .badge .others .others_r ul li:not(:last-child) {
    margin-bottom: 0.5em;
  }
}
.badge .others .others_r br {
  display: block;
}
@media screen and (max-width: 999px) {
  .badge .others .others_r br {
    display: none;
  }
}
.badge .bnr {
  max-width: 1000px;
  width: 100%;
  margin: 80px auto 0;
}
@media screen and (max-width: 600px) {
  .badge .bnr {
    margin-top: 60px;
  }
}
.badge .bnr a {
  display: block;
}

/*　　　faq
-------------------------------------*/
.faq {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.faq .inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 1000px) {
  .faq .inner {
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.faq h5 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 85px;
}
@media screen and (max-width: 999px) {
  .faq h5 {
    font-size: 2.8rem;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .faq h5 {
    font-size: 2.4rem;
    letter-spacing: 0.15em;
    margin-bottom: 40px;
  }
}
.faq .faq-list .faq-item:not(:last-child) {
  margin-bottom: 20px;
}
.faq .faq-list .faq-item .q-box, .faq .faq-list .faq-item .a-box {
  position: relative;
  padding: 20px 85px;
}
@media screen and (max-width: 600px) {
  .faq .faq-list .faq-item .q-box, .faq .faq-list .faq-item .a-box {
    padding: 15px 50px;
  }
}
.faq .faq-list .faq-item .q-box {
  background-color: #FFFFFF;
  border-radius: 10px;
  cursor: pointer;
}
.faq .faq-list .faq-item .q-box::before {
  content: "Q";
  display: block;
  position: absolute;
  left: 40px;
  font-size: 3.3rem;
  font-weight: 500;
  color: #AFA680;
  margin-top: -1.5rem;
}
@media screen and (max-width: 600px) {
  .faq .faq-list .faq-item .q-box::before {
    font-size: 2.6rem;
    left: 20px;
    margin-top: -1rem;
  }
}
.faq .faq-list .faq-item .q-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  width: 15.5px;
  height: 9px;
  background-image: url(../img/icon_arrow02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .faq .faq-list .faq-item .q-box::after {
    right: 25px;
  }
}
.faq .faq-list .faq-item .q-box.is-open::after {
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}
.faq .faq-list .faq-item .q-box p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 600px) {
  .faq .faq-list .faq-item .q-box p {
    font-size: 1.6rem;
  }
}
.faq .faq-list .faq-item .a-box {
  display: none;
  padding-right: 30px;
}
@media screen and (max-width: 600px) {
  .faq .faq-list .faq-item .a-box {
    padding-right: 15px;
  }
}
.faq .faq-list .faq-item .a-box::before {
  content: "A";
  display: block;
  position: absolute;
  left: 40px;
  font-size: 3.3rem;
  font-weight: 500;
  color: #AFA680;
  margin-top: -1.5rem;
}
@media screen and (max-width: 600px) {
  .faq .faq-list .faq-item .a-box::before {
    left: 20px;
    font-size: 2.6rem;
    margin-top: -1rem;
  }
}
.faq .faq-list .faq-item .a-box p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 600px) {
  .faq .faq-list .faq-item .a-box p {
    font-size: 1.5rem;
  }
}
.faq .faq-list .faq-item .a-box p a {
  text-decoration: underline;
}

/*　　　business
-------------------------------------*/
.business {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1000px) {
  .business {
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.business .inner {
  border: 1px solid #333333;
  padding: 10px;
}
.business a {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  background: rgb(242, 240, 240);
  background: linear-gradient(95deg, rgb(242, 240, 240) 0%, rgb(224, 236, 239) 50%, rgb(251, 234, 242) 100%);
  padding: 20px;
}
@media screen and (max-width: 999px) {
  .business a {
    font-size: 1.6rem;
    padding: 30px 20px 50px;
  }
}
.business a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: initial;
  right: 30px;
  -webkit-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%);
  width: 46px;
  height: 7px;
  background-image: url(../img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 999px) {
  .business a::after {
    top: calc(100% - 30px);
    left: 50%;
    right: initial;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

/*　　　page-bottom
-------------------------------------*/
.page-bottom {
  padding: 0 5% 80px;
}
@media screen and (max-width: 600px) {
  .page-bottom {
    padding-bottom: 60px;
  }
}

/*　　　inquiry
-------------------------------------*/
.inquiry {
  padding-top: 140px;
}
@media screen and (max-width: 999px) {
  .inquiry {
    padding-top: 100px;
  }
}
@media screen and (max-width: 600px) {
  .inquiry {
    padding-top: 80px;
  }
}
.inquiry .inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.inquiry h5 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 85px;
}
@media screen and (max-width: 999px) {
  .inquiry h5 {
    font-size: 2.8rem;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .inquiry h5 {
    font-size: 2.4rem;
    letter-spacing: 0.15em;
    margin-bottom: 40px;
  }
}

#mf_inquiry {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
#mf_inquiry dl {
  display: table;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  #mf_inquiry dl {
    display: block;
    margin-bottom: 20px;
  }
}
#mf_inquiry dt {
  display: table-cell;
  width: 25%;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  #mf_inquiry dt {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
#mf_inquiry dt.va-top {
  vertical-align: top;
}
#mf_inquiry dt span {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #ae1929;
  margin-left: 1em;
}
#mf_inquiry dd {
  display: table-cell;
  width: 75%;
}
@media screen and (max-width: 999px) {
  #mf_inquiry dd {
    display: block;
    width: 100%;
  }
}
#mf_inquiry dd ul li {
  display: inline-block;
  margin-right: 1rem;
}

input, textarea {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #333333;
  width: 100%;
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 1rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aeaeae;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aeaeae;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aeaeae;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #aeaeae;
}
input::placeholder, textarea::placeholder {
  color: #aeaeae;
}

input.size-s {
  width: 50%;
}
@media screen and (max-width: 600px) {
  input.size-s {
    width: 80%;
  }
}

textarea {
  width: 100%;
  background: #fff;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 20rem;
}

label {
  margin-right: 1rem;
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  position: relative;
  padding-left: 20px;
  font-size: 1.6rem;
}
input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #8d8d8d;
}
input[type=radio]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2.5px;
  width: 8px;
  height: 8px;
  background-color: #8d8d8d;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.selectBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.selectBox select {
  width: 100%;
  padding: 1rem 3rem 1rem 1.5rem;
  color: #000;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.selectBox select::-ms-expand {
  display: none;
}
.selectBox select:invalid {
  color: #aeaeae;
}
.selectBox select option {
  color: #333333;
}
.selectBox::before {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 10px;
  height: 10px;
  padding: 0;
  content: "";
  border-top: 1px solid #878787;
  border-right: 1px solid #878787;
  pointer-events: none;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.form_btn {
  text-align: center;
  margin: 80px 0 0;
}
@media screen and (max-width: 999px) {
  .form_btn {
    margin-top: 60px;
  }
}
.form_btn button {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #333333;
  padding: 2rem 0;
  width: 80%;
  margin: 0 auto;
  background: none;
  border: none;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1;
}
.form_btn button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 3%;
  bottom: 0;
  right: 3%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: -1;
}
.form_btn button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 3%;
  bottom: 0;
  right: 3%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: -1;
  -webkit-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
  border: 1px solid #000;
}
.form_btn button:before {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  background: #c3dce2;
}
.form_btn button:hover:after, .form_btn button:hover:before {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.form_btn button span {
  display: block;
  background: url("../img/arw.svg") no-repeat 100% 46%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form_btn button:hover span {
  background-position: 90% 46%;
}

/*　　　page-footer
-------------------------------------*/
.page-footer {
  position: relative;
  width: 100%;
  padding-top: 120px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .page-footer {
    padding-top: 100px;
  }
}
.page-footer h6 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999px) {
  .page-footer h6 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  .page-footer h6 {
    font-size: 2rem;
  }
}
.page-footer p.tel {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 15px;
}
@media screen and (max-width: 999px) {
  .page-footer p.tel {
    font-size: 2.2rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .page-footer p.tel {
    font-size: 2rem;
  }
}
.page-footer p.small {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 10px;
}
@media screen and (max-width: 999px) {
  .page-footer p.small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .page-footer p.small {
    font-size: 1.4rem;
  }
}