@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: justify;
  margin: 0 auto;
  text-align: left;
  line-height: 1.8;
  word-break: break-word;
}

p {
  font-size: 1.6rem;
  font-weight: 500;
}

span {
  display: inline-block;
}

img {
  display: inline-block;
  width: 100%;
}

a {
  display: inline-block;
  cursor: pointer;
}

a:hover {
  opacity: 0.6;
}

section {
  position: relative;
}

.sp {
  display: none!important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block!important;
  }
  .pc {
    display: none!important;
  }
}

/**********************************************************
    
  header 

 **********************************************************/

header {
  position: fixed;
  width: 100%;
  height: 72px;
  padding: 0 26px;
  background-color: #FFF;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}

.logo a {
  display: block;
  width: 204px;
}

.header_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_nav_list {
  font-size: 1.6rem;
  font-weight: bold;
  color: #D67D47;
  margin-left: 30px;
}

.header_btn a {
  width: 180px;
}

.hamburger_menu {
  display: none;
}

@media screen and (max-width: 1130px) {
  .header_nav_list {
    font-size: 1.4rem;
    font-weight: bold;
    color: #D67D47;
    margin-left: 20px;
  }
}

@media screen and (max-width: 1000px) {
  /* header {
    height: 14.9vw;
  } */
  .header_nav {
    display: none;
  }
  
  .hamburger_menu {
    display: block;
    width: 11.16vw;
    height: 14.90vw;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10001;
  }

  .hamburger_menu::before {
    position: absolute;
    content: "MENU";
    bottom: 1vw;
    left: 0;
    right: 0;
    font-size: 1.851vw;
    color: #636363;
    text-align: center;
  }
  
  .menu_btn {
    display: block;
    width: 11.16vw;
    height: 14.90vw;
    z-index: 10001;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
  }
  .menu_btn span,
  .menu_btn span:before,
  .menu_btn span:after {
    content: '';
    display: block;
    height: 0.648vw;
    width: 6.574vw;
    background-color: #636363;
    position: absolute;
    margin: auto;
    z-index: 81;
    /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5); */
  }

  .menu_btn span {
    top: 5vw;
    right: 2.5vw;
  }
  
  .menu_btn span:before {
    top: 2vw;
  }
  .menu_btn span::after {
    top: 4vw;
  }
  #menu_btn_check:checked ~ .menu_btn span::after {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu_btn_check:checked ~ .menu_btn span {
    top: 7vw;
    transform: rotate(45deg);
    background-color: #636363;
  }
  
  #menu_btn_check:checked ~ .menu_btn span::before {
    top: 0;
    transform: rotate(-90deg);
    background-color: #636363;
  }
  
  #menu_btn_check {
    display: none;
  }
  
  .menu_content {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 10000;
    background-color: #FFF;
    transition: all 0.5s;
  }
  
  .menu_content > ul {
    margin-top: 15%;
  }
  
  .menu_content ul li {
    list-style: none;
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
  }
  
  .menu_content ul li > a {
    display: inline-block;
    font-size: 1.6rem;
    box-sizing: border-box;
    color:#ED751C;
    text-decoration: none;
    font-weight: 600;
    line-height: 16px;
    padding: 0;
  }
  .menu_content ul .header_btn {
    text-align: center;
  }
  .menu_content ul .header_btn a {
    width: 80%;
    max-width: 500px;
    margin-left: 0;
  }
  
  #menu_btn_check:checked ~ .menu_content {
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .hamburger_menu {
    width: 72px;
    height: 72px;
  }

  .hamburger_menu::before {
    position: absolute;
    content: "MENU";
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    color: #636363;
    text-align: center;
  }
  
  .menu_btn {
    display: block;
    width: 72px;
    height: 72px;
    z-index: 10001;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
  }
  .menu_btn span {
    top: 20px;
    right: 11px;
  }
  .menu_btn span, .menu_btn span:before, .menu_btn span:after {
    height: 3px;
    width: 50px;
  }
  .menu_btn span:before {
    top: 10px;
  }
  .menu_btn span::after {
    top: 20px;
  }
  #menu_btn_check:checked ~ .menu_btn span {
    top: 32px;
  }
}

/**********************************************************
    
  main 

 **********************************************************/

main {
  margin-top: 72px;
}

.fv {
  position: relative;
}

.fv_btn {
  position: absolute;
  left: 4.166vw;
  bottom: 2.083vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.18vw;
}

.fv_btn .contact_btn {
  width: 18.75vw;
}

.fv_btn .line_btn {
  width: 19.86vw;
}

.slider_logo {
  padding: 30px 0 0 0;
}

