@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
#wrapper {
  overflow: visible;
}

.mainContents * {
  font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}

.osw, .osw * {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.mvArea {
  position: relative;
}
.mvArea h2 {
  font-size: 60px;
  line-height: 1.2em;
  color: #fff;
  text-shadow: 0 0 6px #456bb1;
  width: 90%;
  text-align: center;
  position: absolute;
  bottom: 8%;
  left: 5%;
  z-index: 5;
}
@media (max-width: 1440px) {
  .mvArea h2 {
    font-size: 4.16vw;
  }
}
@media (max-width: 767px) {
  .mvArea h2 {
    font-size: 8vw;
  }
}
.mvArea h2 span {
  font-size: 30px;
  line-height: 1.5em;
  display: block;
}
@media (max-width: 1440px) {
  .mvArea h2 span {
    font-size: 2.08vw;
  }
}
@media (max-width: 767px) {
  .mvArea h2 span {
    font-size: 5vw;
  }
}
.mvArea h2 small {
  font-size: 60%;
}
.mvArea figure {
  position: relative;
}
.mvArea figure::before {
  content: "";
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(117, 145, 197, 0.6)), color-stop(38%, rgba(148, 171, 206, 0.55)), color-stop(46%, rgba(151, 173, 207, 0.3)), color-stop(77%, rgba(151, 173, 207, 0)));
  background: -webkit-linear-gradient(bottom, rgba(117, 145, 197, 0.6), rgba(148, 171, 206, 0.55) 38%, rgba(151, 173, 207, 0.3) 46%, rgba(151, 173, 207, 0) 77%);
  background: linear-gradient(to top, rgba(117, 145, 197, 0.6), rgba(148, 171, 206, 0.55) 38%, rgba(151, 173, 207, 0.3) 46%, rgba(151, 173, 207, 0) 77%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.mvArea figure figcaption {
  z-index: 5;
}

.mainS {
  position: relative;
}
.mainS h3 {
  color: #fff;
  text-shadow: 0 0 6px #456bb1;
  width: 90%;
  text-align: center;
  position: absolute;
  bottom: 8%;
  left: 5%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .mainS h3 {
    bottom: 5%;
  }
}
.mainS h3 span {
  position: relative;
}
.mainS h3 span.stxt {
  font-size: 42px;
  line-height: 1.5em;
  display: block;
}
@media (max-width: 1440px) {
  .mainS h3 span.stxt {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .mainS h3 span.stxt {
    font-size: 5.5vw;
  }
}
.mainS h3 span.btxt {
  font-size: 49px;
  line-height: 1.2em;
  display: block;
}
@media (max-width: 1440px) {
  .mainS h3 span.btxt {
    font-size: 3.5vw;
  }
}
@media (max-width: 767px) {
  .mainS h3 span.btxt {
    font-size: 7.5vw;
  }
}
.mainS h3 span.fuki {
  width: 134px;
  height: 127px;
  background: url(../img/sumikae/img_fuki.svg) no-repeat center center/cover;
  position: absolute;
  bottom: 25px;
  left: -150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px 10px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 1440px) {
  .mainS h3 span.fuki {
    width: 9.5714285714vw;
    height: 9.0714285714vw;
    padding: 0.7142857143vw 1.4285714286vw 0.7142857143vw 0.7142857143vw;
    bottom: 1.7857142857vw;
    left: -10vw;
  }
}
@media (max-width: 767px) {
  .mainS h3 span.fuki {
    width: 21.3333333333vw;
    height: 20.2666666667vw;
    padding: 1.6vw 3.2vw 1.6vw 1.6vw;
    left: -10vw;
    bottom: auto;
    top: -21vw;
  }
}
.mainS h3 span.fuki.f01 {
  left: -100px;
  bottom: 70px;
}
@media (max-width: 1440px) {
  .mainS h3 span.fuki.f01 {
    left: -7vw;
    bottom: 5vw;
  }
}
@media (max-width: 767px) {
  .mainS h3 span.fuki.f01 {
    bottom: auto;
    top: -21vw;
    left: -12vw;
  }
}
.mainS h3 span.fuki .fukiTxt {
  color: #fff;
  text-shadow: none;
  font-size: 20px;
  line-height: 1.2em;
}
@media (max-width: 1440px) {
  .mainS h3 span.fuki .fukiTxt {
    font-size: 1.4285714286vw;
  }
}
@media (max-width: 767px) {
  .mainS h3 span.fuki .fukiTxt {
    font-size: 3vw;
  }
}
.mainS h3 span.fuki .fukiTxt strong {
  display: block;
  font-size: 250%;
  line-height: 1em;
}
.mainS h3 small {
  font-size: 60%;
}
.mainS figure {
  position: relative;
}
.mainS figure::before {
  content: "";
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(117, 145, 197, 0.6)), color-stop(38%, rgba(148, 171, 206, 0.55)), color-stop(46%, rgba(151, 173, 207, 0.3)), color-stop(77%, rgba(151, 173, 207, 0)));
  background: -webkit-linear-gradient(bottom, rgba(117, 145, 197, 0.6), rgba(148, 171, 206, 0.55) 38%, rgba(151, 173, 207, 0.3) 46%, rgba(151, 173, 207, 0) 77%);
  background: linear-gradient(to top, rgba(117, 145, 197, 0.6), rgba(148, 171, 206, 0.55) 38%, rgba(151, 173, 207, 0.3) 46%, rgba(151, 173, 207, 0) 77%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .mainS figure::before {
    height: 70%;
  }
}
.mainS figure figcaption {
  z-index: 5;
}

.introArea .line {
  width: 100%;
  height: 25px;
  background: url(../img/sumikae/line01.png) repeat-x left top;
  background-size: 22px 26px;
}
.introArea .introTop {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .introArea .introTop {
    padding: 60px 0;
  }
}
.introArea .introTop .inner01 {
  position: relative;
  text-align: center;
  padding: 0 14.6%;
}
@media (max-width: 767px) {
  .introArea .introTop .inner01 {
    padding: 120px 0 0;
  }
}
.introArea .introTop .inner01 .illust01 {
  width: 13.4699853587%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .introArea .introTop .inner01 .illust01 {
    width: 30%;
    top: -20px;
  }
}
.introArea .introTop .inner01 .illust01 figure figcaption {
  right: auto;
  left: 0;
}
.introArea .introTop .inner01 .illust02 {
  width: 13.0307467057%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .introArea .introTop .inner01 .illust02 {
    width: 30%;
    top: -20px;
  }
}
.introArea .introTop .inner01 .introTxt01 {
  font-size: 20px;
  font-weight: bold;
  color: #293e51;
  letter-spacing: 0.05em;
  line-height: 2.3em;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .introArea .introTop .inner01 .introTxt01 {
    font-size: 1.42vw;
  }
}
@media (max-width: 1280px) {
  .introArea .introTop .inner01 .introTxt01 {
    font-size: 1.8vw;
  }
}
@media (max-width: 991px) {
  .introArea .introTop .inner01 .introTxt01 {
    font-size: 2.3vw;
  }
}
@media (max-width: 767px) {
  .introArea .introTop .inner01 .introTxt01 {
    font-size: 4vw;
    margin-bottom: 30px;
  }
}
.introArea .introTop .inner01 .introCc01 {
  font-size: 43px;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  font-weight: bold;
  color: #293e51;
}
@media (max-width: 1440px) {
  .introArea .introTop .inner01 .introCc01 {
    font-size: 3.07vw;
  }
}
@media (max-width: 1280px) {
  .introArea .introTop .inner01 .introCc01 {
    font-size: 3.3vw;
  }
}
@media (max-width: 991px) {
  .introArea .introTop .inner01 .introCc01 {
    font-size: 3.8vw;
  }
}
@media (max-width: 767px) {
  .introArea .introTop .inner01 .introCc01 {
    font-size: 5.5vw;
  }
}
.introArea .introTop .inner01 .introCc01 strong {
  font-size: 165%;
  color: #5378b1;
  line-height: 1;
  position: relative;
}
.introArea .introTop .inner01 .introCc01 strong::before {
  content: "";
  width: 39px;
  height: 17px;
  background: url(../img/sumikae/icon.svg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -18px;
}
@media (max-width: 767px) {
  .introArea .introTop .inner01 .introCc01 strong::before {
    width: 27px;
    height: 12px;
    top: -3px;
    margin-left: -13px;
  }
}
.introArea .dataArea .data01Box {
  background: #eaeaeb;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .introArea .dataArea .data01Box {
    padding: 40px 0;
  }
}
.introArea .dataArea .ccBox {
  background: #7d97c8;
  padding: 10px 20px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .introArea .dataArea .ccBox {
    margin-bottom: 40px;
  }
}
.introArea .dataArea .ccBox .cc {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.38em;
}
@media (max-width: 1280px) {
  .introArea .dataArea .ccBox .cc {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .introArea .dataArea .ccBox .cc {
    font-size: 4.5vw;
  }
}
.introArea .dataArea .ccBox .note01 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-size: 10px;
  line-height: 1.2em;
  color: #fff;
  text-align: right;
}
.introArea .dataArea .sttl {
  width: 100%;
  max-width: 352px;
  border: solid 2px #456bb1;
  border-radius: 10px;
  background: #fff;
  padding: 15px 20px;
  text-align: center;
  color: #456bb1;
  font-weight: bold;
  font-size: 21px;
  line-height: 1;
  margin: 0 auto 20px;
}
@media (max-width: 1280px) {
  .introArea .dataArea .sttl {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .introArea .dataArea .sttl {
    font-size: 16px;
  }
}
.introArea .dataArea .txt01 {
  color: #293e51;
  margin-bottom: 30px;
}
.introArea .dataArea .dataImg {
  width: 100%;
  max-width: 584px;
  margin: 0 auto;
}
.introArea .dataArea .data02Box {
  background: #e2f4f7;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .introArea .dataArea .data02Box {
    padding: 40px 0;
  }
}
.introArea .dataArea .data02Box .inner01.w1000 {
  max-width: 1000px;
}
.introArea .dataArea .data02Box .fukiBox {
  width: 100%;
  padding-top: 35.3%;
  position: relative;
  margin: 0 auto;
}
.introArea .dataArea .data02Box .fukiBox .fuki {
  width: 25.4%;
  position: absolute;
}
.introArea .dataArea .data02Box .fukiBox .fuki.f01 {
  left: 0;
  top: 40%;
}
.introArea .dataArea .data02Box .fukiBox .fuki.f02 {
  left: 26%;
  top: 0;
}
.introArea .dataArea .data02Box .fukiBox .fuki.f03 {
  left: 22%;
  bottom: 0;
}
.introArea .dataArea .data02Box .fukiBox .fuki.f04 {
  left: 45%;
  bottom: 8%;
}
.introArea .dataArea .data02Box .fukiBox .fuki.f05 {
  left: 60%;
  top: 12%;
}
.introArea .dataArea .data02Box .fukiBox .fuki.f06 {
  right: 0;
  bottom: -5%;
}
.introArea .dataArea .data02Box .ttl {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #6a89c1;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .introArea .dataArea .data02Box .ttl {
    font-size: 3.57vw;
  }
}
@media (max-width: 767px) {
  .introArea .dataArea .data02Box .ttl {
    font-size: 6vw;
  }
}
.introArea .dataArea .data02Box .ttl strong {
  font-size: 140%;
}
.introArea .dataArea .data02Box .txt {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #293e51;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .introArea .dataArea .data02Box .txt {
    font-size: 2.42vw;
  }
}
@media (max-width: 767px) {
  .introArea .dataArea .data02Box .txt {
    font-size: 4.8vw;
  }
}
.introArea .dataArea .data02Box .txt strong {
  font-size: 140%;
  color: #6a89c1;
}
.introArea .dataArea .data02Box figure {
  text-align: center;
  width: 100%;
  max-width: 1061px;
  margin: 30px auto 0;
}

