/* ============================
   ▼ 全体の設定
   ============================ */
html {
font-size: 62.5%;
font-family: ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
color: #414242;
scroll-behavior: smooth;
}

.wrapper {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    font-size: 1.6rem;
    box-sizing: border-box;
  }

picture {
display: block;
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 3.0rem;
  font-family: 'Arvo', 'Noto Sans JP';
}

h3 {
    color: #FE7344;
}

span{
  color: #FE7344;
}

.botuun ,a {
  cursor : pointer;
}


/* ============================
   ▼ headerの設定
   ============================ */
header {
  width: 100%;
  height: avuto;
  position: relative
}

header img {
margin: 0 auto;
height: auto;
width: 100%;
}

.maincopy {
  position: absolute;
  width: 90%;
  top: 16%;
  left: 10%;
  box-sizing: border-box;
}

.read {
  width: 35%;
  font-size: 1.6vw;
  color: white;
  padding:8px 20px;
  margin-bottom: 2%;
background-color: #3c3e4b;
}

.first {
  font-size: 2.8vw;
}

.first img {
  width: 45%;
  height: auto;
  padding-right: 10px;
}

.bold {
  width: 100%;
  height: auto;
  font-size: 4.0vw;
}

.logo {
  max-width: 146px;
  width: 20%;
  height: auto;
  position: absolute;
  top: 2%;
  left: 2%;}


/* sliderの設定 */
.slider_parent {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height:auto;
  bottom: 5%;
  background-color: white;
}

.slider_parent .slider {
  display: flex;
}
.text_scroll {
  animation: scroll 40s linear infinite;
  
}
.text_scroll_reverse {
  animation: scroll 40s linear infinite;
  animation-direction: reverse !important; 
}
.logos {
  flex-shrink: 0;
}
.slider_parent ul li {
  margin-left: 10px;
  margin-right: 10px;

}
.slider_parent ul li {
  display: inline-block;
}
.slider_parent ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.slider_parent ul li > a img {
  transition: 0.4s;

}
.slider_parent ul li > a img {
  max-width: 100% !important;
      width: 100%;
  height: auto;
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 991px) {
  .slider_parent ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .slider_parent ul li img {
    height: 50px;
    width: auto;
  }
  .text_scroll {
    animation: scroll 30s linear infinite;
  }
}

  .point3_box{
    width: 70%;
  }
  .point3_item {
      font-size: 3.0vw;
    }

.icon-text {
  position: relative;
  text-align: center;
  border-radius: 10px;
}

.icon-text::before {
  content: url('../images/line1.svg'); 
  display: inline-block;
  width: 8%;
  height: auto;
  /* margin-right: 0.2rem; */
  vertical-align: middle; 
}

.icon-text::after {
  content: url('../images/line2.svg'); 
  display: inline-block;
  width: 8%;
  height: auto;
  vertical-align: middle; 
}

/* ============================
   ▼ bottunの設定
   ============================ */
.bottun {
  width: 100%;
    padding: 50px 0;
  background-image: url(../images/office.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;  
}

.bottun p {
  color: white;
}

.bottun img {
  cursor: pointer;
  margin-top: 0; 
}

a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 2rem 3rem;
  border-radius: 100vh;
  text-decoration: none;
}

.btn--orange {
  background-color: #fd6900; 
}

