body {
  max-width: 1440px;
  margin: 0 auto;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
  font-style: normal;
  background-color: #fff;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.sp{
  display: none;
}

.site-header {
  position: fixed;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  font-weight: ;
  background-color: rgb(255, 255, 255, 0.95);
  z-index: 1000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);

}

.header-inner {
  width: 100%;
  height: 7vw;
  max-width: 1440px;
  max-height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.64% 3.06%;
}

.logo {
  width: 16.73%;
}



.main-nav {
  width: 80%;
}

.main-nav ul {
  
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3.06%;
  margin: 0;
  padding: 0;
}

.main-nav ul li a {
  text-decoration: none;
position: relative;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 400;
  color: #646464;
}


.main-nav ul li a.active{
  color: #E69537;
}
/*
.main-nav ul li a.active::after{
  content: "";
    position: absolute;
     
    bottom: -0.8rem; /* 文字の直下に表示 
    transform: translateX(-4em);/* 中央に揃える 
    width: 2.5vw; /* 線の長さ 
    max-width: 32px;
    height: 0.14rem; /* 線の太さ 
    background-color: #E69537;
    border-radius: 10px;
}
*/
.main-nav ul li:nth-of-type(6) a.active::after{
  content: none;
}

.header-contact {
  width: 15em;
}
.main-nav ul li a.active:nth-of-type(6)::after{
  content: none;
}

.menu-icon p{
  display: none;
}

#responsiveLink.pc-link{

}


.first-view {
  margin-bottom: 6.94%;
}


.section-title {
  position: relative;
  max-width: 1052.5px;
  width: 73.09%;
  margin: 0 auto;
  padding-bottom: 0.5%;
  border-bottom: 3px dashed #E8912D;
  box-sizing: border-box;
}

.section-title h2 {
  padding-left: 65.5px;
  font-size: clamp(26px, 1.5vw, 30px);
  color: #E8912D;
}

