.section {
  padding: 88px 16px;
}
@media screen and (max-width: 750px) {
  .section {
    padding: 64px 16px;
  }
}

.mainVisual__bg {
  background: url("../images/bg_mainVisual_03.png") top 10% center/cover no-repeat;
  padding: 0 16px;
}
@media screen and (max-width: 906px) {
  .mainVisual__bg {
    background-position: right;
  }
}
.mainVisual__container {
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 400px;
  padding: 40px 16px;
}
@media screen and (max-width: 750px) {
  .mainVisual__container {
    min-height: 250px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding: 16px 0;
  }
}
.mainVisual__lead {
  color: #ffffff;
  font-size: 2rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  padding: 8px;
}
.mainVisual__title {
  font-size: 6rem;
  line-height: 1.1;
  color: #ffffff;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  .mainVisual__title {
    font-size: 4.5rem;
    text-align: center;
  }
}
.mainVisual__title--small {
  font-size: 3.5rem;
}
@media screen and (max-width: 750px) {
  .mainVisual__title--small {
    font-size: 3rem;
    text-align: center;
  }
}
.mainVisual__text {
  font-size: 1.6rem;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  width: 414px;
  padding: 16px;
  margin-top: 16px;
  line-height: 1.6;
  border-top: 2px #fff solid;
  border-bottom: 2px #fff solid;
}
@media screen and (max-width: 750px) {
  .mainVisual__text {
    font-size: 1.2rem;
    width: 100%;
    padding: 8px;
  }
}

.about__container {
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .about__container {
    max-width: 343px;
  }
}
.about__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
.about__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #ff0033;
  margin: 13px auto 0;
}
@media screen and (max-width: 750px) {
  .about__title {
    font-size: 2.4rem;
  }
}
.about__text {
  font-size: 1.6rem;
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .about__text {
    font-size: 1.6rem;
    margin-top: 32px;
  }
}
.about__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .about__inner {
    display: block;
  }
}
.about__photo {
  width: 60%;
  margin-right: 24px;
}
@media screen and (max-width: 906px) {
  .about__photo {
    width: 55%;
  }
}
@media screen and (max-width: 750px) {
  .about__photo {
    width: 100%;
  }
}
.about__list {
  width: 40%;
  margin-top: 70px;
}
@media screen and (max-width: 906px) {
  .about__list {
    width: 45%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .about__list {
    margin-top: 16px;
    width: 100%;
  }
}
.about__item {
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .about__item {
    margin-bottom: 16px;
  }
}
.about__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: -16px;
  top: -2px;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: #f24f4f;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 100%;
}

.aboutDetail__title {
  position: relative;
  margin-left: 16px;
  padding: 6px 8px 6px 40px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #f34f4f;
  background: #f1e9d9;
}
@media screen and (max-width: 750px) {
  .aboutDetail__title {
    padding-left: 30px;
    font-size: 1.6rem;
  }
}
.aboutDetail__text {
  margin: 8px 0 0 56px;
}
@media screen and (max-width: 750px) {
  .aboutDetail__text {
    margin-left: 46px;
  }
}