.btn--orange:hover { background-color: #fb832e; }

.btn--orange .btn-line1,
.btn--orange .btn-line2,
a.btn.btn--orange { color: #fff; }

.btn-text {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.btn-line1 {
  font-size: 1.8rem;
  font-weight: 700;
}
.btn-line2 {
  font-size: 1.2rem;
  font-weight: 500;
  opacity: 0.95;
  margin-top: 4px;
}


/* ============================
   ▼ お悩みパート
   ============================ */
.trouble {
background-color: #f0f0f0;
width: 100%;
height: auto;
margin: 0 auto;
text-align: center;
padding-top: 50px;
}

.trouble_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 20px 0 60px 0;
}

/* 三角 */
div.triangle {
  width: 15%;
  max-width: 360px;
  min-width: 120px;
  height: 72px;
  margin: 0 auto;
  background-color: #f0f0f0;
  -webkit-clip-path: polygon(0% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/* ============================
   ▼ 解説パート
   ============================ */
.solution {
  background-color: white;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto 50px auto;
}

.navy {
  background-color: #414242;
  color: white;
  margin: 0 auto;
  width: 30%;;
  padding: 10px;
  margin-top: 10px;
}

.bold2 {
  height: auto;
  font-size: 4.0rem;
  font-weight: 900;
  border-bottom: 15px solid #ffdd57;
 width: 70%;
  margin: 0 auto 20px;
  text-align: center;
}
.bold2 img {
  width: 100vw;
  max-width: 390px;
}

.solution_flex {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.solution_box {
  width: 300px;
  height: auto;
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 40px 0px 30px 0px;
  box-sizing: border-box;
  margin-top: 20px;
}
.solution_box {
  text-align: start;
}

.solution_item {
text-align: center;
font-size: 2.0rem;
}

.solution_box p {
  padding: 0 40px;
}

.solution_item img{
  padding-top: 10px;
}


/* ============================
   ▼ ポイント解説パート
   ============================ */
.point {
  margin: 0 auto;
  background-color: #f0f0f0;
  padding: 50px 0 50px 0;
  text-align: center;
  position: relative;
  
}


.point h2 {
   font-size: 4.4rem;
}


.title1 {
  position: absolute;
  top:8%;
  left: 0;
  font-size: 2.8rem;
  background-color: #3c3e4b;
  color: white;
  padding: 2%  3% 2% 18%;  
  font-weight: 800;
}

.point1{
  position: relative;
}

.title2 {
  text-align: left;
  position: absolute;
  top:3%;
  right: 0;
  font-size: 2.8rem;
  background-color: #3c3e4b;
  color: white;
  padding: 2%  37% 2% 3%;  
  font-weight: 800;
  margin-bottom: 20px;
}


.title3 {
  position: absolute;
  text-align: left;
  top:7%;
  left:0;
  font-size: 2.8rem;
  background-color: #3c3e4b;
  color: white;
  padding: 2%  2% 2% 18%;  
  font-weight: 800;
}


.point1,.point2,.point3{
    background-color:white;
    padding: 170px 0 5% 0;
    padding-left: 8vw;
    padding-right: 8vw;
    margin: 40px 10vw;
}
.point1 h3 {
  background-color: #FFEBE3;
  border-radius: 20px;
  padding: 5px 0; 
  color: #3c3e4b;
}

.graph_flex {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 40px;
  flex-wrap: wrap;
}


.monetization_flex {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}


.attention {
color: #6c6c6c;
margin: 20px 0;
}

.example1,.example2,.example3 {
margin-top: 40px;}


.example1 h3 {
  width: 50%;
  color: white;
  background-color: #FE7344;
  font-weight: 600;
  font-size: 2.0rem;
  padding:  10px 50px;
  border-radius: 30px;
  margin: 0 auto ; 
  display: inline-block;
  text-align: center;
}
.example1_flex,.example2_flex,.example3_flex {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.example2 h3{
  width: 50%;
  color: white;
  background-color: #0092B7;
  font-weight: 600;
  font-size: 2.0rem;
  padding:  10px 50px;
  border-radius: 30px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.example3 h3{
  width: 50%;
  color: white;
  background-color:#FE44D6;
  font-weight: 600;
  font-size: 2.0rem;
  padding:  10px 50px;
  border-radius: 30px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.example1 .strong {
  width: 300px;
  color: #FE7344;
  border-bottom: 2px solid #FE7344;
  font-weight: 700;
  font-size: 2.4rem;
  margin: 0px 0 10px 0px;
}
.example2 .strong {
  width: 300px;
  color: #0092B7;
  border-bottom: 2px solid #0092B7;
  font-weight: 700;
  font-size: 2.4rem;
  margin: 0px 0 10px 0px;
}
.example3 .strong {
  width: 300px;
  color: #FE44D6;
  border-bottom: 2px solid #FE44D6;
  font-weight: 700;
  font-size: 2.4rem;
  margin: 0px 0 10px 0px;
}


.example_text {
  text-align: center;
}



.point3 {
  text-align: left;
}



.point3_flex {
  width: 100%;
  margin: 0 auto; 
  margin-top: 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
box-sizing: border-box;
  gap:20px
}


.point3_item {
  color: white;
  background-color: #3c3e4b;
  font-weight: 600;
  font-size: 1.6rem;
  padding:  10px 20px;
  border-radius: 30px;
  text-align: center;
  margin: 20px 0 0 0;
}

.point3_box{
  width: calc(50% - 10px);
  box-sizing: border-box;
  padding: 0 2vw;
}


.point3_flex img {
  width: 100%;
  height: auto;
}

/* 三角 */
.triangle2 {
  width: 100%;
  min-width: 120px;
  height: 120px; 
  margin: 0 auto;
  background-color: #FFEBE3; 
  position: relative;
  overflow: visible;
}

.triangle2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1280px;
  min-width: 120px;
  height: 100px;
  background-color: #f0f0f0;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}


/* ============================
   ▼ 申し込みの流れ
   ============================ */
.step {
     background-color:#FFEBE3;
     margin: 0 auto;
     padding: 10px 0 50px 0;
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
    position: relative;
}


.step h2 {
   font-size: 4.4rem;
}

.base {
  text-align: left;
}

.step_box {
  display: flex;
  justify-content: stretch;
  align-items: stretch; 
  margin-top: 30px;
  width: 100%;
  height: auto;
  margin-bottom: 2%;
}

.step_item {
padding: 20px;
  text-align: center;
  width: 10%;
  height: auto;
  background-color: #FE7344;
  color: white;
  font-weight: 600;
  font-size: 2.6rem;
}

.step_text {
  width: 90%;
  background-color: white;
  border-left: none;
  padding: 20px;
}



.step_text p{
  color: #515151;
}

.bold3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #414242;
}

/* 下三角 */
.triangle3 {
  width: 100%;
  max-width: 1280px;
  min-width: 120px;
  height: 120px; 
  margin: 0 auto;
  background-color: white; 
  position: relative;
  overflow: visible;
}

.triangle3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1280px;
  min-width: 120px;
  height: 100px;
  background-color: #FFEBE3;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}


/* ============================
   ▼ 導入事例の設定
   ============================ */
.case {
    background-color:white;
    margin: 0 auto;
    padding: 10px 0 50px 0;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    max-width: 1280px;
}

.case img {
  width: 350px;
  height: auto;
  margin-top: 30px;
}

.case h2 {
  font-size: 4.4rem;
}


/* 料金説明 */
.pricing h2 {
 font-size: 4.4rem;
}
.pricing{
  background-color:white;
  margin: 50px auto;
  padding: 10px 0 50px 0;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
}
.table-wrapper {
  width: 100%;
  overflow-x: auto;      
  position: relative;
  margin-top: 20px;
  scroll-behavior: smooth; 
  padding-bottom: 1rem;  
}

.table-wrapper::-webkit-scrollbar {
  height: 8px;
}
.table-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.2);
  border-radius: 4px;
}
.table-wrapper::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.05);
}

/* ============================
   ▼ 料金の設定
   ============================ */
.pricing-table {
  width: max-content;    
  border-collapse: collapse;
  min-width: 800px;
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
  min-width: 800px; 
  table-layout: fixed; 
}

.pricing-table th,
.pricing-table td {
  border: 1px solid #e6e6e6;
  padding: 16px 20px;
  text-align: center;
}
.pricing-table thead th {
  background-color: #3c3e4b; 
  color: #fff;
  font-weight: 700; 
}

.pricing-table th:first-child,
.pricing-table td:first-child {
  width: 8ch;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}

.pricing-table th:nth-child(n+2),
.pricing-table td:nth-child(n+2) {
  width: calc((100% - 4ch) / 4);
}

.pricing-table tbody tr:last-child td {
  font-weight: 700;
  color: #ff0000;
}

.scroll-hint {
  display: none;
}


/* ============================
   ▼ よくある質問
   ============================ */
.FAQ {
  background-color: #f0f0f0;
  position: relative ;
}

.FAQ  h2{
  font-size: 4.4rem;   
}

.sub {
  margin-bottom: 20px;
}

.container {
  position: relative;
  background: #f0f0f0;
  padding: 8rem 9rem 14rem 9rem;
}
  
.container h2, .container .sub{
  text-align: center;
  background-color: #f0f0f0;
}

.container p {
  background-color: white;
}

.qa-container {
  text-align: justify;
}

.qa-container label {
  color: white;
  display: block;
  position: relative;
  background: #3c3e4b;
  padding: 1.5rem 3.5rem 1.5rem 1.5rem;
  cursor: pointer;

}

.qa-container label::before,
.qa-container label::after {
content: "";
position: absolute;
right: 1rem;
top: 50%;
width: 14px;
height: 2px;
background: white;
border-radius: 2px;
transform-origin: center;
transition: transform 0.2s ease, background 0.2s ease;
display: block;
margin-top: -1px; 
}

.qa-container label::before { transform: translateY(-50%) rotate(0deg); }
.qa-container label::after  { transform: translateY(-50%) rotate(90deg); }

.qa-container input:checked ~ label::before { transform: translateY(-50%) rotate(45deg); }
.qa-container input:checked ~ label::after  { transform: translateY(-50%) rotate(-45deg); }
.qa-container input:checked ~ label::before,
.qa-container input:checked ~ label::after {
background: white;
}

.qa-container input {
  display: none;
}
   
.qa-container p {
  background: white;
  border-radius: 8px;
  text-align: left;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  overflow: hidden;
  max-height: 5px;
  padding: 0;
  margin-top: 0;
  transition:
    transform 0.25s ease,
    opacity 0.5s ease,
    max-height 0.25s ease,
    padding 0.5s ease,
    margin 0.25s ease;
    padding: 0rem 2rem;
}

.qa-container input:checked ~ p {
  transform: scaleY(1);
  opacity: 1;
  max-height: 500px;
  padding: 1.5rem 2rem;
}



/* ============================
   ▼ footerの設定
   ============================ */
footer {
  width: 90%;
  height: auto;
  margin: 20px auto;
  text-align: right;
}

.footer_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer_flex li {
  padding-left: 20px;
}

.footer_flex a {
  color: #414242; 
padding-bottom: 2px;
  text-decoration: none;
}

.footer_flex a:hover {
  color: #FE7344; 
  text-decoration:underline;
}

.footer_container {
  display: flex;
  flex-wrap: wrap;
}


/* スクロールボタン */
#page_top {
  position: fixed;
  bottom: 30px;
  right: 3%;
  width: 80px;
  height: 80px;
  background-color: #ff6600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  transition: opacity 0.4s, visibility 0.4s;
  opacity: 0;
  visibility: hidden;
  text-decoration: none;
}

#page_top.show {
  opacity: 1;
  visibility: visible;
}

#page_top::after {
  content: '▲';
  font-size: 20px;
  color: white;
  line-height: 1;
  transform: translateY(-2px);
  pointer-events: none;
}

