@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');


html,
body {
  width: 100%;
  font-size: 62.5%;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  margin: 0;
}

.uramcont {
  padding: 104px 0 10px 0;
}

.commonPageTitle.SP {
  display: none;
}

.commonPageTitle {
  display: table;
  width: 100%;
  height: 36.7rem;
  background: url(../images/pc.svg) no-repeat bottom right;
  background-size: cover;
  line-height: 1.4;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #54a734;
}

.commonPageTitle .inTitle {
  /* display: table-cell;
    vertical-align: middle; */
  position: absolute;
  display: inline-block;
  top: 30%;
  left: 12rem;
}

.commonPageTitle .inTitle span {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
  color: #fff;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 63.84px;
}

.commonPageTitle .inTitle p {
  font-family: 'Inter', sans-serif;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.7px;

}

.thanks {

}

.thanks .body {

}

.thanks .body .top_text_area {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 110px;
  height: 96px;
}

.thanks .body .top_text_area .top_text{
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thanks .body .top_text_area .top_text .sp_only{
  display: none;
}

.thanks .body .bottom_text_area {
  margin: 40px auto;
  max-width: 1148px;
  padding: 0 2.4rem;
}

.thanks .body .bottom_text_area ul {
  /* height: 140px; */
  width: 100%;
  max-width: 1100px;
  border-radius: 12px;
  background-color: #F5F5F5;
  padding: 20px 60px;
  margin: 0 auto;
}

.thanks .body .bottom_text_area ul li{
  font-weight: 400;
  font-size: 16px;
  line-height: 176%;
  margin-bottom: 8px;
  padding-left: 14px;
  position: relative;
}

.thanks .body .bottom_text_area ul li:last-child{
  margin-bottom: 0;
}

.thanks .body .bottom_text_area ul li::before{
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #54A734;
  top: 12px;
  left: 0;
}

.thanks .body .bottom_text_area ul li .pc_only {
  display: block;
}

.thanks .body a {
  width: 100%;
  max-width: 224px;
  margin: 40px auto 0;
  padding: 18px 32px;
  background: #54A734;
  border-radius: 50px;
  display: block;
  border: 2px solid #54A734;
  transition:all 0.5s ease;
}

.thanks .body a:hover {
  background: #FFFFFF;
  border: 2px solid #54A734;
  transition:all 0.5s ease;
}

.thanks .body a p {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  transition:all 0.5s ease;
}

.thanks .body a:hover p {
  color: #54A734;
  transition:all 0.5s ease;
}

.breakcump {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0.4rem 0.8rem rgba(125, 127, 216, 0.08), 0 0.8rem 1.6rem -0.4rem rgba(125, 127, 216, 0.1);
  border-radius: 0.8rem;
  padding: 2.6rem 0 2.6rem 3.8rem;
  margin-top: -4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.breakcump ul {
  display: flex;
  align-items: center;
  column-gap: 1.7rem;
  padding-left: 0;
  margin: 0;
}

.breakcump ul li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  position: relative;
  padding-right: 0.4rem;
}

.breakcump ul li.home a {
  color: #54A734;
}

.breakcump ul li.last::after {
  content: '';
  background-image: url(../icons/icon_next.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 0.96rem;
  height: 1rem;
  right: -1.5rem;
  top: 30%;
  color: #54A734;
}
.breakcump ul li:last-child {
  padding-right: 15px;
}
.breakcump ul li:last-child a {
  pointer-events: none;
}
.breakcump ul li a {
  color: #737373;
  font-size: 1.4rem;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 1279px) {
  .commonPageTitle {
    background: url(../images/pc-middle.svg) no-repeat bottom center;
  }
}

@media screen and (max-width: 1100px) {
  .breakcump {
    max-width: 90%;
  }

  /* .uramcont {
    padding: 53px 0 10px 0;
} */
}

@media screen and (max-width: 1000px) {
  .thanks .body .bottom_text_area ul li .pc_only {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .uramcont {
    padding: 54px 0 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .commonPageTitle.PC {
    display: none;
  }

  .commonPageTitle.SP {
    display: block;
    background: url(../images/sp.svg) no-repeat bottom right;
    background-size: cover;
    height: 18rem;
    position: relative;
  }

  .commonPageTitle .inTitle {
    top: 46%;
    position: absolute;
    transform: translatey(-50%);
    padding-left: 2.6rem;
    left: 0;
  }

  .commonPageTitle .inTitle span {
    font-size: 2rem;
    padding: 0;
    line-height: 1.5;
  }

  .commonPageTitle .inTitle p {
    font-size: 1.6rem;
    padding: 0;
    line-height: 2.4rem;
  }

  .thanks .body {

      margin: 64px auto 200px;
  }

  .thanks .body .top_text_area {
    margin-top: 0;
    height: 120px;
    border-bottom: solid 1px #E5E5E5;
  }

  .thanks .body .bottom_text_area ul {
  /* height: 140px; */
  padding: 20px 24px;
  }

  .thanks .body .top_text_area .top_text .sp_only{
    display: block;
  }

  .thanks .body .top_text_area .top_text {
    font-size: 24px;
  }

  .thanks .body .top_text_area .top_text .sp_only{
    display: block;
  }

  .thanks .body .bottom_text_area {
    margin: 6.2% 0;
  }

  .thanks .body .bottom_text_area ul li .pc_only {
    display: none;
  }

  .thanks .body a {
    width: 100%;
    max-width: 327px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .thanks .body a p {
    padding-left: 0;
  }

}

@media screen and (max-width: 640px) {
  .breakcump {
    padding: 1.5rem 1.4rem;
    /* max-width: 32.7rem; */
    height: 5.2rem;
    margin-top: -2.5rem;
    overflow-y: scroll;
    white-space: nowrap;
  }
  .breakcump ul {
    column-gap: 1.7rem;
  }
  .breakcump ul li {
    padding-right: 0;
  }
}

@keyframes iconMove {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  50.0% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }

  50.1% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
