.m-btn1 {
  display: inline-block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-color: #2eb6aa;
  border: 2px solid #f9f9f9;
  min-width: 260px;
  padding: 12px 18px;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center
}
@media screen and (max-width: 768px) {
  .m-btn1 {
    width: 100%;
    max-width: 500px;
    font-size: 16px;
    font-size: 1.6rem
  }
}
@media screen and (max-width: 640px) {
  .m-btn1 {
    width: 80%
  }
}
.m-btn1:hover {
  opacity: 0.85;
  text-decoration: none
}
input[type=submit].m-btn1, input[type=button].m-btn1 {
  border: 2px solid #ffffff;
  border-radius: 3px
}
.m-btn1-gray {
  background-color: #c6cdd7;
  border: 2px solid #ffffff;
  color: #000
}
.m-btn1-white {
  background-color: #f9f9f9;
  border: 2px solid #f9f9f9;
  color: #2eb6aa
}
.m-btn1-max {
  width: 100%
}
.m-btn1-small {
  width: auto;
  min-width: 90px
}
.m-btn1-arrow-right {
  position: relative;
  padding-right: 70px;
  padding-left: 30px
}
.m-btn1-arrow-right::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: cebter;
  background-size: contain;
  width: 30px;
  height: 25px
}
@media screen and (max-width: 425px) {
  .m-btn1-arrow-right::after {
    right: 10px;
    width: 25px;
    height: 20px
  }
}
.m-btn1-arrow-right-white::after {
  background-image: url(../../img/arrow_white.svg)
}
.m-btn1-arrow-right-black::after {
  background-image: url(../../img/arrow_black.svg)
}
.m-btn1-arrow-right-blue::after {
  background-image: url(../../img/arrow_blue.svg)
}
.m-btn1-wrap {
  text-align: center
}
.m-btn1-wrap .m-btn1 + .m-btn1 {
  margin-left: 12px
}
@media screen and (max-width: 768px) {
  .m-btn1-wrap .m-btn1 + .m-btn1 {
    margin-top: 12px;
    margin-left: 0
  }
}
.m-btn-text {
  color: #2eb6aa;
  text-decoration: underline
}
.m-btn-text:hover {
  text-decoration: none
}
.m-title1 {
  position: relative;
  font-size: 65px;
  font-size: 6.5rem;
  font-weight: 700;
  text-align: center
}
@media screen and (max-width: 768px) {
  .m-title1 {
    font-size: 36px;
    font-size: 3.6rem
  }
}
.m-title1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 65px;
  height: 7px
}
@media screen and (max-width: 768px) {
  .m-title1::after {
    width: 50px;
    height: 5px
  }
}
.m-title1-blue {
  color: #2eb6aa
}
.m-title1-blue::after {
  background-color: #2eb6aa
}
.m-title-style1 {
  color: #1e2f4f;
  font-size: 35px;
  font-size: 3.5rem;
  text-align: center
}
@media screen and (max-width: 768px) {
  .m-title-style1 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.m-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto
}
@media screen and (max-width: 1000px) {
  .m-wrapper {
    max-width: 91.25%
  }
}
.m-link1 {
  position: relative;
  padding-left: 1.5em;
  font-size: 15px;
  font-size: 1.5rem
}
.m-link1:hover {
  opacity: 0.9;
  text-decoration: none
}
.m-link1-blue {
  color: #2eb6aa;
  border-bottom: 1px solid #2eb6aa
}
.m-link1-blue::after {
  content: '▶';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.arrow {
  position: relative;
  display: block;
  width: 30px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none
}
.arrow::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-top: 1px solid #000;
  border-left: 1px solid #000
}
.arrow-bottom::after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg)
}
.arrow-blue::after {
  border-color: #2eb6aa
}
.mp0 {
  margin: 0px;
  padding: 0px
}
.p0 {
  padding: 0px !important
}
.m0 {
  margin: 0px !important
}
.pT0 {
  padding-top: 0px !important
}
.pT5 {
  padding-top: 5px !important
}
.pT10 {
  padding-top: 10px !important
}
.pT15 {
  padding-top: 15px !important
}
.pT20 {
  padding-top: 20px !important
}
.pT30 {
  padding-top: 30px !important
}
.pT40 {
  padding-top: 40px !important
}
.pT50 {
  padding-top: 50px !important
}
.pT60 {
  padding-top: 60px !important
}
.pB5 {
  padding-bottom: 5px !important
}
.pB10 {
  padding-bottom: 10px !important
}
.pB20 {
  padding-bottom: 20px !important
}
.pB30 {
  padding-bottom: 30px !important
}
.pB40 {
  padding-bottom: 40px !important
}
.pB50 {
  padding-bottom: 50px !important
}
.pB60 {
  padding-bottom: 60px !important
}
.pL5 {
  padding-left: 5px !important
}
.pL10 {
  padding-left: 10px !important
}
.pL20 {
  padding-left: 20px !important
}
.pL30 {
  padding-left: 30px !important
}
.pL40 {
  padding-left: 40px !important
}
.pL50 {
  padding-left: 50px !important
}
.pL60 {
  padding-left: 60px !important
}
.pR0 {
  padding-right: 0px !important
}
.pR10 {
  padding-right: 10px !important
}
.pR20 {
  padding-right: 20px !important
}
.pR30 {
  padding-right: 35px !important
}
.pR40 {
  padding-right: 20px !important
}
.pR50 {
  padding-right: 55px !important
}
.pR60 {
  padding-right: 55px !important
}
.mT0 {
  margin-top: 0px !important
}
.mT5 {
  margin-top: 5px !important
}
.mT10 {
  margin-top: 10px !important
}
.mT15 {
  margin-top: 15px !important
}
.mT20 {
  margin-top: 20px !important
}
.mT25 {
  margin-top: 25px !important
}
.mT30 {
  margin-top: 30px !important
}
.mT40 {
  margin-top: 40px !important
}
.mT50 {
  margin-top: 50px !important
}
.mT60 {
  margin-top: 60px !important
}
.mB0 {
  margin-bottom: 0px !important
}
.mB10 {
  margin-bottom: 10px !important
}
.mB20 {
  margin-bottom: 20px !important
}
.mB25 {
  margin-bottom: 25px !important
}
.mB30 {
  margin-bottom: 30px !important
}
.mB40 {
  margin-bottom: 40px !important
}
.mB50 {
  margin-bottom: 50px !important
}
.mB60 {
  margin-bottom: 60px !important
}
.mL0 {
  margin-left: 0px !important
}
.mL10 {
  margin-left: 10px !important
}
.mL15 {
  margin-left: 15px !important
}
.mL20 {
  margin-left: 20px !important
}
.mL30 {
  margin-left: 30px !important
}
.mR0 {
  margin-right: 0px !important
}
.mR5 {
  margin-right: 5px !important
}
.mR10 {
  margin-right: 10px !important
}
.mR20 {
  margin-right: 20px !important
}
.mR30 {
  margin-right: 30px !important
}
.mR40 {
  margin-right: 40px !important
}
.tCenter {
  text-align: center !important
}
.tLeft {
  text-align: left !important
}
.tRight {
  text-align: right !important
}
.fLeft {
  float: left !important
}
.fRight {
  float: right !important
}
.l-main #inflection-mv {
  background: #ffffff;
}
.l-main #inflection-about {
  padding-top: 80px
}
@media screen and (max-width: 768px) {
  .l-main #inflection-about {
    padding-top: 50px
  }
}
.l-main #inflection-about .about-btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-about .about-btnwrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.l-main #inflection-about .about-btnwrap .m-btn1 {
  width: 33.3%;
  max-width: 315px;
  letter-spacing: 0.2em
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-about .about-btnwrap .m-btn1 {
    width: 100%;
    max-width: 100%;
    margin-top: 20px
  }
}
@media screen and (max-width: 768px) {
  .l-main #inflection-about .about-btnwrap .m-btn1:first-child {
    margin-top: 0
  }
}
.l-main #inflection-about .m-title-style1 {
  padding-top: 90px
}
@media screen and (max-width: 768px) {
  .l-main #inflection-about .m-title-style1 {
    padding-top: 40px
  }
}
.l-main #inflection-about .about-text {
  padding-top: 50px;
  line-height: 1.8em;
  text-align: center
}
@media screen and (max-width: 768px) {
  .l-main #inflection-about .about-text {
    padding-top: 25px;
    text-align: left
  }
}
.l-main #inflection-about .about-movie {
  position: relative;
  margin-top: 70px
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-about .about-movie {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
  }
}
@media screen and (max-width: 768px) {
  .l-main #inflection-about .about-movie {
    margin-top: 40px
  }
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-about .about-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
}
@media screen and (max-width: 425px) {
  .l-main #inflection-about .about-movie.m-wrapper {
    max-width: 100%
  }
}
.l-main #inflection-about .about-movie-text {
  padding-top: 5px;
  font-size: 12px;
  font-size: 1.2rem
}
@media screen and (max-width: 768px) {
  .l-main #inflection-about .about-movie-text {
    text-align: center
  }
}
.l-main #inflection-pr {
  padding-bottom: 70px;
  background-color: #f9f9f9
}
@media screen and (max-width: 768px) {
  .l-main #inflection-pr {
    padding-top: 10px;
    padding-bottom: 50px
  }
}
.l-main #inflection-pr .m-title-style1 {
  padding-top: 20px
}
@media screen and (max-width: 768px) {
  .l-main #inflection-pr .m-title-style1 {
    padding-top: 35px
  }
}
.l-main #inflection-pr .pr-text {
  padding-top: 50px;
  text-align: center
}
@media screen and (max-width: 768px) {
  .l-main #inflection-pr .pr-text {
    padding-top: 10px;
    text-align: left
  }
}
.l-main #inflection-pr .pr-btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-pr .pr-btnwrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px
  }
}
.l-main #inflection-pr .pr-btnwrap .m-btn1 {
  width: 48.5%;
  max-width: 410px;
  margin-right: 15px;
  margin-left: 15px;
  letter-spacing: -0.05em
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-pr .pr-btnwrap .m-btn1 {
    width: 100%;
    max-width: 100%;
    margin-top: 22.5px
  }
}
@media screen and (max-width: 768px) {
  .l-main #inflection-pr .pr-btnwrap .m-btn1:first-child {
    margin-top: 0
  }
}
.l-main #inflection-pr .more-text {
  display: block;
  padding-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center
}
@media screen and (max-width: 768px) {
  .l-main #inflection-pr .more-text {
    padding-top: 10px;
    font-size: 13px;
    font-size: 1.3rem
  }
}
.l-main #inflection-pr .pr-btnwrap2 {
  margin-top: 50px;
  text-align: center
}
@media screen and (max-width: 768px) {
  .l-main #inflection-pr .pr-btnwrap2 {
    margin-top: 35px
  }
}
.l-main #inflection-pr .pr-btnwrap2 .m-link1 {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px
}
@media screen and (max-width: 768px) {
  .l-main #inflection-pr .pr-btnwrap2 .m-link1 {
    display: block;
    margin-top: 15px;
    text-align: left
  }
}
@media screen and (max-width: 768px) {
  .l-main #inflection-pr .pr-btnwrap2 .m-link1:first-child {
    margin-top: 0
  }
}
.l-main #inflection-pr .pr-point {
  margin-top: 65px;
  background-color: #fff;
  padding: 20px 40px 40px
}
@media screen and (max-width: 768px) {
  .l-main #inflection-pr .pr-point {
    padding: 20px 25px 40px
  }
}
.l-main #inflection-pr .pr-point .title {
  text-align: center
}
.l-main #inflection-pr .pr-point .title img {
  width: 164px;
  height: 83px
}
@media screen and (max-width: 768px) {
  .l-main #inflection-pr .pr-point .title img {
    width: 180px;
    height: 90px
  }
}
.l-main #inflection-pr .pr-point .point-subtitle {
  margin-top: 10px;
  font-size: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
}
.l-main #inflection-pr .pr-point .point-text {
  margin-top: 10px;
  text-align: left;
}
.l-main #inflection-pr .pr-point .arrow {
  margin-top: 25px
}
@media screen and (max-width: 768px) {
  .l-main #inflection-pr .pr-point .arrow {
    margin-top: 15px
  }
}
.l-main #inflection-pr .pr-point .point-text2 {
  margin-top: 20px;
  text-align: center
}
.l-main #inflection-pr .pr-point .point-btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-pr .pr-point .point-btnwrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px
  }
}
.l-main #inflection-pr .pr-point .point-btnwrap .m-btn1 {
  width: 33.3%;
  max-width: 295px;
  font-size: 15px;
  font-size: 1.5rem
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-pr .pr-point .point-btnwrap .m-btn1 {
    width: 100%;
    max-width: 100%;
    margin-top: 20px
  }
}
@media screen and (max-width: 768px) {
  .l-main #inflection-pr .pr-point .point-btnwrap .m-btn1:first-child {
    margin-top: 0
  }
}
.l-main #inflection-order .m-title-style1 {
  padding-top: 70px
}
@media screen and (max-width: 768px) {
  .l-main #inflection-order .m-title-style1 {
    padding-top: 35px
  }
}
.l-main #inflection-order .order-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-order .order-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
@media screen and (max-width: 768px) {
  .l-main #inflection-order .order-wrapper {
    margin-top: 25px
  }
}
.l-main #inflection-order .order-wrapper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 48.5%
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-order .order-wrapper li {
    width: 100%
  }
}
.l-main #inflection-order .order-wrapper li:first-child {
  border-right: 1px solid #000
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-order .order-wrapper li:first-child {
    border-right: 0
  }
}
.l-main #inflection-order .order-wrapper li .list-wrapper {
  padding: 20px 25px
}
@media screen and (max-width: 768px) {
  .l-main #inflection-order .order-wrapper li .list-wrapper {
    padding: 10px 15px
  }
}
.l-main #inflection-order .order-wrapper li .order-icon {
  text-align: center
}
.l-main #inflection-order .order-wrapper li .order-icon .img1 {
  width: 58px;
  height: 58px
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-order .order-wrapper li .order-icon .img1 {
    width: 144px;
    height: 144px
  }
}
.l-main #inflection-order .order-wrapper li .order-icon .img2 {
  width: 70px;
  height: 57px
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-order .order-wrapper li .order-icon .img2 {
    width: 176px;
    height: 143px
  }
}
.l-main #inflection-order .order-wrapper li .order-title {
  margin-top: 10px;
  color: #1e2f4f;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center
}
@media screen and (max-width: 768px) {
  .l-main #inflection-order .order-wrapper li .order-title {
    margin-top: 15px;
    font-size: 19px;
    font-size: 1.9rem
  }
}
.l-main #inflection-order .order-wrapper li .order-text {
  padding-bottom: 100px
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-order .order-wrapper li .order-text {
    padding-top: 10px;
    padding-bottom: 20px
  }
}
.l-main #inflection-order .order-wrapper li .order-link-wrapper {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-order .order-wrapper li .order-link-wrapper {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}
.l-main #inflection-order .order-wrapper li .order-link-wrapper .m-btn1 {
  min-width: 360px
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-order .order-wrapper li .order-link-wrapper .m-btn1 {
    min-width: 100%
  }
}
.l-main #inflection-order .pr-btnwrap2 {
  margin-top: 50px;
  text-align: center
}
@media screen and (max-width: 768px) {
  .l-main #inflection-order .pr-btnwrap2 {
    margin-top: 35px
  }
}
.l-main #inflection-order .pr-btnwrap2 .m-link1 {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px
}
@media screen and (max-width: 768px) {
  .l-main #inflection-order .pr-btnwrap2 .m-link1 {
    display: block;
    margin-top: 15px;
    text-align: left
  }
}
@media screen and (max-width: 768px) {
  .l-main #inflection-order .pr-btnwrap2 .m-link1:first-child {
    margin-top: 0
  }
}
.l-main #inflection-gathering {
  height: 780px;
  margin-top: 70px;
  background-image: url(../../img/inflection/bg_sec01.jpg);
  background-repeat: no-repeat;
  background-size: cover
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-gathering {
    height: auto;
    padding-bottom: 10%
  }
}
@media screen and (max-width: 768px) {
  .l-main #inflection-gathering {
    margin-top: 35px;
    padding-bottom: 15%;
    background-image: url(../../img/inflection/bg_sec01_sp.jpg)
  }
}
.l-main #inflection-gathering .m-title-style1 {
  padding-top: 80px;
  color: #fff
}
@media screen and (max-width: 768px) {
  .l-main #inflection-gathering .m-title-style1 {
    padding-top: 40px
  }
}
.l-main #inflection-gathering .gathering-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-gathering .gathering-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px
  }
}
@media screen and (max-width: 768px) {
  .l-main #inflection-gathering .gathering-wrapper {
    margin-top: 20px
  }
}
.l-main #inflection-gathering .gathering-wrapper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 48.5%
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-gathering .gathering-wrapper li {
    width: 100%
  }
}
.l-main #inflection-gathering .gathering-wrapper li:first-child {
  border-right: 1px solid #fff
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-gathering .gathering-wrapper li:first-child {
    margin-bottom: 30px;
    border-right: 0
  }
}
.l-main #inflection-gathering .gathering-wrapper li .list-wrapper {
  padding: 20px 30px
}
@media screen and (max-width: 768px) {
  .l-main #inflection-gathering .gathering-wrapper li .list-wrapper {
    padding: 10px 15px
  }
}
.l-main #inflection-gathering .gathering-wrapper li .gathering-icon {
  text-align: center
}
.l-main #inflection-gathering .gathering-wrapper li .gathering-icon .img1 {
  width: 81px;
  height: 58px
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-gathering .gathering-wrapper li .gathering-icon .img1 {
    width: 144px;
    height: 144px
  }
}
.l-main #inflection-gathering .gathering-wrapper li .gathering-icon .img2 {
  width: 56px;
  height: 58px
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-gathering .gathering-wrapper li .gathering-icon .img2 {
    width: 176px;
    height: 143px
  }
}
.l-main #inflection-gathering .gathering-wrapper li .gathering-title {
  margin-top: 10px;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center
}
@media screen and (max-width: 768px) {
  .l-main #inflection-gathering .gathering-wrapper li .gathering-title {
    margin-top: 15px;
    font-size: 19px;
    font-size: 1.9rem
  }
}
.l-main #inflection-gathering .gathering-wrapper li .gathering-text {
  color: #fff
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-gathering .gathering-wrapper li .gathering-text {
    padding-top: 10px;
    padding-bottom: 20px
  }
}
.l-main #inflection-gathering .gathering-wrapper li .gathering-link-wrapper {
  text-align: center;
  margin-top: 60px
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-gathering .gathering-wrapper li .gathering-link-wrapper {
    margin-top: 20px
  }
}
@media screen and (max-width: 768px) {
  .l-main #inflection-gathering .gathering-wrapper li .gathering-link-wrapper {
    margin-top: 15px
  }
}
.l-main #inflection-gathering .gathering-wrapper li .gathering-link-wrapper .m-btn1 {
  min-width: 360px;
  font-size: 15px;
  font-size: 1.5rem
}
@media screen and (max-width: 1000px) {
  .l-main #inflection-gathering .gathering-wrapper li .gathering-link-wrapper .m-btn1 {
    min-width: 100%
  }
}
.l-main #inflection-gathering .gathering-wrapper li .gathering-link-wrapper .m-btn1:nth-child(n+2) {
  margin-top: 25px
}
@media screen and (max-width: 768px) {
  .l-main #inflection-gathering .gathering-wrapper li .gathering-link-wrapper .m-btn1:nth-child(n+2) {
    margin-top: 18px
  }
}
.l-main #inflection-gathering .link-wrapper {
  margin-top: 50px;
  text-align: center
}
@media screen and (max-width: 768px) {
  .l-main #inflection-gathering .link-wrapper {
    margin-top: 35px
  }
}
#inflection-pr {
  margin-top: 0
}
.pr-box {
  text-align: center;
  margin-top: 30px;
  border: 1px solid #ccc;
  padding: 10px 15px 0;
}
.pr-btn {
  margin: 20px auto;
  width: 100%;
  max-width: 410px
}
.pr-btn a {
  display: block
}
.pr-btn a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  position: relative;
  bottom: 5px;
  margin-left: 15px
}
.pr-btn a:hover {
  text-decoration: none
}
#inflection-flow {
  padding: 60px 0;
  background: #f2f2f2
}
.point-title {
  margin: 20px 0;
  text-align: center
}
.point-exwrap {
  margin-top: 55px;
  padding: 35px 30px;
  background-color: #fff
}
.point-exinner h3.step-current {
  background-color: #8fd9fd
}
.point-exinner {
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #c6cdd7
}
.point-extitle {
  font-size: 1.7rem
}
.point-exinner:last-of-type {
  border-bottom: 0;
  padding-bottom: 0
}
.point-extext {
  font-size: 14px;
  font-size: 1.4rem
}
.pr-btn .m-btn1 {
  width: 100%;
}
.l-main #inflection-pr .pr-point .point-text.txt-c {
  text-align: center;
}
@media screen and (min-width:769px) {
  .point-extitle {
    font-size: 2rem
  }
  .pr-box {
    text-align: center;
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 0 10px 10px;
  }
  .l-main #inflection-pr .pr-point .point-subtitle {
    font-size: 2rem;
  }
}
/*# sourceMappingURL=inflection.css.map */