.pointArea .pointContents {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .pointArea .pointContents {
    padding: 30px 0;
  }
}
.pointArea .cc01 {
  text-align: center;
  color: #666666;
  font-size: 21px;
  line-height: 1.8em;
  font-weight: bold;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .pointArea .cc01 {
    font-size: 1.5vw;
  }
}
@media (max-width: 1280px) {
  .pointArea .cc01 {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .pointArea .cc01 {
    font-size: 4.5vw;
    margin-bottom: 30px;
  }
}
.pointArea .pointList01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px 5%;
}
.pointArea .pointList01.point4 {
  gap: 80px 5%;
}
@media (max-width: 767px) {
  .pointArea .pointList01.point4 {
    gap: 60px 5%;
  }
}
.pointArea .pointList01 .pointBox {
  width: 30%;
}
@media (max-width: 767px) {
  .pointArea .pointList01 .pointBox {
    width: 100%;
  }
}
.pointArea .pointList01 h4 {
  position: relative;
  text-align: center;
  font-size: 19px;
  color: #666666;
  line-height: 1.2em;
  padding: 20px 10px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .pointArea .pointList01 h4 {
    font-size: 1.35vw;
  }
}
@media (max-width: 1280px) {
  .pointArea .pointList01 h4 {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .pointArea .pointList01 h4 {
    font-size: 5vw;
    padding: 10px;
  }
}
.pointArea .pointList01 h4 small {
  font-size: 10px;
  width: 100%;
  position: absolute;
  bottom: 2px;
  left: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .pointArea .pointList01 h4 small {
    position: static;
  }
}
.pointArea .pointList01 h4::before, .pointArea .pointList01 h4::after {
  content: "";
  width: 18px;
  height: 100%;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  position: absolute;
  top: 0;
}
.pointArea .pointList01 h4::before {
  border-left: solid 1px #666;
  left: 0;
}
.pointArea .pointList01 h4::after {
  border-right: solid 1px #666;
  right: 0;
}
.pointArea .pointList01 .txt01 {
  text-align: left;
}
.pointArea .pointList01 .arrow {
  text-align: center;
  margin: 20px 0;
}
.pointArea .pointList01 .arrow img {
  width: 27.3037542662%;
}
.pointArea .pointList01 .imgBox {
  position: relative;
}
.pointArea .pointList01 .imgBox figure:last-child {
  width: 43.6860068259%;
  position: absolute;
  bottom: -20%;
  left: -10%;
}
@media (max-width: 767px) {
  .pointArea .pointList01 .imgBox figure:last-child {
    bottom: -12%;
    left: -5%;
  }
}
.pointArea .pointList01 .imgBox figure:last-child figcaption {
  white-space: nowrap;
  right: auto;
  left: calc(100% + 5px);
}
.pointArea .pointList01 figure {
  margin-top: 20px;
}
.pointArea .pointList01 figure img {
  width: 100%;
}
.pointArea .pointList01 figure figcaption.b02 {
  bottom: 15px;
}

.floatBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.floatBtn .btn a {
  background: #426eb5;
  border-radius: 50px;
  display: block;
  color: #fff;
  position: relative;
  width: 269px;
  padding: 20px 53px;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media (max-width: 1440px) {
  .floatBtn .btn a {
    width: 250px;
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .floatBtn .btn a {
    width: 230px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .floatBtn .btn a {
    font-size: 16px;
    padding: 15px 53px;
  }
}
@media (min-width: 992px) {
  .floatBtn .btn a:hover {
    opacity: 0.7;
  }
}
.floatBtn .btn a::before {
  content: "";
  width: 23px;
  height: 34px;
  background: url(../img/sumikae/icon02.svg) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .floatBtn .btn a::before {
    width: 14px;
    height: 20px;
  }
}
.floatBtn .btn a::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/sumikae/icon_arrow.svg) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .floatBtn .btn a::after {
    width: 19px;
    height: 19px;
  }
}

.footContents {
  position: relative;
}
.footContents .txtArea {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .footContents .txtArea {
    padding: 20px 0 25px;
  }
}
.footContents .txtArea .inner01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.footContents .txtArea .cc01 {
  text-align: center;
  color: #fff;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.8em;
}
@media (max-width: 1440px) {
  .footContents .txtArea .cc01 {
    font-size: 1.92vw;
  }
}
@media (max-width: 991px) {
  .footContents .txtArea .cc01 {
    font-size: 2.2vw;
  }
}
@media (max-width: 767px) {
  .footContents .txtArea .cc01 {
    font-size: 4.5vw;
    line-height: 1.5em;
  }
}
.footContents .txtArea .cc01 strong {
  font-size: 140%;
  font-weight: 500;
}

.txt01 {
  font-size: 14px;
  text-align: center;
  line-height: 2em;
}
@media (max-width: 1440px) {
  .txt01 {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .txt01 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .txt01 {
    font-size: 3.5vw;
  }
}

.note01 {
  font-size: 10px;
  margin-top: 10px;
  color: #5b5b5b;
  line-height: 1.5em;
}
.note01.mt60 {
  margin-top: 60px;
}
.note01.right {
  text-align: right;
}