.slider_logo .title {
  width: 50vw;
  margin: auto;
  margin-bottom: 1vw;
}

.logoSlide {
  width: 100%;
  height: 90px;
  background: url(../img/pc/slider_logo.webp) repeat-x 50%;
  background-size: auto 80%;
  animation: loop 120s linear infinite;
}

.logoSlide02 {
  width: 100%;
  height: 90px;
  background: url(../img/pc/slider_logo02.webp) repeat-x 50%;
  background-size: auto 80%;
  animation: loop02 120s linear infinite;
}

@keyframes loop {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -5144px 0;
  }
}
@keyframes loop02 {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 5188px 0;
  }
}
@keyframes loop03 {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -5372px 0;
  }
}

.cta {
  position: relative;
}

.cta_btn {
  width: 57.91vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4.861vw;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.18vw;
}

.cta_btn a {
  width: 27.15vw;
}

.feature .title {
  width: 60.27vw;
  margin: auto;
}

.feature .feature_item {
  width: 83.33vw;
  margin: 9.722vw auto;
}

.feature_item {
  position: relative;
}

.feature_item .video {
  position: absolute;
  width: 31.59vw;
  height: initial;
  bottom: 5vw;
  left: 10vw;
}

.roadmap {
  width: 79.86vw;
  margin: auto;
  position: relative;
}

.roadmap {
  margin-top: -20vw;
}

.review {
  position: relative;
  margin-top: -7vw;
}

.review .pc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11.11vw;
  width: 84.58vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  /* gap: 1.736vw; */
}

.review .pc img {
  width: calc((100% - 1.736vw * 2) / 3);
  width: calc(100% / 3);
}

.qa {
  background-color: #FFFCF5;
  padding: 6.944vw 0 10.41vw 0;
}

.qa .title {
  width: 26.66vw;
  margin: auto;
  margin-bottom: 3.819vw;
}

.accordion_header {
  position: relative;
  cursor: pointer;
  align-items: center;
}

.accordion_one {
  padding: 2.083vw;
  border-top: 3px solid #D9D9D9;
}

.accordion_one:last-child {
  border-bottom: 3px solid #D9D9D9;
}

.accordion_inner {
  display: none;
  margin-top: 1.111vw;
}

.qa_box {
  width: 72.91vw;
  margin: auto;
}

footer {
  background-color: #141414;
  padding: 2.083vw 2.777vw;
}

.footer_logo {
  width: 15vw;
}

.footer_nav {
  display: flex;
  justify-content: flex-end;
  gap: 5.208vw;
}

.footer_nav a {
  font-size: 1.388vw;
  color: #FFF;
  font-weight: bold;
}

.accordion_header::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 2vw;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 16px solid #c7c7c7;
  transform: rotate(180deg);
}

.open::after {
  transform: rotate(0);
}