.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-56%);
  max-width: 51px;
  min-width: 51px;
  width: 4vw;
  aspect-ratio: 1 / 1;
  background-image: url("../img/icon_01@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.section-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5%;
  max-width: 160px;
  min-width: 143px;
  width: 8.5vw;
  aspect-ratio: 70.796 / 29.204;
  background-image: url("../img/icon_02.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.section-title.no-icon {
  position: relative;
}

.section-title.no-icon::after {
  content: none;
}

.trouble-list {
  width: 100%;
  max-width: 1052px;
  margin: 3.19% auto 6.94%;
}

.trouble-item {
  position: relative;
}

.trouble-bg {
  position: absolute;
  top: 26%;
  background-color: #F0F8FF;
  width: 100%;
  height: 5.347vw;
  max-height: 77px;
  min-height: 60px;
  border-radius: 10px;
}

.trouble-content {
  position: relative;
  margin-left: 2.3rem;
}

.trouble-content:nth-child(2) {
  margin-top: 3.54%;
  margin-bottom: 3.54%;
}

.trouble-title {
  position: relative;
  font-size: clamp(20px, 1.5vw, 24px);
  font-weight: 800;
  color: #5F5F5F;
}

.trouble-title::before {
  content: "";
  position: absolute;
  left: -2.3rem;
  top: 50%;
  transform: translateY(-48%);
  max-width: 26px;
  min-width: 23px;
  width: 1.805vw;
  aspect-ratio: 1 / 1;
  background-image: url("../img/icon_03@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.trouble-title::after {
  content: "";
  position: absolute;
  top: 0;
  max-width: 25px;
  min-width: 20px;
  width: 1.7361vw;
  aspect-ratio: 53.191 / 46.809;
  background-image: url("../img/icon_04@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.trouble-text {
  font-size: clamp(14px, 1.5vw, 18px);
  color: #5F5F5F;
}

.main-message-content {
  position: relative;
  width: 100%;
  max-height: 800px;
  padding-top: 7.99%;
  
  padding-bottom: 5.21%;
  background-image: url(../img/main-message_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

.main-message {
  margin-bottom: 4%;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(39px, 1.5vw, 43px);
  text-align: center;
  color: #ffff;
}

.main-message>span {
  color: #FFFDC1;
  background-image: radial-gradient(circle at center, #FFFDC1 16%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: .35em;
  /* 縦方向の位置調整 */
}

.main-message-content >p {
  font-size: clamp(16px, 1.5vw, 20px);
  text-align: center;
  color: #ffff;
}

.chara-image_01 {
  position: absolute;
  width: 20.63%;
  top: 1.7rem;
  right: 0;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity {
  margin-top: 4.72%;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: calc(100vw / 3);
  max-width: 395px;
}



.reservation-method {
  margin: 0 auto 8.33%;
  padding: 3%;
  border: 2px dashed #E8912D;
  border-radius: 20px;
}

.reservation-method>.section-title {
  width: 100%;
}

.reservation-method>p {
  font-size: clamp(16px, 5vw, 20px);
  color: #5F5F5F;
}
.reservation-method .section-title + p{
  margin-top: 3%;
}
.contact-title{
  margin-bottom: 3.36%;
}

.yellow-line {
  padding: 0.15em 0;
  background-image: linear-gradient(0deg, #FDF97B 0.65em, transparent 0.65em);
}

.reservation-method-list {
  width: 100%;
  margin: 6.19% auto 0;
}

.reservation-method-item {
  position: relative;
}

.reservation-method-box {
  position: relative;
  background-color: #FFF2DE;
  width: 100%;
  max-height: 172px;
  padding: 1em 0;
  border-radius: 10px;
  overflow: visible;
}


.reservation-method-item:nth-of-type(2) .reservation-method-bg {
  height: 10vw;
  max-height: 150px;
  min-height: 90px;
  top: 14%;
}

.reservation-method-title {
  position: absolute;
  top: -1em;
  margin-left: 2.3rem;
  font-size: clamp(20px, 1.5vw, 24px);
  font-weight: 800;
  color: #00C586;
}

.reservation-method-title::before {
  content: "";
  position: absolute;
  left: -2.3rem;
  top: 50%;
  transform: translateY(-48%);
  max-width: 26px;
  min-width: 23px;
  width: 1.805vw;
  aspect-ratio: 1 / 1;
  background-image: url("../img/icon_05@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.reservation-method-text {
  margin-top: 1.2em;
  font-size: clamp(14px, 1.5vw, 18px);
  color: #5F5F5F;
  text-align: center;
}

.reservation-method-item:nth-of-type(2) .reservation-method-text {
  margin-top: 0%;
}

.contact-tel {
  position: absolute;
  display: block;
  width: 74.62%;
  bottom: -2em;
  left: 50%;
  transform: translate(-50%);
  
}

.reservation-method-bg>a {
  
}

.shiny-btn {
  position: relative;
  display: block;
  overflow: hidden;
}

.shiny-btn::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);

  animation-name: shiny;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shiny {
  0% {
    left: -20%;
  }

  10% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}
.reservation-method-item:nth-of-type(2){
  margin-top: 8%;
}
.reservation-method-item:nth-of-type(2) .reservation-method-text .tell-span {
  position: relative;
  font-size: 3.3em;
  color: #E8912D;
  margin-right: .5rem;
  padding-left: 2.8rem;
  padding-bottom: .4rem;
  border-bottom: 2px dashed #E8912D;
}

.reservation-method-item:nth-of-type(2) .reservation-method-text .tell-span::before {
  content: "";
  position: absolute;
  left: -0.3rem;
  top: 50%;
  transform: translateY(-56%);
  max-width: 52px;
  min-width: 44px;
  width: 4.9429vw;
  aspect-ratio: 1 / 1;
  background-image: url("../img/icon_06@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.reservation-method-item:nth-of-type(2) .reservation-method-text br{
  display: inline;
}



.chara-image_02 {
  position: absolute;
  width: 16.11%;
  top: 1.6rem;
  right: -2%;
}

.drive-message {
  width: 100%;
  margin: 3.16% auto 0;
  font-size: clamp(14px, 1.5vw, 23px);
  font-weight: 800;
  color: #5F5F5F;
  line-height: 2.4;
}

.p-orange {
  color: #E8912D;
}


/*料金案内*/
.content-wap.top-margin{
  padding-top: 12%;
}
source {
  display: block;
  width: 100%;
  height: auto;
}

.content-wap {
  padding: 0 13.47%;
}

.content-wap .section-title {
  width: 100%;
}

.price-list-text {
  margin: 4.51% auto 4.48%;
  font-size: clamp(18px, 1.5vw, 22px);
  color: #E8912D;
  text-align: center;
}

.price-list-text .line {
  display: block;
}

.price-list {
  width: 88.55%;
  margin: 0% auto;
}


/*車両・機材紹介*/
.introduction-title {
  width: 40.48%;
  margin: 4.55% auto 0;
  padding: .1em 0;
  font-size: clamp(18px, 1.5vw, 22px);
  color: #fff;
  text-align: center;
  background-color: #E8912D;
  border-radius: 5px;
}
.introduction-title:nth-of-type(2){
  margin-top: 10%;
}

.vehicle-introduction-area {
  width: 100%;
  margin-top: 5.23%;
  margin-bottom: 9.5%;
}

.vehicle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.8%;
}

.vehicle-text h4 {
  width: 100%;
  font-size: clamp(20px, 1.5vw, 24px);
  color: #E8912D;
  padding-bottom: 1%;
  border-bottom: 2px dashed #E8912D;
}

.vehicle-text p {
  margin-top: 1.4%;
  font-size: clamp(16px, 1.5vw, 20px);
  color: #5F5F5F;
}

.vehicle-text .line {
  display: inline;
}

.vehicle-image {
  flex: .5;
}

.vehicle-text {
  flex: .6;
}

.vehicle.reverse {
  flex-direction: row-reverse;
}

.introduction-title+p {
  width: 100%;
  margin: 3.8% auto;
  font-size: clamp(20px, 1.5vw, 24px);
  color: #E8912D;
  text-align: center;
}

.equipment-introduction-area {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.81%;
}

.equipment {
  width: 100%;
  height: 29vw;
  max-height: 444px;
  background-color: #FFFDF7;
  border: 3px dashed #E8912D;
  border-radius: 5px;
}

.equipment-name {
  width: 102.5%;
  margin-top: 10.35%;
  margin-left: -.2em;
  padding: 2% 0;
  font-size: clamp(13px, 1.5vw, 24px);
  color: #fff;
  text-align: center;
  line-height: 1.1;
  background-color: #E8912D;
}

.equipment-name span {
  display: inline-block;
  font-size: clamp(13px, 1.5vw, 20px);
}

.equipment-wrap {
  margin-top: 4.44%;
}

.equipment:nth-of-type(3) .equipment-wrap {
  margin-top: 0%;
}

.equipment img {
  margin: auto;
}

.equipment:nth-of-type(1) img {
  width: 49.15%;
  margin-top: 0%
}

.equipment:nth-of-type(2) img {
  width: 43%;
    
}

.equipment:nth-of-type(3) img {
  width: 78.66%;
  margin-top: 5%;
}

.equipment p {
  width: 87.28%;
  margin: 0 auto;
  font-size: clamp(13px, 1.3vw, 20px);
  color: #5F5F5F;
}

.equipment:nth-of-type(1) p {
  margin-top: 2%;
}

.equipment:nth-of-type(2) p {
  margin-top: 1%;
}

.equipment:nth-of-type(3) p {
  margin-top: 1%;
}

.equipment-introduction-area+p {
  margin-top: 2.43%;
  font-size: clamp(16px, 1.5vw, 20px);
  color: #5F5F5F;
}



/*会社概要*/
.content-wap .company-table{
  width: 66%;
  max-width: 642.5px;
  margin: 6% auto 0;
  font-weight: 400;
  color: #000;
}
.content-wap .company-table th{
  padding: .2rem;
  font-weight: 400;
  color: #000;
}
.content-wap .company-table td{
  width: 66%;
}

/*お問い合わせ*/
.contact-wap.reservation-method{
  margin-top: 5.56%;
}
.contact-title{
  padding-bottom: 0.5%;
    border-bottom: 3px dashed #E8912D;
  font-size: clamp(25px, 1.5vw, 30px);
  color: #E8912D;
}
.reservation-method .section-title h3::before{
  content: none;
}

.form-group {
    margin-bottom: 1.5rem;
}

label {
    font-weight: 800;
    display: block;
    color: #5F5F5F;
}

.required {
    background-color: #CE0000;
    color: #fff;
    padding: 0.4em 1.4em;
    margin-left: 0.5em;
    border-radius: 10px;
    font-size: 0.6em;
    font-weight: 400;
}

input[type="text"], 
input[type="email"], 
textarea {
    width: 100%;
    max-height: 40px;
    padding: 0.3em 0.7em;
    margin-top: 0.5em;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 1em;
    font-weight: 500;
}

textarea {
    height: 14.93vw;
    max-height: 215px;
}

.error {
    color: #d32f2f;
    font-size: 0.85em;
    margin-top: 0.3em;
}

.submit-btn {
    position: relative;
    width: 29.72vw;
    max-width: 438px;
    padding:.5em;
    margin-top: 2.2rem;
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #009A5F;
    color: #fff;
    font-size: 1.2em;
    font-weight: 800;
     box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.submit-btn::after{
  position: absolute;
  content: "";
  display: inline-block;
  width:.8rem;
  height: .8rem;
  top: 1.1em;
  right: 1.5em;
  transform: translateY(-50%);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.questions{
    display: block;
    margin-top: 6%;
  }
  .questions li {
    position: relative;
    margin-top: 3.43%;
    padding: .4rem 0 1.5rem;
    border-bottom: 1px solid #7070702D;
    font-size: clamp(16px, 1.5vw, 20px);
    color: #5F5F5F;
    font-weight: 400;
  }
  .questions li::before{
    position: absolute;
    content: "Q";
    top: 0;
    left: 0;
    width: 3.263vw;
    height: 3.263vw;
    max-width: 47px;
    max-height: 47px;
    min-width: 47px;
    min-height: 47px;
    display: grid;
    place-items: center;
    font-size: clamp(20px, 1.5vw, 25px);
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #E8912D;
  }
  .q-title{
    margin-bottom: 1.43%;
    margin-left: 4.5em;
    color: #E8912D;
    font-weight: 800;
  }
  .questions li p{
    margin-left: 4.5em;
  }
  .questions li p a{
    color: #05A6FF;
  }
  .questions li p .line{
    display: block;
  }


footer {
  margin-top: 9.03%;
  padding: 3.53% 13.47% 3.13%;
  background-color: #C4E3B9;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.company-info {
  width: 100%;
  max-width: 442px;
  font-size: clamp(14px, 1.5vw, 18px);
  color: #5F5F5F;
  margin-bottom: 1.11%;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}

.company-table {
  width: 100%;
  max-width: 442px;
  border-collapse: collapse;
  font-size: clamp(12px, 1.5vw, 14px);
  color: #5F5F5F;
}

.company-table th,
.company-table td {
  text-align: left;
  vertical-align: middle;
}

.company-table th {
  width: 28%;
  white-space: nowrap;
}

.company-table td {
  width: 70%;
  word-break: break-word;
}

/* 内側の境界線だけ表示 */
.company-table th,
.company-table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.company-table tr:first-child th,
.company-table tr:first-child td {
  border-top: none;
}


.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  position: relative;
  font-size: clamp(15px, 1.5vw, 19px);
  color: #5F5F5F;
}

.footer-nav li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 2.1rem;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.footer-nav li:last-child::after {
  content: none;
  /* 最後だけ線を消す */
}



small {
  display: block;
  text-align: center;
  margin: 4.92% auto 0;
  font-size: clamp(11px, 1.5vw, 18px);
  font-weight: 400;
  color: #5F5F5F;
}


/*送信結果*/
.send_result{
  width: 100%;
  margin-top: 10%;
  text-align: center;
}
.send_result h1{
  margin-bottom: 2%;
  font-size: clamp(25px,4.5vw,50px);
  color: #00C586;
}
.send_result .error{
  color: #df2020;
}
.send_result p{
  font-size: clamp(15px,4.5vw,20px);
  font-weight: 500;
}
.send_result a{
  display: block;
  width: 50%;
  max-width: 250px;
  margin: 5% auto;
  padding: .5rem;
  background-color: #707070;
  border-radius: 10px;
  font-size: clamp(10px,4.5vw,15px);
  color: #fff;
  font-weight: 400;
}

@media screen and (max-width : 899px) {
  .header-inner {
    height: 14.57vw;
  }

  .logo {
    width: 64.26%;
  }
  



  .contact-tel {
    width: 91.25%;
  }


  .price-list-content p {
    font-size: clamp(13px, 1.5vw, 22px);
  }


  .introduction-title {
    width: 100%;
    margin-top: 10.67%;
  }
  .introduction-title:nth-of-type(2){
  margin-top: 20%;
}

  .vehicle {
    flex-direction: column;
    margin-top: 10.67%;
  }

  .vehicle-image {
    width: 100%;
  }

  .vehicle-text {
    width: 100%;
  }

  .vehicle-text h4 {
    margin-top: 5.33%;
    padding-bottom: 2%;
    font-size: clamp(17px, 3.5vw, 31px);
    text-align: center;
  }

  .vehicle-text p {
    margin-top: 2.2%;
    margin-bottom: 2%;
    font-size: clamp(16px, 3.5vw, 30px);
  }

  .vehicle-text .line {
    display: block;
  }

  .vehicle-text .dot-remv {
    display: none;
  }

  .vehicle.reverse {
    flex-direction: column;
  }


  .equipment-introduction-area {
    flex-direction: column;
    gap: 5.33%;
  }

  .introduction-title+p {
    margin: 6.67% auto 10.67%;
    font-size: clamp(16px, 3.5vw, 30px);
  }

  .introduction-title+p .line {
    display: block;
  }

  .introduction-title+p .dot-remv {
    display: none;
  }

  .equipment {
    width: 100%;
    height: 89vw;
    max-height: 367px;
    margin-bottom: 6%
  }

  .equipment-wrap {
    margin-top: 3.29%;
  }

  .equipment-name {
    width: 102%;
    margin-top: 7.29%;
    margin-left: -.17em;
    font-size: clamp(13px, 4.5vw, 30px);
  }

  .equipment-name span {
    font-size: clamp(13px, 3.5vw, 30px);
  }

  .equipment:nth-of-type(1) img {
    width: 46.44%;
  }

  .equipment:nth-of-type(2) img {
    width: 40.47%;
  }

  .equipment:nth-of-type(3) img {
    width: 72.6%;
    margin-top: 5%;
  }

  .equipment p {
    font-size: clamp(15px, 3.5vw, 30px);
    line-height: 1.8;
  }

  .equipment-introduction-area+p {
    margin-top: 3.33%;
    margin-bottom: 20%;
    font-size: clamp(16px, 3.5vw, 30px);
  }

  .reservation-method-item:nth-of-type(2) .reservation-method-text .tell-span{
    display: block;
  }
}

@media screen and (max-width : 750px) {
  .sp{
    display: block;
  }

  .menu-icon {
    position: absolute;
    top: -35%;
    right: -5vw; /* デザイン的にはみ出すよう調整 */
    width: 22vw;
    height: 22vw;
    background-color: #E8912D;
    border-radius: 50%;
    z-index: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.menu-icon .bar {
    width: 40%;
    height: 4px;
    background-color: #FFF;
    margin: 4px 0;
    transition: all 0.3s ease;
    border-radius: 10px;
}
.menu-icon.open .bar:nth-child(1) {
    transform: rotate(45deg) translate(2vw, 4.7vw);
}

.menu-icon.open .bar:nth-child(2) {
    opacity: 0;
}

.menu-icon.open .bar:nth-child(3) {
    transform: rotate(-45deg) translate(-0.5vw, -2.5vw);
}
  .hamburger-inner {
    position: relative;
    display: block;
    width: 7.29%;
    height: auto;
    border-radius: 100%;
    transition: all 400ms;
    z-index: 300;
  }

  .menu-icon p{
    display: block;
    font-size: .7rem;
    color: #FFF;
    margin-top: -.2rem;
    margin-bottom: -1rem;
    margin-right: .5rem;
  }
  .menu-icon.open p{
    display: none;
  }


  .main-nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 77.87%;
    height: 132vw;
    background-color: #62564E;
    transition: left 0.4s ease;
    padding: 0 5%;
  }
  .main-nav.open {
    left: 23%;
}

  .main-nav ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 20%;
  }
  .main-nav li{
    position: relative;
    width: 100%;
    padding: .5em 0 .5em 3em;
    font-size: clamp(17px, 5vw, 24px);
    font-weight: bold;
    border-bottom: 1px solid #877a6b;
    z-index: 100;
  }
  .main-nav li:nth-of-type(5),.main-nav li:nth-of-type(6){
    border-bottom: none;
  }
  .main-nav li:last-child{
    padding-left: 0;
  }
  .main-nav ul li a::after{
    content: none;
  }
  .main-nav li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
    max-width: 42px;
    max-height: 17px;
    aspect-ratio: 42 / 17;
    width: 10vw;
    background-image: url("../img/icon_02_sp@2x.png");
    background-size: contain;
    background-repeat: no-repeat;
    filter: var(--active-filter, opacity(0));
  }
  .main-nav li:last-child::before{
    content: none;
  }
  .header-contact{
    width: 40%;
    margin-top: 10%;
  }

  .main-nav ul li a {
    font-size: clamp(17px, 1.5vw, 24px);
    color: #FFF;
  }

  .main-nav ul li a.active{
    color: #FFFC00;
  }
  .main-nav li.active::before{
    filter: var(--active-filter);
  }
  .main-nav ul li a.active::after{
      content: none;
  }   

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index:1000;
}

.overlay.active {
    display: block;
}
  .first-view {
    margin-bottom: 20%;
  }

  .content-wap {
    padding: 0 4.27%;
  }
  .content-wap.top-margin{
  padding-top: 35%;
}
#responsiveLink.sp-link {
    /* スマホ用のリンク先はJavaScriptで設定 */
  }
  .section-title h2 {
    padding-left: 0;
    text-align: center;
    font-size: 22px;
  }

  .section-title::before {
    max-width: 36px;
    max-height: 36px;
    top: -67%;
    left: 50%;
    transform: translateX(-50%);
  }

  .section-title.no-icon_sp::after {
    display: none;
  }

  .trouble-list {
    width: 100%;
    margin: 11.73% auto 13.07%;
  }

  .trouble-bg {
    top: 15%;
    height: 19vw;
    max-height: 66px;
  }

  .trouble-item:nth-of-type(3) .trouble-bg {
    top: 10%;
    height: 25vw;
    max-height: 110px;
  }

  .trouble-content {
    margin-left: 2rem;
  }

  .trouble-item:nth-of-type(2) .trouble-content {
    margin-top: 9.54%;
    margin-bottom: 9.54%;
  }
  .trouble-item:nth-of-type(-n+2) .trouble-bg{
    height: 20vw;
    max-height: 73px;
  }

  .trouble-title {
    font-size: 17px;
    line-height: 1.3;
  }

  .trouble-item:nth-of-type(3) .trouble-title::before {
    transform: translateY(-93%);
  }

  .trouble-title::after {
    top: -30%;
    margin-left: 2%;
  }

  .trouble-item:nth-of-type(3) .trouble-title::after {
    top: -18%;
    margin-left: -1.7rem;
  }

  .trouble-title .line {
    display: block;
  }

  .trouble-text {
    margin-top: 3%;
    font-size: 13px;
    line-height: 1.6;
  }

  .trouble-title::before {
    left: -2rem;
  }

  .main-message-content {
    padding-bottom: 0;
    height: 151vw;
    background-image: url(../img/main-message_bg_sp@2x.jpg);
  }

  .main-message {
    margin-top: 7%;
    margin-bottom: 10.67%;
    margin-left: 4.27%;
    font-size: 28px;
    text-align: left;
  }
  .main-message-content p{
    font-size: 16px;
    line-height: 1.7;
    margin: 0 4.27%;
  }
  .main-message-content > p:nth-of-type(2){
    margin: 1em 0;
  }
  .main-message-content p span{
    display: inline-block;
  }
  .main-message-content p .dot-remv{
    display: none;
  }
  .chara-image_01{
    width: 24.8%;
   right: -1rem;
  }

  .scroll-infinity {
    margin-top: 10%;
  }

  .scroll-infinity__item {
    width: calc(47vw/1);

  }

  .reservation-method{
    width: 100%;
    margin: 14.8% 0 25%;
    padding: 15% 4.37% 7.29%;
  }
  .reservation-method-item:nth-of-type(1) .reservation-method-box{
    max-height: 123px;
  }
  .reservation-method p{
    font-size: 14px;
  }
  .reservation-method p:nth-child(1){
    margin-top: 1.75%;
  }
  .reservation-method .section-title + p{
    margin-top: 10%;
  } 
   .reservation-method .section-title + p + p{
    margin: 5% 0;
   }
   .reservation-method .section-title + p + p + p{
    margin-bottom: 18%;
   }
  .drive-message{
    margin-top: 8%;
    margin-bottom: 50%;
    line-height: 1.9;
  }
  .drive-message .break::after{
    content: "";
    display: block;
    margin: 1rem 0;
  }

  .chara-image_02{
    width: 43.2%;
    top: 36rem;
    right: 31%;
  }
  
  .contact-tel{
    width: 104%;
    
    bottom: -.5em;
  }
 
  
  .reservation-method-item:nth-of-type(2){
    margin-top: 30%;
  }
  .reservation-method-title{
    font-size: 17px;
  }
  .reservation-method-title::before{
    left: -2.3rem;
  }
  .reservation-method-text{
    line-height: 1.7;
  }
  .reservation-method-text .line{
    display: inline-block;
  }
  .reservation-method-text .dot-remv{
    display: none;
  }
  .reservation-method-item:nth-of-type(2) .reservation-method-text{
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  .reservation-method-item:nth-of-type(2) .reservation-method-text .tell-span{
    font-size: 28px;
    padding-left: 1.2rem;
    margin: .8rem 0;
    line-height: 1;
  }
  
  .reservation-method-item:nth-of-type(2) .reservation-method-text .tell-span::before{
    max-width: 31.54px;
    min-width: 31.54px;
    left: -0.5rem;
  }
  .reservation-method-item:nth-of-type(2) .reservation-method-text .line{
    display: inline-block;
    font-size: 13px;
    color: #5F5F5F;
    border: none;
  }


  
  .price-list-text .line {
    display: inline-block;
  }
  

  .price-list {
    width: 83.47%;
    margin-bottom: 20%;
  }


  .contact-wap{
    padding-top: 1em;
  }
  .content-wap .company-table{
    width: 100%;
    margin-bottom: 20%;
  }
  .content-wap .company-table th{
    padding: 1rem 0;
  }
  .content-wap .company-table td .line{
    display: block;
  }


.contact-wap.reservation-method {
  margin-top: 3em;
}

.contact-title{
  text-align: center;
  line-height: 1.5;
}
.contact-title .line{
  display: block;
}
.contact-title + p{
  margin-top: 10%;
}
.contact-title + p + p{
  margin: 5% 0;
}
.contact-title + p + p + p{
  margin-bottom: 18%;
}

#contactForm{
  margin-top: 10%;
}
  textarea{
    min-height: 190px;
  } 
  .submit-btn{
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .questions{
    margin-bottom: 20%;
  }
  .questions li{
    margin-top: 8.43%;
    font-size: clamp(9px, 5.5vw, 14px);
  }
  .q-title{
    margin-left: 3.5em;
    font-size: clamp(13px, 5.5vw, 18px);
  }
  .questions li p{
    margin-top: 1.4em;
    margin-left: 0;
  }
  .questions li p .line{
    display: inline;
  }
  .questions li:last-child{
    border-bottom: none;
  }

  footer{
    padding: 1em 0;
  }
  footer .table-wrap{
    display: none;
  }
  .footer-nav{
    margin: 0 auto;
  }
  .footer-nav ul{
    display: flex;
    justify-content: space-around;
    gap: .7rem;
  }
  .footer-nav li{
    font-size: .8em;
  }
  .footer-nav li::after{
    content: none;
  }


  .send_result{
  width: 100%;
  margin-top: 10%;
  text-align: center;
}
.send_result h1{
  margin-bottom: 6%;
  font-size: 1.6em;
}
.send_result p{
  font-size: 1.1em;
}
.send_result p .line{
  display: block;
}
.send_result a{
  margin: 10% auto;
}
}