#page_top:hover {
  background-color: #ff8533;
}

.scroll-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s cubic-bezier(.2,.9,.2,1), transform 1s cubic-bezier(.2,.9,.2,1);
  will-change: opacity, transform;
}

.scroll-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/* 透かし文字 */
.overlay-text {
  position: absolute;
  top: 1%;       
  left: 1;
  font-size: 13vw;  
  color: rgba(255, 255, 255, 1); 
  font-weight: bold;
  pointer-events: none; 
  z-index: 0;
}

.overlay-text2 {
  position: absolute;
  top: 1%;       
  right: 1%;
  font-size: 13vw;
  color: rgba(255, 255, 255, 1); 
  font-weight: bold;
  pointer-events: none;
  z-index: 0;
}

.overlay-text3 {
  position: absolute;
  top: 1%;       
  left: 1%;
  font-size: 13vw; 
  color: #FFEBE3;
  font-weight: bold;
  pointer-events: none;
  z-index: -1;
}

.overlay-text4 {
  position: absolute;
  top: 0%;       
  right: 1%;
  font-size: 13vw;  
  color: #f0f0f0;
  font-weight: bold;
  pointer-events: none; 
  z-index: -1;
}


/* ============================
   ▼ お問い合わせフォーム
   ============================ */
.error-message {
  color: red;
  font-size: 1.4rem;
  margin: -15px 0 15px 0;
}

