@media screen and (min-width: 1025px) {
  .spc__show {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .spc__hide {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .ipad__hide {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .ipad__show {
    display: none !important;
  }
}
@media print {
  .ipad__show {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .smp__hide {
    display: none !important;
  }
}

@media screen and (min-width: 521px) {
  .smp__show {
    display: none !important;
  }
}
@media print {
  .smp__show {
    display: none !important;
  }
}

.fs0 {
  font-size: 0;
}

.fs-S {
  font-size: 14px;
}

.fs-M {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .fs-M {
    font-size: 16px;
  }
}

.fs-L {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .fs-L {
    font-size: 18px;
  }
}

.flex {
  display: flex;
}

@media screen and (max-width: 767px) {
  .flexColumn {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .flexreColumn {
    flex-direction: column-reverse;
  }
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.alignCenter {
  align-items: center;
}

.justBetween {
  justify-content: space-between;
}

.justCenter {
  justify-content: center;
}

.justStart {
  justify-content: flex-start;
}

.justEnd {
  justify-content: flex-end;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.wrapper {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 15px;
}

.col-2 {
  width: 47%;
}

.col-3 {
  width: 30%;
}

.col-4 {
  width: 23%;
}

.w-100 {
  width: 100%;
}

.mb-S {
  margin-bottom: 25px;
}

.mb-M {
  margin-bottom: 30px;
}

.mb-L {
  margin-bottom: 40px;
}

.secTitle {
  color: #0071BC;
  font-size: 35px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  line-height: 63px;
}
.secTitle::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .secTitle {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
.secTitle.title01 {
  position: relative;
  top: -60px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .secTitle.title01 {
    top: 0;
    margin-bottom: 50px;
  }
}
.secTitle.title01::after {
  background-image: url(../images/top/title01@2x.png);
  width: 353px;
  height: 199px;
}
@media screen and (max-width: 767px) {
  .secTitle.title01::after {
    width: 210px;
    height: 118px;
  }
}
.secTitle.title02::after {
  background-image: url(../images/top/title02@2x.png);
  width: 401px;
  height: 214px;
}
@media screen and (max-width: 767px) {
  .secTitle.title02::after {
    width: 210px;
    height: 124px;
  }
}
@media screen and (max-width: 767px) {
  .secTitle.title03 {
    margin-bottom: 30px;
  }
}
.secTitle.title03::after {
  background-image: url(../images/top/title03@2x.png);
  width: 401px;
  height: 214px;
}
@media screen and (max-width: 767px) {
  .secTitle.title03::after {
    width: 206px;
    height: 106px;
  }
}
.secTitle.title04::after {
  background-image: url(../images/top/title04@2x.png);
  width: 401px;
  height: 214px;
}
@media screen and (max-width: 767px) {
  .secTitle.title04::after {
    width: 206px;
    height: 106px;
  }
}
.secTitle.title05::after {
  background-image: url(../images/top/title05@2x.png);
  width: 401px;
  height: 214px;
}
@media screen and (max-width: 767px) {
  .secTitle.title05::after {
    width: 206px;
    height: 106px;
  }
}

.subTitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 31px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .subTitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}

.subText {
  font-size: 16px;
  line-height: 24px;
  max-width: 952px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .subText {
    font-size: 14px;
    line-height: 26px;
  }
}
@media print {
  .subText {
    max-width: 100%;
  }
}

.button01 {
  background-color: #77a7bc;
  border: 2px solid #77a7bc;
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 20px;
  position: relative;
  text-align: center;
  transition: 0.3s;
  max-width: 360px;
}
@media screen and (max-width: 520px) {
  .button01 {
    font-size: 16px;
    padding: 15px 0;
    max-width: 100%;
    width: 100%;
  }
}
.button01.__center {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .button01.__left {
    margin: 0 auto;
  }
}
.button01:visited {
  color: #fff;
}
.button01:hover {
  background-color: #fff;
  color: #77a7bc;
  opacity: 1;
}
.button01:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%207%22%3E%3Cg%20id%3D%22_%E3%83%A1%E3%82%A4%E3%83%B3%22%3E%3Cpolygon%20points%3D%2221%207%200%207%200%206%2018.98%206%2014.89%20.61%2015.69%200%2021%207%22%20style%3D%22fill%3A%2377a7bc%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  top: 50%;
  transform: translate(0, -50%);
  height: 7px;
  width: 26px;
  right: 5px;
  transition: all 0.2s;
}