@charset "UTF-8";
/* stylesheet */
/*------------------------------------------------------

    BASE

------------------------------------------------------*/
body {
  background-image: url("images/BG_BG.jpg");
  background-size: 100%;
  color: #333;
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  word-wrap: break-word;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
}

main {
  margin-top: -30px;
  padding: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

a {
  display: block;
  text-decoration: none;
}

a:link{
	color:#000;
}

.container {
  background-color: #fff;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}


.btn_a {
  position: absolute;
  bottom: 14.4%; 
  left: 50%;
  transform: translateX(-50%);
  width: 88%; 
  z-index: 2;
}


/*-------------------------------------------------

    ANIMATION

-------------------------------------------------*/
/* zoom out */
.zoom-out {
  opacity: 0;
  animation: zoomout 0.6s ease-in-out 0.4s both;
}

@keyframes zoomout {
  0% {
    opacity: 0;
    transform: scale(6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* fade up */
.fade-up {
  opacity: 0;
  animation: fadeup 0.4s linear 0s both;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* bound */
.bound {
  opacity: 0;
  animation: bound 0.8s ease-in-out 1s both;
}

@keyframes bound {
  0% {
    opacity: 0;
    transform: scale(2);
  }
  70% {
    opacity: 1;
    transform: scale(1);
  }
  85% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* bigSmall */
.bigSmall {
  animation: bigSmall 0.3s infinite alternate;
}

@keyframes bigSmall {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.92);
  }
}
/* upDown */
.upDown {
  animation: upDown 0.3s infinite alternate;
}

@keyframes upDown {
  0% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* DISPLAY*/
/* fade-up */
.display.display_fade-up.animation {
  opacity: 0;
  transform: translateY(100px);
  animation: displayFadeUp 0.4s linear 0.8s both;
}

@keyframes displayFadeUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* DISPLAY*/
/* zoom-out */
.display.display_zoom-out.animation {
  opacity: 0;
  animation: displayZoomOut 0.6s ease-in-out 0.8s both;
}

@keyframes displayZoomOut {
  0% {
    opacity: 0;
    transform: scale(6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* DISPLAY*/
/* zoom-in */
.display.display_zoom-in.animation {
  opacity: 0;
  transform: translateY(100px);
  animation: displayZoomIn 0.4s linear 0.8s both;
}

@keyframes displayZoomIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* DISPLAY*/
/* fade-down */
.display.display_fade-down.animation {
  opacity: 0;
  transform: translateY(100px);
  animation: displayFadeDown 0.4s linear 0.8s both;
}

@keyframes displayFadeDown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* DISPLAY*/
/* slide-left */
.display.display_slide-left.animation {
  opacity: 0;
  transform: translateX(100px);
  animation: displaySlideLeft 0.4s linear 0.4s both;
}

@keyframes displaySlideLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*-------------------------------------------------

    HEADER

-------------------------------------------------*/
header {
  position: relative;
  background-image: url(images/hero-bg01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
header img.bg {
  padding: 0% 0;
}
header .inner {
  position: absolute;
  top: 37.8%;
  left: 50.6%;
  transform: translate(-50%, -50%);
  width: 94.4%;
}
header .inner h1.site-title img.subtitle {
  width: 86%;
  margin: 0 auto;
}
header img.fukidashi01,
header img.fukidashi02,
header img.item01,
header img.item02 {
  position: absolute;
}
header img.fukidashi01 {
  top: 57.8%;
  left: 6%;
  width: 88%;
}
header img.fukidashi02 {
  top: 28%;
  right: 57.4%;
  width: 35.4%;
  animation: fadeup 0.5s linear 0.2s both;
}
header img.item01 {
  bottom: 0%;
  left: 2%;
  width: 45%;
}
header img.item02 {
  bottom: -7%;
  right: 1%;
  width: 58%;
  animation: bound 0.8s ease-in-out 1.8s both;
}

/*-------------------------------------------------

    CV BTN

-------------------------------------------------*/
.cv .section__title {
  position: relative;
}
.cv .section__title h2 {
  position: sticky;
  z-index: 1;
  width: 76%;
  margin: 0 auto;
}
.cv .section__title img.arrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 40%;
}
.cv .section__contents {
  position: relative;
  padding: 6% 5%;
}
.cv .section__contents a {
  position: sticky;
  z-index: 1;
}
.cv .section__contents a img {
  width: 98%;
  margin: 0 auto;
  position: sticky;
  z-index: 1;
}
.cv .section__contents img.effect {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#cv01 {
  padding: 1% 0;
}

#cv02 {
  padding: 0% 0 0%;
  margin-bottom: -8%;
}

#cv03 {
  padding: 0 0 1%;
}

/*-------------------------------------------------

    INFO

-------------------------------------------------*/
#info {
  background-image: url("images/info-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 4% 2%;
}
#info .inner {
  background-image: url("images/frame.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10% 0 11%;
}
#info .inner .section__title {
  text-align: center;
}
#info .inner .section__title h2 {
  width: 82%;
  margin: 0 auto;
}
#info .inner .section__contents {
  margin: 5% 0 0;
}
#info .inner .section__contents ul {
  margin: 0 auto;
  padding: 0;
  width: 85%;
}

/*-------------------------------------------------

    REPORT

-------------------------------------------------*/
#report .section__title {
  background-image: url("images/report-title-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 0 2%;
  padding: 6% 0 0;
}
#report .section__title p {
  width: 60%;
  margin: 0 auto;
}
#report .section__title h2 {
  width: 94%;
  margin: -2% auto 0;
}
#report .section__contents img:last-child {
  margin: 2% 0;
}

/*-------------------------------------------------

    PR

-------------------------------------------------*/
#pr {
  background-image: url("images/pr-bg.jpg");
  padding: 3% 10%;
  background-size: 100%;
}
#pr .inner h2 {
  width: 60%;
  margin: 0 auto;
}
#pr .inner h3 {
  width: 100%;
  margin: 2% auto 0;
}
#pr .inner p.txt01 {
  width: 100%;
  margin: 5% auto;
}
#pr .inner p.txt02 {
  width: 94%;
}


