@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&family=Inter:wght@200;500;700&display=swap');
html,body{
  font-family: 'Inter' ,'Noto Sans JP', 'Hiragino Sans' , 'ヒラギノ角ゴ ProN', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, '游ゴシック Medium', YuGothic, YuGothicM, sans-serif;
  font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #0D141C;
	line-height: 1.8;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}
a{
  color: #0D141C;
  transition: opacity 0.3s, color 0.3s;
}
a:hover{ opacity: 0.7; }
img,picture{
	max-width: 100%;
	display: block;
}
.overflow{ overflow: hidden; }

.big{ font-size: 120%; }
.blue{ color: #0076c1; }
.yellow{ color: #fff200; }
.maker{ background: linear-gradient(to bottom,transparent 75%,#fff200 75%); }


.nav{
  width: 100%;
  height: 8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav a.logo{
  display: block;
  width: 15rem;
  margin: 0 auto 0 3rem;
  position: relative;
  z-index: 2;
}
.nav a.logo.bl{
  display: none;
}
.nav ul.nav-li{
  display: flex;
  justify-content: flex-end;
}
.nav ul.nav-li li{
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 4rem;
}
.nav ul.nav-li li a{
  color: #0D141C;
}
.nav a.nav-btn{
  display: block;
  width: 17.5rem;
  filter: drop-shadow(0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.2));
  margin-right: 3rem;
}
@media (max-width: 1300px){
.nav a.logo{
  margin: 0 auto 0 2.5rem;
}
.nav ul.nav-li{
  margin-right: 0.5rem;
}
.nav ul.nav-li li{
  margin-right: 2.5rem;
}
.nav a.nav-btn{
  margin-right: 2.5rem;
}
}


/* nav付加クラス　*/
.nav.transform{
  position: fixed;
  animation: nav-anime 0.3s;
  background: #FFF;
}
.nav.transform a.logo{ display: none; }
.nav.transform a.logo.bl{ display: block; }
.nav.transform ul.nav-li li a{ color: #0D141C; }

@keyframes nav-anime {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}


.fv{
  background: url(../images/fv-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 4rem 0 4.8rem;
  font-weight:normal;
}
.fv h1 img{
  width: 80rem;
  margin: 0 auto;
  padding:0 2rem;
}
.fv h2 img{
  width: 119rem;
  margin: 0 auto;
  padding:0 2rem 1rem;
}

.ttl{
  font-size: 4.2rem;
  line-height: 1.4;
  margin: 4.6rem 0 2rem;
  text-align: left;
}



/* --- READY 最終調整スタイル --- */
.ready-check-section {
    max-width: 900px;
    margin: 6rem auto 4rem;
    padding: 0px;
    text-align: center;
}

.ready-terms-container {
    margin: 0 auto 2rem;
    text-align: left;
}
.terms-label {
    font-size: 1.4rem;
    color: #888;
    margin-bottom: 1rem;
}
.terms-scroll-area {
    height: 180px;
    overflow-y: scroll;
    border: 1px solid #dedede;
    padding: 12px;
    font-size: 1.4rem;
    color: #1a1a1a;
    line-height: 1.6;
}
.terms-scroll-area p {
    margin-bottom: 1em;
}
/* スクロールバーのカスタマイズ（任意） */
.terms-scroll-area::-webkit-scrollbar {
    width: 6px;
}
.terms-scroll-area::-webkit-scrollbar-thumb {
    background: #444;
}



.ready-check-title {
    font-size: 1.4rem;
    color: #888;
    margin-bottom: 3rem;
    letter-spacing: 0.2em;
}

.check-list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; /* 項目間の余白 */
}

/* チェックボックスラベル全体 */
.ready-checkbox-label {
    display: block;
    position: relative;
    cursor: pointer;
    text-align: left;
    width: 100%;
    max-width: 480px;
}

/* 実際のinputは隠す */
.ready-checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* テキスト部分と外枠の土台 */
.ready-checkbox-text {
    display: inline-block;
    padding-left: 2em; /* チェックボックス分の隙間 */
    line-height: 1.3em;
    font-size: 2.4rem; /* PCでの迫力あるサイズ */
    font-weight: 700;
    position: relative;
}

/* 外枠（白い四角） */
.ready-checkbox-text::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1.4em;
    height: 1.4em;
    background: #ddd; /* デフォルト白背景 */
    border-radius: 0.14em;
    box-sizing: border-box;
    transition: background 0.2s;
}

/* チェックが入った時の外枠の背景（黒く沈ませる） */
.ready-checkbox-input:checked + .ready-checkbox-text::before {
    background: #36B100;
}

/* L字のチェックマーク（チェックが入った時だけ出現） */
.ready-checkbox-input:checked + .ready-checkbox-text::after {
    content: "";
    display: block;
    position: absolute;
    top: 43%; /* L字の縦位置微調整 */
    left: 0.48em; /* L字の横位置微調整 */
    width: 0.28em;
    height: 0.5em;
    border-right: 3px solid #fff; /* 線の太さ */
    border-bottom: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    z-index: 2;
}

/* スマホ用レスポンシブ */
@media (max-width: 768px) {
    .ready-checkbox-text { font-size: 1.6rem; }
    .ready-check-section { margin: 40px auto 24px; }
}

/* CTAボタン */
.ready-cta-button {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    padding: 25px;
    background: #36B100;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.8rem;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 4rem;
}

.ready-cta-button.disabled {
    background: #999;
    color: #f1f1f1;
    pointer-events: none;
    opacity: 0.5;
}

.micro-text {
    color: #666;
    margin-top: 1rem;
    font-size:1.2rem;
}



/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  width: 4rem;
  height: 4rem;
  background: #0D141C;
}
#pagetop a img {
  width: 1.6rem;
  margin-top: -0.2rem;
}

/* 自動文字スライド */
.slide-bg {
  overflow: hidden;
  white-space: nowrap;
}
.slide-inner {
  display: inline-flex;
  animation: slideLoop 45s linear infinite;
}
.slide-inner span {
  display: inline-block;
  font-size: 160px;
  line-height:1;
  font-weight: 700;
  padding-right: 4rem;
  color: rgba(0,0,0,0.05);
}
@keyframes slideLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px){
  .slide-inner span {
  font-size: 80px;
  line-height:1;
  color: rgba(0,0,0,0.05);
  font-family: 'Inter' ,'Noto Sans JP', 'Hiragino Sans' , 'ヒラギノ角ゴ ProN', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, '游ゴシック Medium', YuGothic, YuGothicM, sans-serif;
  }
}

/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.8rem; }