@media screen and (max-width: 768px) {
  .sp.header_btn {
    position: fixed;
    width: 39.35vw;
    top: 1vw;
    right: 11.2vw;
    z-index: 100;
  }
  header {
    height: 14.90vw;
  }
  .logo a {
    width: 32.12vw;
  }
  main {
    margin-top: 14.90vw;
  }
  .slider_logo .title {
    width: 86.11vw;
    margin: auto;
    margin-bottom: 1vw;
  }
  .logoSlide {
    height: 50px;
    background: url(../img/sp/slider_logo_sp.webp) repeat-x 50%;
    animation: loop 180s linear infinite;
    background-size: auto 80%;
  }
  .logoSlide02 {
    height: 50px;
    background: url(../img/sp/slider_logo_sp02.webp) repeat-x 50%;
    animation: loop02 180s linear infinite;
    background-size: auto 80%;
  }
  .logoSlide03 {
    height: 50px;
    background: url(../img/sp/slider_logo_sp03.webp) repeat-x 50%;
    animation: loop03 180s linear infinite;
    background-size: auto 80%;
  }
  .fv_btn {
    position: initial;
    flex-direction: column;
    width: 92.59vw;
    margin: 5vw auto;
    gap: 5.185vw;
  }
  .fv_btn.sp {
    display: flex!important;
  }
  .cta_btn {
    position: initial;
    flex-direction: column;
    width: 100%;
    gap: 5.185vw;
    margin-top: 5vw;
  }
  .fv_btn .contact_btn,
  .fv_btn .line_btn,
  .cta_btn a {
    width: 100%;
  }
  .worry {
    position: relative;
  }

  .worry .sp {
    position: absolute;
    top: 75vw;
    left: 0;
    right: 0;
    width: 70.37vw;
    margin: auto;
  }
  .slide-arrow {
    bottom: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
  }
  .prev-arrow {
    border-bottom: 3.888vw solid #F5F5F5;
    border-left: 0;
    border-right: 6.666vw solid #D9D9D9;
    border-top: 3.888vw solid #F5F5F5;
    left: -10vw;
  }
  .next-arrow {
    border-bottom: 3.888vw solid #F5F5F5;
    border-left: 6.666vw solid #D9D9D9;
    border-right: 0;
    border-top: 3.888vw solid #F5F5F5;
    right: -10vw;
  }
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
  }
  .slick-dots li button,
  .slick-dots li {
    width: 3.333vw;
    height: 3.333vw;
  }
  .slick-dots li button:before {
    font-size: 3.333vw;
    line-height: 3.333vw;
    width: 3.333vw;
    height: 3.333vw;
    color: #D9D9D9;
  }
  .worry .slick-dots {
    bottom: -23vw;
  }
  .cta {
    width: 92.59vw;
    margin: 5vw auto;
  }
  .qa {
    background-color: #FFF;
    padding: 11.11vw 0 5vw 0;
  }
  .qa .title {
    width: 45.55vw;
    margin: auto;
    margin-bottom: 6.018vw;
  }
  .qa_box {
    width: 83.33vw;
    margin: auto;
  }
  .accordion_one {
    border-top: 0.277vw solid #D9D9D9;
    padding: 2.083vw 2.083vw 2.083vw 0;
  }
  .accordion_one:last-child {
    border-bottom: 0.277vw solid #D9D9D9;
  }
  .accordion_inner {
    margin-top: 3.796vw;
  }

  .feature {
    position: relative;
  }

  /* .feature_bg01,
  .feature_bg02,
  .feature_bg03 {
    margin-bottom:125vw;
  } */

  /* .feature .feature_box {
    position: absolute;
    top: 70vw;
  } */

  .feature .feature_item {
    width: 92.59vw;
  }

  .roadmap {
    position: relative;
    margin-top: 0;
    width: 100%;
  }
  .slider_roadmap {
    position: absolute;
    top: 75vw;
    left: 0;
    right: 0;
    width: 75vw;
    height: 90vw;
    margin: auto;
  }
  .slider_roadmap .prev-arrow {
    border-bottom: 3.888vw solid #FFF;
    border-left: 0;
    border-right: 6.666vw solid #D67D47;
    border-top: 3.888vw solid #FFF;
    left: -10vw;
  }
  .review {
    margin-top: 0;
  }
  .review .sp .prev-arrow {
    display: none!important;
    left: -5vw;
  }
  .review .sp .next-arrow {
    display: none!important;
    right: -5vw;
  }
  .review .sp {
    position: absolute;
    top: 30vw;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
  }
  footer {
    text-align: center;
    padding: 5.555vw 0 4.629vw 0;
  }
  .footer_logo {
    width: 32.12vw;
  }
  .footer_nav {
    flex-direction: column;
    gap: 0;
  }
  .footer_nav a {
    font-size: 3.148vw;
  }
  .accordion_header::after {
    right: -2.083vw;
    border-right: 2vw solid transparent;
    border-left: 2vw solid transparent;
    border-bottom: 3vw solid #c7c7c7;
  }
  .feature_item .video {
    position: absolute;
    width: 62vw;
    height: initial;
    left: 0;
    right: 0;
    margin: auto;
  }
  .feature01.video {
    bottom: 40vw;
  }
  .feature02.video {
    bottom: 38vw;
  }
  .feature03.video {
    bottom: 37vw;
  }
}

#worry,
#about,
#feature,
#roadmap,
#review,
#qa {
  position: absolute;
  top: -72px;
}

#roadmap {
  top: 80px;
}

@media screen and (max-width: 768px) {
  #worry,
  #about,
  #feature,
  #roadmap_sp,
  #review_sp,
  #qa {
    position: absolute;
    top: -14.90vw;
  }
}

.worry {
  background-color: #EBDDCC;
}

.worry02 {
  display: block;
  width: 83%;
  padding: 5vw 0;
  margin-left: 8vw;
}

@media screen and (max-width: 768px) {
  .worry {
    background-color: #FFF;
  }
  .worry02 {
    width: 93%;
    margin-left: 4vw;
  }
}

.feature {
  background-image: url(../img/pc/feature_bg.webp);
  background-repeat: repeat;
  background-position: top;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .feature {
    background-image: url(../img/sp/feature_bg02.webp);
  }
}


/* お問い合わせ */