/*--------------------------------------
    PR2（背景にボタンを被せる 
--------------------------------------*/

#pr2 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* 背景画像（料金表） */
#pr2 .pr2-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}


#pr2 .pr2-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  bottom: 40px;  
  z-index: 10;
}

#pr2 .pr2-btn img {
  width: 100%;
  height: auto;
  display: block;
}

/* SP 調整（もう少し下に下げる） */
@media screen and (max-width: 768px) {
  #pr2 .pr2-btn {
    width: 90%;   
    bottom: 12px;     
  }
}




/*-------------------------------------------------

    WORRIES

-------------------------------------------------*/
#worries {
  background-image: url("images/worries-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 8% 2% 4%;
}
#worries .section__contents .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 4% 0;
  padding: 0 6%;
}
#worries .section__contents .inner .item {
  width: 45%;
  padding: 2% 0;
}
#worries .section__contents .inner .item:nth-child(1) {
  animation: displayZoomIn 0.4s linear 0s both;
}
#worries .section__contents .inner .item:nth-child(2) {
  animation: displayZoomIn 0.4s linear 0.6s both;
}
#worries .section__contents .inner .item:nth-child(3) {
  animation: displayZoomIn 0.4s linear 1.2s both;
}
#worries .section__contents .inner .item:nth-child(4) {
  animation: displayZoomIn 0.4s linear 1.8s both;
}
#worries .section__contents img.worries-arrow {
  width: 10%;
  margin: 0 auto;
}
#worries .section__contents img#worries-arrow01 {
  margin-bottom: -2%;
}
#worries .section__contents img#worries-arrow02 {
  margin-top: -2%;
}
#worries .section__contents .worries-txt {
  width: 93%;
  margin: 1% auto 0;
}

/*-------------------------------------------------

    WHY1

-------------------------------------------------*/
#why1 {
  margin-top: -1px;
  background-image: url("images/why1-bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;        /* 縦横比を維持 */
  background-position: top center;
  width: 100%;
  height: 0;
  padding-top: calc(100% * 2.54);  /* 横幅に応じた高さ */
  position: relative;
}

#why1 .section__contents {
  position: relative;
}

/* スクロールボックス位置を背景下端から比率で固定 */
.scroll-box-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 722px;
  max-width: 90vw;
  bottom: calc(150 / 2032 * 100%); /* PC: 背景高さ 2032px に対して150px下 */
}

@media screen and (min-width: 769px) {
  .scroll-box-wrapper {
    bottom: calc(150 / 2032 * 100% + 150px); /* 200px分上に上げる */
  }
}

@media screen and (max-width: 768px) {
  .scroll-box-wrapper {
    width: 90vw;
    bottom: calc((150 / 2032) * 100vw * 2.54); /* SP: 横幅に応じた比率で下端固定 */
  }
}