.contact-form input[type="checkbox"]:focus,
.contact-form input[type="radio"]:focus {
  outline: none !important;
  box-shadow: none !important;
}


#form-background {
  background-color: #FFEBE3;
  padding: 60px 0;
}
#form-background h2,#form-background p{
  text-align: center;
}

.contact-form {
  text-align: left;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px;
  margin-top: 20px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  box-sizing: border-box;
}

.contact-form h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #414242;
}

.contact-form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #414242;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="date"],
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 1.6rem;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background-color: #fafafa;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="date"]:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #FE7344;
  background-color: #fff;
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
}

/* チェックボックス・ラジオボタン */
.contact-form fieldset {
  border: none;
  margin-bottom: 20px;
  padding: 0;
}

.contact-form fieldset .required{
  font-weight: 700;
  margin-bottom: 12px;
  color: #414242;
}

.contact-form fieldset label {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 8px;
  cursor: pointer;
}

.contact-form fieldset input[type="checkbox"],
.contact-form fieldset input[type="radio"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

/* 送信ボタン */
.contact-form button {
  display: inline-block;
  background-color: #FE7344;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 16px 40px;
  border: none;
  border-radius: 100vh;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-form button:hover {
  background-color: #fb832e;
}

label.required::after {
  content: " *";
  color: red;
  font-weight: bold;
  margin-left: 4px;
}

.error-message {
  color: red;
  font-size: 1.4rem;
  margin: -16px 0 16px 0;
}

.error-message1 {
  color: red;
  font-size: 1.4rem;
  margin: -5px 0 16px 0;
}






/* ============================
   ▼ レスポンシブデザイン
   ============================ */
@media (prefers-reduced-motion: reduce) {
  .scroll-fade,
  .scroll-fade.is-visible {
    transition: none;
    transform: none;
  }
}

@media (max-width: 600px) {
  .container {
    margin: 0;
    padding: 2rem 1rem 9rem 1rem;
  }
  .qa-container input:checked ~ p {
      max-height: 200px;
  }
}


@media only screen and (max-width: 759px) {

  .solution {
    width: 94%;
  }

  .bold2 {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
  }

  .bold2 img {
    max-width: 360px;
    height: auto;
  }

  a.btn { padding: 2rem 2rem; }
  .btn-line1 { font-size: 1.6rem; }
  .btn-line2 { font-size: 1.1rem; }


.maincopy {
  position: absolute;
  width: 90%;
  top: 5%;
  left: 6%;
  box-sizing: border-box;
}
  
.read {
  width: 60%;
  font-size: 3vw;
  color: white;
  padding:8px 20px;
  margin-bottom: 2%;
background-color: #3c3e4b;
}

.first {
  font-size: 5.0vw;
}

.first img {
  width: 70%;
  height: auto;
  padding-right: 10px;
}

.bold {
  width: 100%;
  height: auto;
  font-size: 8.0vw;
  font-weight: 1000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.logo {
  max-width: 146px;
  width: 20%;
  height: auto;
  position: absolute;
  top: 2%;
  left: 79%;}

  
.slider_parent {
  bottom:0%;
}

/* 三角 */
div.triangle {
height: 50px; 
}

/* お悩みパート */
.trouble {
  box-sizing:border-box;
  padding: 40px 30px 0 30px;
}

/* ポイント解説パート */
.point img {
  width: 94%;
  height: auto;
}

.title1 {
  padding: 5%;
  top: 3%;
  left: 0;
  color: white;
}

.title2 {
  text-align: center;
  top: 1%;
  padding: 8%;
  margin-bottom: 20px;
}

.title3 {
  top: 2%;
  padding: 8% ;
}

/* 事例 */
.case img {
  width: 90%;
}

.point2 {
  padding-right:10px;
  padding-left: 10px;
  padding-top: 45%;
}

.example_text {
  margin: 10px;
}
 
.example1 .strong,.example2 .strong,.example3 .strong {
  border-bottom: none;
}


.point3 {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 43%;
}
.point3_box{
  width: 100%;
  height: auto;
}

.point3_item {
  font-size: 4.8vw;
}

/* 申し込みまでの流れ */
.step{
  padding: 5%;
}

/* 三角 */
.triangle2 {
  height: 50px; 
}

.triangle2::before {
  height: 30px;
}

.triangle3::before {
  height: 30px;
}
.triangle3 {
  height: 50px; 
}

/* スクロールボタン */
#page_top {
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 3%;
}

/* フッター */
.small {
  text-align:left ;
}

.footer_flex {
  display: block;
}

.footer_container {
  display: block;
padding-bottom: 10px;
}

.footer_container li {
  padding-top: 10px;
}

.footer_container {
  justify-content: flex-start;
  align-items: flex-start;
}
footer {
  text-align: left;
}

/* 透かし文字 */
@media (max-width: 991px) {
  .overlay-text {
    font-size: 25vw;
    top: 6%;
    left: 2%;
  }
}

@media (max-width: 759px) {
  .overlay-text,.overlay-text3{
    font-size: 17vw;
    top: 2%;
    left: 3%;
  }
}

@media (max-width: 480px) {
  .overlay-text,.overlay-text3{
    font-size: 22vw;
    top: 2.4%;
    left: 1%;
  }
}
@media (max-width: 320px) {
  .overlay-text,.overlay-text3{
    font-size: 25vw;
    top: 2.6%;
    left: 1%;
  }
}
.bold2 img {
  width: 100%;height: auto;
}


@media (max-width: 991px) {
  .overlay-text2,.overlay-text4 {
    font-size: 25vw;
    top: 10%;
    right: 2%;
  }
}

@media (max-width: 759px) {
  .overlay-text2,.overlay-text4{
    font-size: 17vw;
    top: 10%;
    right: 3%;
  }
}

@media (max-width: 480px) {
  .overlay-text2,.overlay-text4 {
    font-size: 22vw;
    top: 9%;
    right: 1%;
  }
}
@media (max-width: 320px) {
  .overlay-text2,.overlay-text4 {
    font-size: 25vw;
    top: 7%;
    right: 1%;
  }
}
}

/* 問い合わせフォーム */
@media only screen and (max-width: 767px) {  
  .contact-form {
    padding: 24px;
    box-sizing: border-box;
  }

  .contact-form input[type="date"]{
    width: 100%;
    padding: 14px 1%;
    box-sizing: border-box;
  }
  
  .contact-form h2 {
    font-size: 2.6rem;
  }
  .contact-form label,
  .contact-form input,
  .contact-form textarea {
    font-size: 1.4rem;
  }
  .contact-form button {
    width: 100%;
    padding: 14px 0;
  }
}