:root{
  --bg:#FAF5EC;            
  --card:#ffffff;          
  --accent:#E86A2F;        
  --accent-d:#C9551F;      
  --danger:#E23D2E;        
  --muted:#A6A6A6;         
  --text:#2B2B2B;
  --input-bd:#E6E0D8;
  --input-bd-focus:#E5A98F;
  --radius:14px;
  --shadow:0 6px 20px rgba(0,0,0,.06);
  --container:900px;
}

body {
  color:var(--text);
  /* background:var(--bg); */
  line-height:1.7;
}

.wrap{
  max-width:var(--container);
  margin-inline:auto;
  padding:48px 20px 72px;
}

.title{
  text-align:center;
  font-weight:800;
  font-size:clamp(26px, 3.8vw, 38px);
  letter-spacing:.08em;
  color:var(--accent);
  margin:8px 0 28px;
}

form{
  margin-top:12px;
}

.field{
  margin:18px 0;
}

.label{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  margin:0 0 8px;
}

.badge{
  display:inline-block;
  font-size:12px;
  line-height:1;
  padding:4px 8px;
  border-radius:999px;
}
.badge.required{ color:#fff; position:relative; }
.badge.required::before{
  content:"必須";
  color:#fff;
  background:var(--danger);
  border-radius: 7px;
  padding:4px 8px;
  position:relative;
  z-index:1;
}
.badge.optional{
  color:#fff;
  background:var(--muted);
}

.control{
  width:100%;
  border:1.5px solid var(--input-bd);
  background:var(--card);
  border-radius:12px;
  padding:16px 16px;
  font-size:16px;
  transition:border-color .15s, box-shadow .15s;
  box-shadow: var(--shadow);
}
.control:focus{
  outline:none;
  border-color:var(--input-bd-focus);
  box-shadow:0 0 0 4px #f5d7cb, var(--shadow);
}
textarea.control{
  min-height:200px;
  resize:vertical;
}

.hint{
  font-size:12px;
  color:#777;
  margin-top:6px;
  padding-left:2px;
}

.policy{
  display:flex; align-items:center; gap:10px;
  margin:18px 0 28px;
  font-size:14px;
}
.policy a{ color:#2160FF; text-underline-offset:2px; text-decoration: underline; }

.submit-area{
  text-align:center;
  margin-top:12px;
}

.btn {
  appearance: none;
  border: none;
  cursor: pointer;
  background: none; /* 背景は消す */
  padding: 0;
  transition: opacity .2s ease;
}
.btn img {
  display: block;
  max-width: 400px; /* 画像の幅を調整 */
  height: auto;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* モーダル */
/* モーダルの背景 */
.modal {
  display: none; /* 初期は非表示 */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background: rgba(255,255,255,0.8);
  align-items: center;
  justify-content: center;
}

/* モーダルのコンテンツ */
.modal-content {
  background: #FFF9E9;
  padding: 60px;
  border-radius: 8px;
  width: 900px;
  max-width: 90%;
  max-height: 70vh;   /* 画面の高さの80%までに制限 */
  overflow-y: auto;   /* 中身が長いときスクロール */
  position: relative;
}

/* 閉じるボタン */
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.modal-content h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.modal-content h2 span {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}

.modal-content ol {
  list-style-type: decimal;       /* 1. 2. 3. */
  list-style-position: outside;   /* 数字を外側に */
  padding-left: 2rem; 
  font-size: 1.6rem;
  margin-top: 40px;
}

.modal-content p {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .modal-content {
    max-height: 85vh;
    padding: 5%;
  }
  .modal-content h2 {
    font-size: 16px;
  }
  .modal-content h2 span {
    margin-bottom: 0;
    font-size: 24px;
  }
}

.feature_video {
  position: absolute;
  width: 90%;
  max-width: 1000px;
  height: 35vw;
  top: 17vw;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .feature_video {
    height: 50vw;
    top: 42vw;
  }
}

.thanks {
  padding: 90px 0;
  background-color: #EEDCCA;
}

.thanks .wrapper {
  background-color: #FFF;
  max-width: 1150px;
  margin: auto;
  padding: 80px 0;
  text-align: center;
}

.thanks img {
  width: 200px;
}

.thanks p {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.04em;
  margin: 40px 0;
}

.thanks a {
  display: inline-block;
  color: #FFF;
  background-color: #D85E30;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 80px;
  border-radius: 100px;
  letter-spacing: 0.04em;
}

footer > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer p {
  margin-top: 130px;
  text-align: center;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .thanks {
    padding: 50px 0;
  }
  .thanks .wrapper {
    width: 90%;
  }
  .thanks p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin: 40px 0;
  }
  footer > div {
    flex-direction: column;
    gap: 30px;
  }
  footer p {
    margin-top: 30px;
  }
}