.scroll-box {
  width: 100%;
  height: 922px; /* PC固定 */
  max-height: none;
  overflow-y: auto;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .scroll-box {
    aspect-ratio: 722 / 922;  /* SP: 横幅比率で高さ自動 */
    height: auto;
  }
}

/* スクロールできますインジケータ */
.scroll-indicator {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: rgba(0,0,0,0.6);
  padding: 6px 16px;
  border-radius: 16px;
  pointer-events: none;
  user-select: none;
  animation: bounce 1.5s infinite;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .scroll-indicator {
    font-size: 14px;
    max-width: 90vw;
  }
}

@keyframes bounce {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/*-------------------------------------------------

    WHY2

-------------------------------------------------*/
#why2 {
  background-image: url("images/why2-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  padding-top: 394%;
  position: relative;
  overflow: hidden;
}

#why2 .section__contents0 {
  position: absolute;
  top: 1%; /* ←ここを好きに調整して、画像だけ下に下げる */
  width: 100%;
  text-align: center;
  z-index: 10;
}
#why2 .section__contents2 {
  position: absolute;
  top: 56.2%; /* ←ここを好きに調整して、画像だけ下に下げる */
  width: 100%;
  text-align: center;
  z-index: 10;
}

#why2 .section__title {
  padding: 4% 4% 5%;
}
#why2 .section__title h3 {
  width: 98%;
  margin: 4% auto 2%;
}
#why2 .section__title p {
  width: 80%;
  margin: 0 auto;
}
#why2 .section__contents {
  display: flex;
  flex-direction: column;
  padding: 69% 0 7.9%;
}

#why2 .section__contents .item {
  padding: 2% 4%;
}

/*-------------------------------------------------

    WHY3

-------------------------------------------------*/
#why3 {
  background-image: url("images/why3-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  padding-top: 186%;
  position: relative;
  overflow: hidden;
}


#why3 .section__contents0 {
  position: absolute;
  top: 6%; /* ←ここを好きに調整して、画像だけ下に下げる */
  width: 100%;
  text-align: center;
  z-index: 10;
}


/*-------------------------------------------------

    WHY4

-------------------------------------------------*/
#why4 {
  background-image: url("images/why4-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  padding-top: 409.5%;
  position: relative;
  overflow: hidden;
}

#why4 .section__contents0 {
  position: absolute;
  top: 3.8%; /* ←ここを好きに調整して、画像だけ下に下げる */
  width: 100%;
  text-align: center;
  z-index: 10;
}

/*-------------------------------------------------

    WHY

-------------------------------------------------*/
#why {
  background-image: url("images/why-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
#why .section__title {
  padding: 4% 4% 5%;
}
#why .section__title h3 {
  width: 98%;
  margin: 4% auto 2%;
}
#why .section__title p {
  width: 80%;
  margin: 0 auto;
}
#why .section__contents {
  display: flex;
  flex-direction: column;
  padding: 0 0 7%;
}
#why .section__contents .item {
  padding: 2% 4%;
}

/*-------------------------------------------------

    STEP

-------------------------------------------------*/
#step {
  margin: 0 auto; /* ← マイナスマージンやめる */
  height: auto;   /* ← 固定高さをやめて画像に合わせる */
  background-image: url("images/step-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 200%; /* スマホなどで高さ確保したい場合 */
}

#step .section__contents {
  position: relative;
}

/* スマホ対応 */
@media (max-width: 800px) {
  #step {
    width: 100%;
    height: auto;
    background-size: cover; 
    background-position: center top;
  }
}

#step .section__contents .inner {
  position: absolute;
  top: 60%; /* ここを調整 */
  left: 6px;
  width: 140%;
  padding: 0 5%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-109%); 
  z-index: 2;
}

#step .section__contents .inner .item {
  position: relative;
  width: 42%;
}


#step .section__contents .inner .item img.step-arrow {
  position: absolute;
  top: 43%;
  right: -19%;
  transform: translate(0, -50%);
  width: 41%;
  z-index: 1;
}
#step .section__contents .inner .item:nth-child(1) img {
  animation: displaySlideLeft 0.4s linear 1.4s both;
}
#step .section__contents .inner .item:nth-child(2) img {
  animation: displaySlideLeft 0.4s linear 3s both;
}
#step .section__contents .inner .item:nth-child(3) img {
  animation: displaySlideLeft 0.4s linear 3.6s both;
}
#step .section__contents img.step-txt {
  padding: 3% 5% 5%;
}
#step .section__contents img.step-object {
  width: 80%;
  margin: 0 auto;
}