.content{
  width: 100%;
  max-width: 90rem;
  padding: 0 4rem;
  margin: 0 auto;
}

footer a{font-size: 1.2rem;opacity:0.7;text-align: center; }
footer .copy{
  margin: 1rem 0 3rem;
  text-align: center;
  opacity:0.7;
  font-size: 1.2rem;
}


/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1160px){

html{ font-size: 0.862vw; }




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.6vw; }
body{ font-size: 1.6rem; }

.content{
	width: 100%;
	padding: 0 2rem;
}


.nav{
  height: 5rem;
}
.nav a.logo{
  width: 14rem;
  margin: 0 auto 0 1.2rem;
}


#nav-open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  margin-left: auto;
  position: relative;
  z-index: 4;
}
#nav-open span,#nav-open span:before,#nav-open span:after {
  content: "";
  display: block;
  background: #36B100;
  height: 1px;
  width: 2.4rem;
  position: absolute;
  transition: .3s ease-in-out;
}
#nav-open span{
  transition: background 0s .15s;
}
#nav-open span:before {
  bottom: 0.6rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s, background .3s;
}
#nav-open span:after {
  bottom: -0.6rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s, background .3s;
}

#nav-bg {
  width: 100%;
  height: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
#nav-content {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  transform: translateX(100%);
  transition: transform .3s;
}
#nav-bg::before,
#nav-content::before{
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
}
/* バー非表示 Chrome・Safari用 */
#nav-bg::-webkit-scrollbar,
#nav-content::-webkit-scrollbar{
  display: none;
}
#nav-bg.active {
  opacity: 0.3;
  pointer-events: inherit;
}
#nav-content.active {
  transform: translateX(0);
}
#nav-open.active span {
  background: transparent;
}
#nav-open.active span:before {
  background: #0D141C;
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom .15s, transform .15s .15s, background .3s;
}
#nav-open.active span:after {
  background: #0D141C;
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom .15s, transform .15s .15s, background .3s;
}


/* nav付加クラス　*/
.nav.transform #nav-open span,
.nav.transform #nav-open span:before,
.nav.transform #nav-open span:after {
  background: #0D141C;
}
.nav.transform #nav-open.active span {
  background: transparent;
}
.nav.transform #nav-open.active span:before {
  background: #0D141C;
}
.nav.transform #nav-open.active span:after {
  background: #0D141C;
}


#nav-content .content{
  /* display: flex; */
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 4rem 2rem;
}
ul.sp-nav-li{
  width: 100%;
  border-top: 1px solid #dedede;
}
ul.sp-nav-li li{
  border-bottom: 1px solid #dedede;
}
ul.sp-nav-li li a{
  display: block;
  padding: 1em 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0D141C;
  position: relative;
}
ul.sp-nav-li li a::before{
  content: "";
  display: block;
  width: 0.9rem;
  height: 100%;
  background: url(../images/sp/arrow-btm.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.7rem;
  top: 0;
}


.fv{
  background: url(../images/sp/fv-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 4rem 0 2rem;
}
.fv h1 img{
  width: 100%;
  margin: 0;
  padding: 0;
  transform: translateX(0);
}
.fv h2 img{
  width: 100%;
  margin:0rem auto 0rem;
  padding:0 2rem 0rem;
}

.ttl{
  font-size: 2.4rem;
  margin: 4rem 0 1.6rem;
}

.checkbox{
  margin: 1.5rem 0 3rem;
}
.checkbox input[type=checkbox] + span{
  font-size: 2rem;
}



footer{
  font-size: 1.2rem;
  padding: 2.5rem 0;
}
footer a{ font-size: 1.2rem;opacity:0.7;text-align: center; }
footer .copy{
  margin-top: 1em;
  text-align: center;
  opacity:0.7;
}


#loading img {
  width: 24rem;
}


#fl-btn {
  display: none;
  width: 100%;
  padding-bottom: 1rem;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 997;
}
#fl-btn a {
  display: block;
  width: 90%;
  margin: 0 auto;
  filter: drop-shadow(0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.2));
}

.ready-check-title {
    font-size: 1.6rem;
    color: #888;
    margin-bottom: 3rem;
    letter-spacing: 0.1em;
}

.check-list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; /* 項目間の余白 */
}

.terms-label {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    text-align: center;
}

/* CTAボタン */
.ready-cta-button {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    padding: 25px;
    background: #36B100;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.8rem;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 2.4rem;
}

.micro-text {
    font-size:1.4rem;
}


}/*　スマホここまで */