.merit__container {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .merit__container {
    max-width: 343px;
  }
}
.merit__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
.merit__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #ff0033;
  margin: 13px auto 0;
}
@media screen and (max-width: 750px) {
  .merit__title {
    font-size: 2.4rem;
  }
}
.merit__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 56px;
}
@media screen and (max-width: 750px) {
  .merit__list {
    display: block;
  }
}
.merit__item {
  position: relative;
  background: #ffffff;
  width: calc((100% - 40px) / 3);
  padding: 48px 24px 40px;
  border-radius: 11px;
}
@media screen and (max-width: 906px) {
  .merit__item {
    padding: 48px 40px 40px;
  }
}
@media screen and (max-width: 750px) {
  .merit__item {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .merit__item:not(:first-child) {
    margin-top: 56px;
  }
}
.merit__number {
  position: absolute;
  top: -16px;
  left: 32px;
  width: 60px;
}
.merit__detail {
  line-height: 1.8;
}
.merit__subTitle {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 906px) {
  .merit__subTitle {
    margin-top: 16px;
  }
}
.merit__text {
  margin-top: 16px;
  padding-right: 175px;
}
@media screen and (max-width: 906px) {
  .merit__text {
    padding-right: 0;
  }
}
.merit__text--annotation {
  color: #606060;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 8px;
}

.meritDetail__title {
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0;
  text-align: center;
}
.meritDetail__image {
  margin-top: 16px;
  text-align: center;
}
.meritDetail__text {
  font-size: 1.6rem;
  margin-top: 8px;
  padding: 0;
}

.user__container {
  max-width: 950px;
  margin: 0 auto;
}
.user__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
.user__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #ff0033;
  margin: 13px auto 0;
}
@media screen and (max-width: 750px) {
  .user__title {
    font-size: 2.4rem;
  }
}
.user__title--step {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .user__title--step {
    font-size: 2.2rem;
  }
}
.user__button {
  margin-top: 72px;
}
@media screen and (max-width: 750px) {
  .user__button {
    margin-top: 40px;
  }
}
.user__link--apply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 435px;
  height: 86px;
  color: #FF954C;
  margin: 0 auto;
  border: 4px solid #FF954C;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .user__link--apply {
    max-width: 100%;
  }
}
.user__link--apply:hover {
  opacity: 0.7;
}
.user__link--apply:visited {
  color: #FF954C;
}
.user__link--apply [class*=__textGroup] {
  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;
  text-align: center;
}
.user__link--apply [class*=__lead] {
  font-size: 1.4rem;
}
.user__link--apply [class*=__main] {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 5px;
}
.user__step {
  position: relative;
  background: #FFF9E7;
  margin-top: 240px;
  border-radius: 8px;
  padding: 0 24px 72px;
}
@media screen and (max-width: 750px) {
  .user__step {
    margin-top: 70px;
    padding: 24px;
  }
}
.user__step::before {
  content: "";
  display: block;
  position: absolute;
  top: -169px;
  left: 0;
  width: 100%;
  height: 170px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #FFF9E7)) no-repeat top left/50% 100%, -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #FFF9E7)) no-repeat top right/50% 100%;
  background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #FFF9E7 50.5%) no-repeat top left/50% 100%, -webkit-linear-gradient(top right, rgba(255, 255, 255, 0) 50%, #FFF9E7 50.5%) no-repeat top right/50% 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #FFF9E7 50.5%) no-repeat top left/50% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #FFF9E7 50.5%) no-repeat top right/50% 100%;
}
@media screen and (max-width: 750px) {
  .user__step::before {
    top: -59px;
    height: 60px;
  }
}
.user__text {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .user__text {
    margin-top: 15px;
  }
}
.user__photo {
  max-width: 706px;
  margin: 24px auto 0;
}

.other {
  background: rgba(229, 247, 223, 0.4);
  padding: 110px 16px;
}
.other__container {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
.other__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .other__title {
    font-size: 2.4rem;
  }
}
.other__text {
  margin-top: 56px;
}
@media screen and (max-width: 750px) {
  .other__text {
    margin-top: 32px;
  }
}
.other__text--contents {
  margin-top: 32px;
}
.other__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 56px;
}
@media screen and (max-width: 750px) {
  .other__list {
    display: block;
  }
}
.other__list--tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.other__item {
  width: calc((100% - 40px) / 2);
  background: #ffffff;
  padding: 24px 24px 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 750px) {
  .other__item {
    width: 100%;
    padding: 24px 16px 40px;
  }
  .other__item + .other__item {
    margin-top: 24px;
  }
}
.other__item--gray {
  display: inline-block;
  color: #ffffff;
  background: #707070;
  padding: 8px 12px;
  border-radius: 6px;
}
.other__item--orange {
  display: inline-block;
  color: #ffffff;
  background: #FC6600;
  margin-left: 8px;
  padding: 8px 12px;
  border-radius: 6px;
}
.other__subTitle {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 32px;
}
.other__photo--store {
  max-width: 97px;
  margin: 32px auto 0;
}
.other__photo--coupon {
  max-width: 110px;
  margin: 32px auto 0;
}
.other__link {
  display: block;
  max-width: 236px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  background: #00B9F5;
  margin: 64px auto 0;
  padding: 16px 0;
  border-radius: 8px;
}
.other__link:visited {
  color: #ffffff;
}
.other__link:hover {
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .other__link:hover {
    opacity: 0.6;
  }
}

.buttons, .contact, .caution, .fotService {
  display: none;
}