#step .section__contents .inner .item {
  width: auto; /* 共通設定をリセット */
  align-self: flex-start; /* 左揃え */
  margin-bottom: -26px; /* 縦間隔 */
}

#step .section__contents .inner .step01 img {
  width: 100%;
  height: auto;
}

#step .section__contents .inner .step02 img {
  width: 100%;
  max-width: 708px;
  height: auto;
}

#step .section__contents .inner .step03 img {
	width: 100%;
	margin-left: -3px;
  }

@media (max-width: 768px) {
  #step .section__contents .inner {
    top: 60%;      /* 位置調整 */
    left: 78%;     /* 真ん中寄せ */
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transform: translate(-50%, -110%); /* 真ん中寄せに合わせて調整 */
    z-index: 2;
  }

  #step .section__contents .inner .item {
    margin-bottom: -16px;
    right: 8px;
  }

  #step .section__contents .inner .step01 img{
    width: 50%;        /* 親に合わせる */
    max-width: none;
    height: auto;
  }
  #step .section__contents .inner .step02 img {
    width: 63%;        /* 親に合わせる */
    max-width: none;
    height: auto;
  }
}

@media (min-width: 769px) { /* PC表示用 */
  #step .step01 img {
    position: relative;
    left: 25px; /* ←ここを数値で調整 */
  }
}

@media (max-width: 768px) {
  #step .section__contents .inner .step03 img {
    width: 65%;
    max-width: none;
    height: auto;
	margin-left: -6px;
  }
}


/*--------------------------------------

	SECTION | QA

--------------------------------------*/
section#qa{
  background-color: #fff;
  padding-top: 30px ;
}
section#qa .section-inner{
  width: 100%;
  background-color: #b0b0b0;
}

img.qa-title{
  width: 50%;
}

.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 0;
    cursor: pointer;
    border-bottom: 1px solid #6a6a6a;
    text-align: left;
}
.qa-list dl:first-child {
    border-top: 1px solid #6a6a6a;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 20px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
    line-height: 1.5;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
	color: #fff;
}

@media screen and (max-width: 767px) {
  .qa-list dl {
      position: relative;
      padding: 15px 40px 15px 0;
  }
  .qa-list dl::before {
      top: 20px;
      right: 20px;
      width: 7px;
      height: 7px;
  }
  .qa-list dl dt {
      padding: 0 0 0 20px;
      font-size: 12.6px;
      line-height: 1.2;
	  font-weight: 700;
  }
  .qa-list dl dd {
      margin: 10px 0 0;
      padding: 0 0 0 20px;
      font-size: 11px;
  }
  .qa-list dl dd p {
      margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child{
      margin-top: 0;
  }
}






/*------------------------------------------------------

    FOOTER

------------------------------------------------------*/
footer {
  padding: 20px 20px 5%;
  text-align: center;
}
footer p#copyright {
  color: #000;
}




/*-------------------------------------------------

    LINE

-------------------------------------------------*/
#line {
  position: fixed;
  z-index: 999;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#line a img.fukidashi {
  width: 60%;
  margin: 0 auto -4%;
  position: sticky;
}

#line.active {
  opacity: 1;
}

@media (max-width: 800px) {
    footer p#copyright {
    font-size: 2.5vw;
	}
#pr2 .inner h3 {
  width: 120%;
  margin: 2% 0% 35% -10%;
}
  }/*# sourceMappingURL=style.css.map */


/*--------------------------------------

    ENTRY FORM PAGE

--------------------------------------*/

/* ロゴエリア */
.logo-area {
  padding: 24px 5% 10px;
  text-align: center;
}
.logo-area .logo-img {
  width: auto;
  max-width: 260px;
  margin: 0 auto;
}

/* 申し込みセクション */
#entry {
  background-color: #fff;
  padding: 30px 6% 60px;
}

.entry-contents {
  max-width: 720px;
  margin: 0 auto;
}

.entry-lead {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 28px;
}

.entry-heading {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 6px;
  border-left: 4px solid #333;
  padding-left: 10px;
}

.entry-plan {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 24px;
}

/* フォーム本体 */
.entry-form {
  margin-top: 10px;
}

.entry-row {
  margin-bottom: 18px;
}

.entry-label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}

.entry-input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 15px;
  font-family: inherit;
}

/* ボタン */
.entry-submit {
  margin-top: 28px;
  text-align: center;
}

.entry-btn {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding: 14px 10px;
  border: none;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #333;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.1s ease;
}

.entry-btn:hover {
  opacity: 0.85;
  transform: translateY(1px);
}

