/*=============================
// variable
===============================*/
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/*=============================
// common
===============================*/
.main_content {
  width: 100%;
  min-width: 1100px;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP ", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.main_content * {
  box-sizing: border-box;
  text-align: left;
}
.main_content figure, .main_content picture {
  margin: 0;
}
.main_content img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.main_content a {
  text-decoration: none;
  transition: opacity 0.3s ease-in;
}
@media (hover: hover) {
  .main_content a:hover {
    opacity: 0.6;
  }
}

.button-fukidashi {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  height: 86px;
  background: #78C557;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.button-fukidashi .fukidashi {
  padding: 4px 0 0;
  width: 100%;
  max-width: 424px;
  height: 47px;
  background: url("../img/button_fukidashi.png") no-repeat center center;
  background-size: contain;
  color: #2CAA55;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.button-fukidashi .fukidashi span {
  color: #DD0011;
}
.button-fukidashi .text {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.button-fukidashi::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url("../img/button_icon.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
  z-index: 1;
}
.button-fukidashi.is-blue {
  margin-top: 70px;
  background: #007CC6;
}
.button-fukidashi.is-blue .fukidashi {
  color: #007CC6;
  background: url("../img/button_fukidashi_blue.png") no-repeat center center;
  background-size: contain;
}

.button {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  height: 86px;
  background: #F97022;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.button span {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.button::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url("../img/button_icon.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
  z-index: 1;
}

.cta {
  padding: 60px 50px;
  background: url("../img/cta_bg.png") no-repeat center center;
  background-size: cover;
}
.cta__inner {
  margin: 0 auto;
  padding: 30px;
  max-width: 1000px;
  background: #fff;
  border-radius: 8px;
}
.cta__title {
  margin-bottom: 24px;
  color: #2A4097;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.46;
  text-align: center;
}
.cta__title span {
  color: #DD0011;
  font-size: 36px;
  line-height: 1;
}
.cta__button {
  margin: 0 auto;
  max-width: 568px;
  height: 84px;
  background: #F97022;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cta__button span {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}
.cta__button::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url("../img/button_icon.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #breadCrumbArea {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  #breadCrumbArea {
    margin-bottom: 0;
  }
  .main_content {
    min-width: 100%;
  }
  .button-fukidashi {
    padding-top: 3.2vw;
    max-width: 86.9333333333vw;
    height: 19.7333333333vw;
  }
  .button-fukidashi .fukidashi {
    padding: 0.5333333333vw 0 0;
    width: 100%;
    max-width: 76.8vw;
    height: 10.4vw;
    background: url("../img/button_fukidashi_sp.png") no-repeat center center;
    background-size: contain;
    font-size: 4.2666666667vw;
    font-weight: 600;
    top: -5.3333333333vw;
  }
  .button-fukidashi .fukidashi span {
    color: #DD0011;
  }
  .button-fukidashi .text {
    font-size: 4.8vw;
    line-height: 1.22;
    text-align: center;
  }
  .button-fukidashi::after {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    right: 2.6666666667vw;
  }
  .button-fukidashi.is-blue {
    margin-top: 9.6vw;
    height: 17.6vw;
  }
  .button-fukidashi.is-blue .fukidashi {
    max-width: 63.2vw;
    height: 10.4vw;
    background: url("../img/button_fukidashi_blue_sp.png") no-repeat center center;
    background-size: contain;
  }
  .button {
    max-width: 86.9333333333vw;
    height: 17.0666666667vw;
  }
  .button span {
    font-size: 4.8vw;
    line-height: 1.22;
    text-align: center;
  }
  .button::after {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    right: 2.6666666667vw;
  }
  .cta {
    margin-bottom: 0;
    padding: 8vw 3.2vw;
    background: url("../img/cta_bg_sp.png") no-repeat center center;
    background-size: cover;
  }
  .cta__inner {
    padding: 6.9333333333vw 2.6666666667vw;
    border-radius: 2.1333333333vw;
  }
  .cta__title {
    margin-bottom: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
  .cta__title span {
    font-size: 5.3333333333vw;
  }
  .cta__button {
    max-width: 87.2vw;
    height: 15.4666666667vw;
    justify-content: flex-start;
    padding: 0 5.3333333333vw;
  }
  .cta__button span {
    font-size: 4.8vw;
  }
  .cta__button::after {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    right: 2.6666666667vw;
  }
}

/*# sourceMappingURL=common.css.map */
