@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

img {
  max-width: 100%;
  width: auto;
}

body {
  margin: 0;
}

.mainContent {
  padding: 40px 0 90px;
  position: relative;
  margin-bottom: -50px;
  font-size: 10px;
  overflow-x: hidden;
}
@media screen and (max-width: 750px) {
  .mainContent {
    padding: 0 0 100px;
  }
}
.mainContent a {
  text-decoration: none;
}
.mainContent .container {
  width: 960px;
  padding: 0 20px;
  max-width: calc(100% - 40px);
  margin: auto;
}
.mainContent .container .ie-warning {
  text-align: center;
  margin-bottom: 40px;
  display: none;
  border: 1px solid red;
  padding: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mainContent .container .ie-warning {
    display: block;
  }
}
.mainContent .container .ie-warning ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: center;
  list-style-type: disc;
}
.mainContent .container .ie-warning ul li {
  margin: 0 20px;
  font-size: 1.6em;
  font-weight: bold;
}
.mainContent .container .bigTitle {
  margin-bottom: 45px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .mainContent .container .bigTitle {
    margin-bottom: 25px;
  }
}
.mainContent .container .title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .mainContent .container .title {
    margin-bottom: 25px;
  }
}
.mainContent .container p {
  font-size: 1.8em;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .mainContent .container p {
    font-size: 1.2em;
  }
}
.mainContent .bg01 {
  background-color: #f8f2e8;
  padding: 60px 0;
  margin: 70px 0 0;
}
@media screen and (max-width: 750px) {
  .mainContent .bg01 {
    padding: 40px 0;
    margin: 40px 0 0;
  }
}
.mainContent .bg01 .title03 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .mainContent .bg01 .title03 {
    margin-bottom: 20px;
  }
}
.mainContent .bg01 .img {
  margin-top: 45px;
}
@media screen and (max-width: 750px) {
  .mainContent .bg01 .img {
    margin-top: 20px;
  }
}
.mainContent .bg02 {
  background-color: #eceff1;
  padding: 40px;
}
.mainContent .bg02:first-child {
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  .mainContent .bg02:first-child {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .mainContent .bg02 {
    padding: 30px 35px;
  }
}
.mainContent .bg02:not(:last-child) {
  margin-bottom: 30px;
}
.mainContent .bg02 .title02 {
  text-align: center;
  margin-bottom: 25px;
}
.mainContent .bg02 .flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .mainContent .bg02 .flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.mainContent .bg02 .flex .col {
  flex-basis: 0;
  flex-grow: 1;
  font-size: 1.6em;
  line-height: 1.8;
}
.mainContent .bg02 .flex .col:first-child {
  flex-grow: 1.1;
}
@media screen and (max-width: 750px) {
  .mainContent .bg02 .flex .col {
    font-size: 1.2em;
    line-height: 2;
  }
}
.mainContent .bg02 .flex .col:not(:first-child) {
  margin-left: 40px;
}
@media screen and (max-width: 750px) {
  .mainContent .bg02 .flex .col:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .mainContent .bg02 .flex .col:first-child {
    margin-bottom: 15px;
  }
}
.mainContent .btnWrapper {
  text-align: center;
}
.mainContent .btnWrapper .btn {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 70px;
  display: inline-block;
  padding: 0 40px;
  max-width: 100%;
  border-radius: 35px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media print, screen and (min-width: 751px) {
  .mainContent .btnWrapper .btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .mainContent .btnWrapper .btn {
    font-size: 1.4em;
    line-height: 50px;
  }
}
.mainContent .btnWrapper .btn.black {
  background-color: #000;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .mainContent .btnWrapper .btn.black {
    margin-top: 30px;
    line-height: 1.5;
    padding: 10px 30px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .mainContent .btnWrapper .btn.black {
    padding: 10px 20px;
  }
}
.mainContent .btnWrapper .btn.red {
  background-color: #e61d3a;
  margin-top: 50px;
  line-height: 1.5;
  padding: 15px 40px;
  border-radius: 50px;
}
@media screen and (max-width: 750px) {
  .mainContent .btnWrapper .btn.red {
    width: 275px;
    margin-top: 20px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .mainContent .btnWrapper .btn.red {
    padding: 15px 15px;
  }
}
.mainContent .btnWrapper .btn span {
  position: relative;
}
.mainContent .btnWrapper .btn span:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 15px;
  background: url(../images/arrow.png) center/cover no-repeat;
  top: calc(50% - 8px);
  right: -30px;
}
@media screen and (max-width: 750px) {
  .mainContent .btnWrapper .btn span:after {
    width: 7.5px;
    height: 11px;
    background: url(../images/arrow_sp.png) center/cover no-repeat;
    top: calc(50% - 5px);
    right: -25px;
  }
}