/* SP調整 */
@media screen and (max-width: 767px) {
  #entry {
    padding: 24px 5% 40px;
  }

  .entry-lead {
    font-size: 14px;
    text-align: left;
  }

  .entry-heading {
    font-size: 18px;
  }

  .entry-plan {
    font-size: 14px;
  }

  .entry-label {
    font-size: 14px;
  }

  .entry-input {
    font-size: 14px;
  }

  .entry-btn {
    font-size: 14px;
  }
}

/* ボタン */
.entry-submit {
  margin-top: 40px; /* ← フォームとの距離を広げる（28px → 40px） */
  text-align: center;
}

.entry-btn {
  display: inline-block;
  width: 100%;
  max-width: 360px; /* ← 大きく */
  padding: 18px 10px; /* ← 高さもアップ */
  border: none;
  border-radius: 999px;
  font-size: 17px; /* ← テキストも少し大きく */
  font-weight: 700;
  color: #fff;

  background: #0f719d; /* ← 指定色に変更 */

  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.1s ease;
}

.entry-btn:hover {
  opacity: 0.85;
  transform: translateY(1px);
}

/* SP調整 */
@media screen and (max-width: 767px) {
  .entry-submit {
    margin-top: 32px;
  }

  .entry-btn {
    max-width: 100%;
    padding: 16px 10px;
    font-size: 15px;
  }
}

/*--------------------------------------
  ロゴ画像サイズ調整（PC 2.5倍 / SP 1.25倍）
--------------------------------------*/

/* 基本サイズ（まず現状の max-width:260px の 2.5倍 = 約650px に） */
.logo-area .logo-img {
  max-width: 650px; /* ← PC時 2.5倍 */
}

/* スマホ時のサイズ（1.25倍：260px × 1.25 = 約325px） */
@media screen and (max-width: 767px) {
  .logo-area .logo-img {
    max-width: 325px; /* ← SP 1.25倍 */
  }
}

/*--------------------------------------

    THANKS PAGE

--------------------------------------*/

#thx {
  background-color: #fff;
  padding: 40px 6% 80px;  /* 全体の余白たっぷり */
}

.thx-inner {
  max-width: 720px;
  margin: 0 auto;
}

/* タイトル（「お申し込みありがとうございます。」） */
.thx-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 36px;      /* タイトル下の余白広め */
  text-align: center;
}

/* グレー＆2倍サイズの「お支払い方法」 */
.thx-block {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 32px 24px 44px;  /* ボックス内もゆとり多め */
}

.thx-heading {
  font-size: 36px;       /* 18px → 36px（2倍） */
  font-weight: 700;
  margin: 0 0 30px;
  color: #666;           /* グレー */
  text-align: center;
}

/* 説明テキスト類 */
.thx-note,
.thx-text {
  font-size: 14px;
  line-height: 1.9;
  margin: 22px 0 0;
}

/* ボタンまわり共通 */
.thx-btn-wrap {
  margin: 30px 0 10px;   /* テキスト → ボタン間の余白をかなり広めに */
  text-align: center;
}

.thx-btn {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  padding: 16px 10px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;                 /* テキスト白 */
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.3s ease, transform 0.1s ease;
}

/* クレジット決済ボタン */
.thx-btn--credit {
  background-color: #0f719d;
}

/* LINEボタン（LINEの緑） */
.thx-btn--line {
  background-color: #06C755;
}

.thx-btn:hover {
  opacity: 0.85;
  transform: translateY(1px);
}

.thx-btn-wrap--line {
  margin-top: 32px;  /* クレジットボタンとの間隔も余裕持たせる */
}

/* ボタンのテキストは絶対白 */
.thx-btn,
.thx-btn--credit,
.thx-btn--line {
  color: #fff !important;
}

/* PC表示時：テキスト類を中央揃え */
@media screen and (min-width: 768px) {
  .thx-inner,
  .thx-block,
  .thx-note,
  .thx-text {
    text-align: center;
  }

  .thx-heading {
    /* PCでは左線なし＆センター */
    border-left: none;
    padding-left: 0;
  }
}

/* SP調整 */
@media screen and (max-width: 767px) {
  #thx {
    padding: 28px 5% 50px;
  }

  .thx-title {
    font-size: 20px;
    margin-bottom: 28px;
  }

  .thx-heading {
    font-size: 26px;  /* SPは少し控えめに */
    margin-bottom: 24px;
  }

  .thx-note,
  .thx-text {
    font-size: 13px;
    line-height: 1.8;
  }

  .thx-btn {
    max-width: 100%;
    font-size: 14px;
  }
}


