html,body{
  overflow-x: clip;
  max-width: 100%;
}

body{
  font-family: 'ヒラギノ角ゴ', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #1F1F1F;
  @media (min-width: 640px) {
    font-size: 20px;
  } 
}

.mv{
  text-align: center;
  margin-top: 50px;
  @media (min-width: 640px) {
    margin-top: 0;
  }
}

#wrapper{
  background-color: #fff;
}

@media (max-width: 375px) {
  html {
    transform-origin: top left;
    transform: scale(calc(100vw / 375));
    width: 375px;
    height: calc(100vh / calc(100vw / 375));
  }
  
  body {
    width: 375px;
    min-height: calc(100vh / calc(100vw / 375));
  }

  .drawer-nav,
  .drawer-nav-inner {
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

a{
  text-decoration: none;
  color: #1F1F1F;
  display: block;
  cursor: pointer;
}

.u-sp{
  display: block;
  @media (min-width: 640px) {
    display: none;
  }
}

.u-pc{
  display: none;
  @media (min-width: 640px) {
    display: block;
  }
}

.thanks-btn{
  text-align: center;
  margin-top: 24px;
  @media (min-width: 640px) {
    margin-top: 40px;
  }
}

.new-common-btn{
  text-align: center;
  
}

.new-common-btn a{
  position: relative;
  display: inline-block;
  padding: 12px 94px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(to bottom, #3899FF, #005BB9);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
  @media (min-width: 640px) {
    padding: 22px 116px;
    padding: 22px 116px;
    font-size: 24px;
  }
}

.column-back-btn.new-common-btn a{
  width: 100%;
  text-align: center;
  margin-top: 24px;
  padding: 12px 0;
  @media (min-width: 640px) {
    
}
}

.thanks-btn-link{
  position: relative;
  display: inline-block;
  padding: 12px 94px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(to bottom, #3899FF, #005BB9);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
  @media (min-width: 640px) {
    padding: 22px 116px;
    padding: 22px 116px;
    font-size: 24px;
  }
}

.thanks-btn-link::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  width: 26px;
  height: 26px;
  background-image: url(../img/new/thanks-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  @media (min-width: 640px) {
    left: 15px;
    width: 38px;
    height: 38px;
  }
}

.case-btn{
  position: relative;
  padding: 12px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(to bottom, #3899FF, #005BB9);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.16);
  margin-top: 16px;
  @media (min-width: 640px) {
    padding: 17px 0;
    font-size: 18px;
    margin-top: 28px;
  }
}

.case-btn::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 14px;
  height: 14px;
  background-image: url(../img/new/new-common-btn-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  @media (min-width: 640px) {
    right: 15px;
    width: 30px;
    height: 30px;
  }
}

.new-common-btn a::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 26px;
  height: 26px;
  background-image: url(../img/new/new-common-btn-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  @media (min-width: 640px) {
    right: 15px;
    width: 38px;
    height: 38px;
  }
}


/* ヘッダーーーーーーーー */
.header-tel{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 70px;
  display: inline-block;
  width: 140px;
  @media (min-width: 640px) {
    display: none;
  }
  img{
    width: 100%;
  }
}

#header .logo{
  width: 96px;
  @media (min-width: 640px) {
    width: 330px;
  }
}
@media (max-width: 640px) {
  #header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  #header .menu_open{
    background: #0456D4;
  }
  #header .menu_open span::before{
    height: 2px;
  }

}


.pc-header{
  display: none;
  @media (min-width: 640px) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
height: 100px;
  }
}
@media (min-width: 640px) {
.pc-nav-wrap{
  display: flex;
  align-items: center;
}
.pc-header-logo{
  width: 330px;
  padding-left: 15px;
}
.pc-nav-wrap{
  display: flex;
  align-items: center;
  justify-content: flex-end;

}

.pc-nav-item{
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 700;
  line-height: 1;
  color: #1F1F1F;
  margin-right: clamp(15px, 2vw, 20px);
  white-space: nowrap;
}
.pc-nav-item:last-child{
  margin-right: 40px;
}
.gnav-mail,
.gnav-tel{
  aspect-ratio: 120/100;
  width: 120px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

}

/* CTAループ追従ボタン */
.cta-roop {
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 1000;
  @media (min-width: 640px) {
    right: 20px; 
  }
}



.cta-roop img {
  width: 206px;
  @media (min-width: 640px) {
    max-width: 208px;
  }
}


/* ----ヘッダーーーーーーー */

.fv-bottom {
  background-color: #FEF100;
  color: #FF763Dff;
  text-align: center;
  padding: 18px;
  font-weight: 800;
  @media (min-width: 640px) {
    padding: 22px;
  }
}

.fv-bottom-text {
  font-size: 17px;
  @media (min-width: 370px) {
  font-size: 20px;
  }
  @media (min-width: 640px) {
    font-size: 41px;
  }
}

.fv-bottom-text span {
  font-size: 22px;
  @media (min-width: 370px) {
  font-size: 28px;
  }
  @media (min-width: 640px) {
    font-size: 51px;
  }
}

.new-title{
   font-size: 24px;
   text-align: center;
   font-weight: 800;
   color: #0456D4;
   line-height: 1.3;
   position: relative;
   @media (min-width: 640px) {
    font-size: 50px;
   }
}

h2.page_title{
  font-size: 24px;
  text-align: center;
  font-weight: 800;
  color: #0456D4;
  line-height: 1.3;
  position: relative;
  margin-bottom: 50px;
  @media (min-width: 640px) {
   font-size: 50px;
   margin-bottom: 70px;
  }
}

.page_content h2{
  font-size: 23px;
  text-align: center;
  font-weight: 800;
  color: #0456D4;
  line-height: 1.3;
  position: relative;
  margin-bottom: 50px;
  @media (min-width: 640px) {
   font-size: 50px;
   margin-bottom: 70px;
  }
}

.page_content h2::before{
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 3px;
  background-color: #FEF100;
  @media (min-width: 640px) {
    width: 68px;
    height: 5px;
    bottom: -28px;
  }
}

.new-title::before{
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 3px;
  background-color: #FEF100;
  @media (min-width: 640px) {
    width: 68px;
    height: 5px;
    bottom: -28px;
  }
  } 

  .page_title::before{
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 3px;
    background-color: #FEF100;
    @media (min-width: 640px) {
      width: 68px;
      height: 5px;
      bottom: -28px;
    }
  }

  .page_content.trouble-page{
    padding-inline: 16px;
    padding-top: 60px;
    @media (min-width: 640px) {
      padding-top: 100px;
    }
  }

  .new-title.area-title::before{
    background-color: #fff;
  }

  .service-section{
    padding-block: 32px 52px;
    background-image: url(../img/new/service-back-sp.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    @media (min-width: 640px) {
      padding-block: 100px;
      background-image: url(../img/new/service-back.jpg);
    }
  }

  .service-section.sub-service-section{
    padding-top: 60px;
    @media (min-width: 640px) {
      padding-top: 100px;
    }
  }


.new-common-inner{
  padding-inline: 15px;
  max-width: 1060px;
  margin-inline: auto;
  @media (min-width: 640px) {
    padding-inline: 30px;
  }
}

  .service-section-inner{
    max-width: 400px;
    @media (min-width: 640px) {
      max-width: 1000px;

    }
  }

  .service-title{
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #0456D4;
    padding: 10px 0;
    text-align: center;
    @media (min-width: 640px) {
      font-size: 26px;
      padding: 15px 0;
    }
  }

  .service-title span{
    font-size: 18px;
    @media (min-width: 640px) {
      font-size: 30px;
    }
  }
  
  .section-top-text{
text-align: center;
margin-top: 35px;
@media (min-width: 640px) {
  margin-top: 73px;
}
  }

.service-items{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 31px;
  @media (min-width: 640px) {
    margin-top: 52px;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(52/932*100%);
  }
}


.service-item{
  width: 100%;
  max-width: 271px;
  margin-inline: auto;
  @media (min-width: 640px) {
    width: 100%;
    max-width: 100%;
  }
}


.service-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 6px 0;
  @media (min-width: 640px) {
    padding: 17px 0;
  }
}

.service-time {
  aspect-ratio: 57/28;
  max-width: 57px;
  @media (min-width: 640px) {
    aspect-ratio: 127/62;
  max-width: 127px;
  }
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}


.service-time-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-left: 17px;
  white-space: nowrap;
  @media (min-width: 640px) {
    font-size: 24px;
    margin-left: 32px;
  }
}

.service-btn {
 aspect-ratio: 1/1;
  max-width: 26px;
  margin-left: 45px;
  @media (min-width: 640px) {
    max-width: 38px;
    margin-left: 31px;
  }
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}






/* 対応エリア ------------------------------------ */
.area-section{
  background-image: url(../img/new/area-back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 52px;
  @media (min-width: 640px) {
    padding-block: 100px;
}
}
.area-btn-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center; 
  gap: 12px;
  margin-top: 16px;
  margin-inline: auto;
  @media (min-width: 640px) {
    flex-direction: row;
    margin-top: 40px;
    gap: 32px;
    max-width: 834px;
  }
}

.area-btn{
  text-align: center;
  margin-inline: auto;
  width: 300px;
  @media (min-width: 640px) {
    width: 100%;
    width: 400px;
  }
}

.area-btn a{
  display: block;
  padding: 12px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  color: #fff;
  position: relative;
  @media (min-width: 640px) {
    font-size: 24px;
    padding: 22px 0;
  }
}
 
.area-btn a::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 26px;
  height: 26px;
  background-image: url(../img/new/area-btn-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  @media (min-width: 640px) {
    right: 15px;
    width: 38px;
    height: 38px;
  }
}

.area-btn-link--nagoyashi{
  background-color: #FF915F;
}

.area-btn-link--no-nagoyashi{
  background-color: #FF763D;
}



.area-section-inner{
  padding-inline: 0;
  max-width: 1200px;
  margin-inline: auto;
  @media (min-width: 640px) {
    padding-inline: 30px;
  }
}

.map-wrap {
  background-color: #fff;
  padding: 24px;
  margin-top: 28px;
  @media (min-width: 640px) {
    padding-block: 55px 40px;
    margin-top: 36px;
  }
}

.area-map {
  width: 100%;
  max-width: 334px;
  margin-inline: auto;
  @media (min-width: 640px) {
    max-width: 802px;
  }
}

.nagoyashi-area-img {
  margin-top: 24px;
  max-width: 400px;
  margin-inline: auto;
  text-align: center;
  @media (min-width: 640px) {
    margin-top: 51px;
    max-width: 940px;
  }
}

.no-nagoyashi-area-img {
  text-align: center;
  margin-top: 24px;
  max-width: 400px;
  margin-inline: auto;
  @media (min-width: 640px) {
    margin-top: 32px;
    max-width: 940px;
  }
}
/* 対応エリア ------------------------------------ */


/* ご利用の流れ ------------------------------------ */
.flow-section{
  padding-block: 52px;
  background-color: #fff;
  @media (min-width: 640px) {
    padding-block: 100px;
  }
}

.flow-items {
  margin-top: 45px;
  @media (min-width: 640px) {
    margin-top: 70px;
  }
}

.flow-item {                 
  border-top: 1px solid #EFEFEF;
  padding-top: 18px;
  position: relative;
  @media (min-width: 640px) {
    display: flex;
    align-items: center;
    gap: 22px;
    padding-top: 50px;
  }
}

.flow-item::before{
  content: '';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 31px;
  background-image: url(../img/new/flow-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  @media (min-width: 640px) {
    width: 68px;
    height: 50px;
    top: -24px;
} 
}

.flow-item:first-child::before{
  display: none;
}

  
  .flow-item:not(:first-child){
    margin-top: 20px;
    @media (min-width: 640px) {
      margin-top: 28px;
    }
  }

.flow-top-text {
  display: flex;
  align-items: center;
  gap: 16px;
  @media (min-width: 640px) { 
    display: contents;
  }
}

.flow-number {
  aspect-ratio: 1/1;
  max-width: 90px;
  @media (min-width: 640px) {
    max-width: 122px;
  }
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.flow-text-wrap{
  display: contents;
  @media (min-width: 640px) {
    display: block;
    flex: 1;
  }
}

.flow-title {
  color: #0456D4;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  flex: 1;
  @media (min-width: 640px) {
    font-size: 20px;
    margin-top: 16px;
  }
}

.flow-text {
 color: #1F1F1F;
 font-size: 14px;
 line-height: 1.8;
 margin-top: 12px;
 @media (min-width: 640px) {
  font-size: 16px;
 }
}

.flow-img {
  aspect-ratio: 347/208;
 margin-top: 16px;
  margin-inline: auto;
  @media (min-width: 640px) {
    aspect-ratio: 250/160;
    max-width: 250px;
  }
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}


.flow-btn{
  margin-top: 32px;
  @media (min-width: 640px) {
    margin-top: 52px;
  }
}
/* ご利用の流れ ------------------------------------ */


/* 事例一覧ーーーーーーーーーーーーーー */
.case-section{
  padding-block: 52px;
  background-image: url(../img/new/case-bg-sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media (min-width: 640px) {
    padding-block: 100px;
    background-image: url(../img/new/case-bg.jpg);
  }
}

.case-section-inner{
  
}

.case_wrapper{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  row-gap: 20px;
  margin-top: 47px;
  @media (min-width: 640px) {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-top: 70px;
  }
}

.case_post{
}

.case_post-img{
  aspect-ratio: 166/121;
  @media (min-width: 640px) {
    aspect-ratio: 310/180;
  }
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.post-date{
  font-size: 10px;
  font-weight: 700;
  color: #1F1F1F;
  margin-top: 8px;
  line-height: 1;
  @media (min-width: 640px) {
    font-size: 12px;
    margin-top: 20px;
  }
}

.case_post-title{
  color: #0456D4;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 8px;
  height: 67px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  @media (min-width: 640px) {
    font-size: 20px;
    height: 56px;
    -webkit-line-clamp: 2;
  }
}

.case_post-exp{
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px; overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  @media (min-width: 640px) {
    font-size: 16px;
    margin-top: 24px;
  }
}
/* 事例一覧ーーーーーーーーーーーーーー */







/* ---------お客様の声ーーーーーーーーーー */
.voice-section{
  background-color: #fff;
  padding-block: 52px;
  @media (min-width: 640px) {
    padding-block: 100px;
  }
}

.voice-section-inner{
  
}

.voice-items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
  margin-top: 67px;
  @media (min-width: 640px) {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-top: 98px;
  }
}

.voice_post_link {
text-align: center;
border: 1px solid #EFEFEF;
position: relative;
padding: 0 20px 20px;
max-width: 400px;
margin-inline: auto;
@media (min-width: 640px) {
  padding: 0 20px 26px;
}

}

.voice_post-title {
  top: -12px;
  left: 0;
  color: #fff;
  background-color: #0456D4;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-top: -40px;
  min-width: 162px;
  @media (min-width: 640px) {
    padding: 15px;
    font-size: 20px;
    top: -17px;
    min-width: 230px;
  }
}
.voice_post-title::before{
  content: '';
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/new/hukidashi.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 12px;
  width: 12px;
  @media (min-width: 640px) {
    bottom: -12px;
  }
}


.voice-top-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
  @media (min-width: 640px) {
    margin-top: 16px;
  }
}

.voice_post-img {
  aspect-ratio: 1/1;
  max-width: 71px;
  @media (min-width: 640px) {
    max-width: 82px;
  }
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.voice_post-text {

}

.voice_post-date {
  font-size: 10px;
  font-weight: 700;
  color: #1F1F1F;
  margin-top: 8px;
  line-height: 1;
  text-align: left;
  @media (min-width: 640px) {
    font-size: 12px;
  }
}

.star {
aspect-ratio: 171/35;
max-width: 171px;
img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
}

.voice_post-exp {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 12px;
  text-align: left;
  @media (min-width: 640px) {
    font-size: 16px;
  }
}
/* ---------お客様の声ーーーーーーーーーー */



/* ーーーーーコラムーーーーーーーーーー */
.column-section{
  padding-block: 52px;
  background-image: url(../img/new/colum-bg-sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media (min-width: 640px) {
    padding-block: 100px;
    background-image: url(../img/new/colum-bg.jpg);
  }
}


.staff-section{
  padding-block: 52px;
  background-image: url(../img/new/staff-back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media (min-width: 640px) {
    padding-block: 100px;
}
}


.column-items {
margin-top: 51px;
background-color: #fff;
padding: 20px 20px 16px;
@media (min-width: 640px) {
  margin-top: 70px;
  padding: 40px 40px 28px;
}
}

.column-item {
border-bottom: 1px solid #EFEFEF;
padding-bottom: 16px;
@media (min-width: 640px) {
  padding-bottom: 28px;
}
}

.column-item:not(:first-child){
  margin-top: 18px;
  @media (min-width: 640px) {
    margin-top: 28px;
  }
}

.column_post_link {

}

.column_post-title {
 color: #0456D4;
 font-size: 16px;
 font-weight: 700;
 line-height: 1.4;
 @media (min-width: 640px) {
  font-size: 26px;
 }
}

.column_post-exp {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
  @media (min-width: 640px) {
    font-size: 16px;
    margin-top: 0;
  }
}

.column_post-img {
aspect-ratio: 303/150;
margin-top: 12px;
@media (min-width: 640px) {
  aspect-ratio: 226/150;
  margin-top: 0;
  max-width: 226px;
}
img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
}

.column-meta{
  display: flex;                   
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  @media (min-width: 640px) {
    /* margin-top: 4px; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.column-category-text{
  color: #fff;   
  background-color: #0456D4;
  padding: 4px 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 5px;
}

.column-arrow{
  aspect-ratio: 1/1;
  width: 38px;

  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  } 
}

.column-category-text:empty {
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  overflow: hidden;
}

.clomn-pc-wrap{
  @media (min-width: 640px) {
    display: flex;
    margin-top: 20px;
    gap: 20px;
  }
}

.column-text-wrapper{
  @media (min-width: 640px) {
    flex: 1;
    position: relative;
  }
}
/* ーーーーーコラムーーーーーーーーーー */


/* よくある質問ーーーーーーー */
.faq-section{
  padding-block: 52px;
  background-color: #fff;
  @media (min-width: 640px) {
    padding-block: 100px;
  }
}

.p-faq__list{
  margin-top: 51px;
  @media (min-width: 640px) {
    margin-top: 70px;
  }
}
.p-faq-list__item {
  border-bottom: 1px solid #EFEFEF;
  border-top: 1px solid #EFEFEF;
}

.p-faq-list__item + .p-faq-list__item {
   
}

.p-faq-list__item-question {
    padding-block: 16px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #1F1F1F; 
    cursor: pointer;
    max-width: 100%;
    padding-right: 36px;
    @media (min-width: 640px) {
        padding: 44px 6px;
        font-size: 26px;
    }
}

.p-faq-list__item-question {
display: flex;
align-items: center;
}

.p-faq-list__item-question::before,
.p-faq-list__item-question::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;                                        
    width: 12px;
    height: 2px;
    background: #0456D4;
    transition: .3s;
    @media (min-width: 640px) {
        width: 14px;
    }
}

.p-faq-list__item-question::after {
    transform: rotate(90deg);
}

.p-faq-list__item-question.is-open::after {
    transform: rotate(0deg);
}

.p-faq-list__item-question span {
    margin-right: 12px;
    display: inline-block;
    color: #0456D4;
    font-size: 30px;
    font-weight: 500;
    @media (min-width: 640px) {
      margin-right: 22px;
      font-size: 40px;
    }
}

.p-faq-list__item-answer {
    display: none;
    font-size: 12px;
    font-weight: 500;
    color: #1F1F1F;
    padding-bottom: 20px;
    @media (min-width: 640px) {
        font-size: 16px;
    }
}
/* ---faq------------ */



/* cta------------------ */

.cta-section{
  background-color: #fff;
  background-image: url(../img/new/cta-bg-sp.png);
  background-size: cover;
  background-position:  center bottom;
  background-repeat: no-repeat;
  padding-bottom: 105px;
  @media (min-width: 640px) {
    padding-bottom: 150px;
    background-image: url(../img/new/cta-bg.png);
  }
}

.cta-banner{
  width: calc(367 / 375 * 100%);
  margin-top: 52px;
  margin-inline: auto;
  position: relative;
  @media (min-width: 640px) {
    width: calc(1061 / 1440 * 100%);
  }
}

.cta-banner img{
  width: 100%;
} 

.cta-btn-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(300 / 375 * 100%);
  @media (min-width: 640px) {
    margin-top: 32px;
    flex-direction: row;
    bottom: 28px;
    margin-left: 20px;
  }
}

.cta-tel{
  width: 100%;
  @media (min-width: 640px) {
    min-width: 300px;
    
  }
}

.cta-btn{
  width: 100%;
  @media (min-width: 640px) {
    min-width: 300px;

  }
}
/* ----------------------cta */




/* footer----------- */
.footer{
  background-color: #6CB4FF;
  padding-block: 28px 150px;
  @media (min-width: 640px) {
    padding-block: 84px 20px;
  }
}

.footer-menu{
  text-align: center;
  @media (min-width: 640px) {
    font-size: 16px;
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
}

.footer-menu a{
  text-decoration: underline;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  @media (min-width: 640px) {
    line-height: 1;
  }
}

.nav-item{
  margin-top: 12px;
  @media (min-width: 640px) {
    margin-top: 20px;
  }
}

.nav-item:first-child{
  @media (min-width: 640px) {
    margin-top: 0;
  }
}

.footer-logo{
  margin-top: 24px;
  width: 240px;
  margin-inline: auto;
  @media (min-width: 640px) {
    margin-top: 66px;
    width: 300px;
  }
}

small{
  display: block;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  margin-top: 12px;
  @media (min-width: 640px) {
    font-size: 12px;
    margin-top: 23px;
  }
}

/* スマホ用ドロワーメニュー */
.drawer-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100svh;
  background: rgba(0,0,0,0.2);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-30px);
  transition: opacity 0.4s cubic-bezier(.4,0,.2,1), transform 0.4s cubic-bezier(.4,0,.2,1);
}
.drawer-nav.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.drawer-nav-inner {
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 100vw !important;
  left: 0 !important;
  right: auto !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 0 !important;
  background: #fff;
  border: 1px solid #00bfff22;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
}
.drawer-nav-header {
  width: 258px;
  text-align: center;
  margin-top: 52px;
}
.drawer-logo {
  height: 48px;
  width: auto;
}


.drawer-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  max-width: 330px;
  margin-inline: auto;
  margin-top: 28px;
  justify-content: center;
  border: 1px solid #EFEFEF;
  padding: 28px 30px;

}
.drawer-nav-item {

}
.drawer-nav-item a {
  display: block;
  color: #1F1F1F;
  font-size: 14px;
  font-weight: 700;
}

.drawer-nav-footer{
  width: 300px;
}

.drawer-tel-btn{
  margin-top: 32px;
}

.drawer-contact-btn{
  margin-top: 12px;
}


#header .menu_open {
  position: fixed;
  top: 0;
  right: 0;
  background: #0456D4;
  display: block;
  padding: 15px 12.5px 0;
  width: 50px;
  height: 50px;
}

#header .menu_open img {
  display: block;
}

#header .menu_open.close .line1::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}

#header .menu_open.close .line2::before {
  opacity: 0;
  left: 30px;
}

#header .menu_open.close .line3::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -6px;
  left: 0px;
}

#header .menu_open span {
  display: block;
  height: 2px;
  position: relative;
}

#header .menu_open span::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header .menu_open span::after {
  display: none;
}

#header .menu_open .line1 {
  margin-bottom: 5px;
}

#header .menu_open .line1::before {
  left: 0px;
}

#header .menu_open .line2 {
  margin-bottom: 5px;
}

#header .menu_open .line2::before {
  left: 0px;
}

#header .menu_open .line3::before {
  left: 0px;
}

.menu_open.open.close{
  z-index: 9999999999;
}

/* -------table-------- */
.nagoyashi-area{
  margin-top: 24px;
  @media (min-width: 640px) {
    margin-top: 51px;
  }
}

.no-nagoyashi-area{
  margin-top: 24px;
  @media (min-width: 640px) {
    margin-top: 32px;
  }
}


.nagoyashi-area,
.no-nagoyashi-area{
td, th {
	border: 1px solid #FF915F;
	border-collapse: collapse;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  text-align: center;
  @media (min-width: 640px) {
    max-width: 940px;
  }
}
table{
  border-collapse: collapse;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  text-align: center;
  @media (min-width: 640px) {
    max-width: 940px;
  }
}
td a{
	padding: 23px 0;
  color: #FF915F;
  
  font-size: 14px;
  font-weight: 700;
  @media (min-width: 640px) {
    font-size: 20px;
  }
}
td{
  width: 25%;
  @media (min-width: 640px) {
    width: 17%;
  }
}
td a:hover{
  opacity: 0.7;
}
th {
  padding: 16px 0;
	background: #FF915F;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  @media (min-width: 640px) {
    font-size: 26px;
  }
}

}

.no-nagoyashi-area-table tr:last-child > td:nth-child(3),
.no-nagoyashi-area-table tr:last-child > td:nth-child(4) {
  
  @media (min-width: 640px) {
    border-color: #FF915F!important;
  }
}

@media (min-width: 640px) {
  .nagoyashi-area-table tr:last-child > td:nth-child(2),
  .nagoyashi-area-table tr:last-child > td:nth-child(3),
  .nagoyashi-area-table tr:last-child > td:nth-child(4),
  .nagoyashi-area-table tr:last-child > td:nth-child(5) {
    border-color: transparent !important;
  }
  .no-nagoyashi-area-table tr:last-child > td:nth-child(5){
    border-color: transparent !important;
  }
}


.area-btn-link--nagoyashi.u-sp,
.area-btn-link--no-nagoyashi.u-sp{
  display: block;
  @media (min-width: 640px) {
    display: none;
  }
}

.area-btn-link--nagoyashi.u-pc,
.area-btn-link--no-nagoyashi.u-pc{
  display: none;
  @media (min-width: 640px) {
    display: block;
  }
}



.first-nav-wrap > a{
  @media (min-width: 640px) {
   display: none;
  }
}

.nav-item-first{
  @media (min-width: 640px) {
    margin-top: 0;
  }
}

.lower-page{
  margin-top: 50px;
  @media (min-width: 640px) {
    margin-top: 0;
  }
}

.single-case-section{
  background-image: url(../img/new/single-case-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 52px;
  @media (min-width: 640px) {
    padding-block: 100px;
  }
}

.single-title{
  background-color: #0456D4;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding: 20px 20px;
  @media (min-width: 640px) {
    font-size: 26px;
    padding: 35px 40px;
  }
}

.single-case-content{
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  @media (min-width: 640px) {
    padding: 40px;
  }
}

.single-title{
  margin-top: 50px;
  @media (min-width: 640px) {
    margin-top: 70px;
  }
}
.case-top {
  color: #0456D4;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
  @media (min-width: 640px) {
    font-size: 26px;
    margin-top: 28px;
  }
}

.case-desc {
  font-size: 16px;
  margin-top: 16px;
  line-height: 1.5;
  font-weight: 500;

@media (min-width: 640px) {
  margin-top: 20px;
}
}

.single-case-img{
  aspect-ratio: 324/215;
  max-width: 324px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#new-main_content{
  background-image: url(../img/new/single-case-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.low-company-title{
  margin-bottom: 50px;
  @media (min-width: 640px) {
    margin-bottom: 75px;
  }
}
.low--title{
  margin-bottom: 50px;
  @media (min-width: 640px) {
    margin-bottom: 75px;
  }
}

.wp-pagenavi{
  display: flex;
  justify-content: center;
}

#bread_area {
  max-width: 1030px;
  margin: 0 auto;
  padding: 10px 15px 0; 
  text-align: left;
}

#bread_area a {
  color: #0456D4;
  text-decoration: none;
  font-size: 10px;
  @media (min-width: 640px) {
    font-size: 14px;
  }
}

#bread_area li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  font-size: 10px;
  @media (min-width: 640px) {
    font-size: 14px;
  }
}


#bread_area li + li::before {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  left: -13px;
  content: "\3e";
  margin-right: 5px;
  color: #333333;
}

.trouble_title.type1 {
  background-image: url(../img/new/toire.png);
  background-color: #0456D4;
}

.trouble_post dt{
  color: #0456D4;
  margin-bottom: 12px;
  @media (min-width: 640px) {
    margin-bottom: 20px;
  }
}

.trouble_post dd p{
  font-style: 16px;
  font-weight: 500;
  line-height: 1.5;
  @media (min-width: 640px) {
   
  }
}


.page_title_sub{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  background-color: transparent;
  @media (min-width: 640px) {
    font-size: 20px;
  }
}

.trouble_list .trouble_post + .trouble_post{
  border-top: 1px solid #EFEFEF;
}

.price_title_tr {
  background: #0456D4!important;
}

.price_box .price_title2{
  color: #005BB9;
}

.page_title_sub{
  color: #1F1F1F;
  font-size: 16px;           
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 30px;
  @media (min-width: 640px) {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.trouble_title.type4 {
  background-image: url(../img/top/ico_ranking4_2X.png);
  background-color: #0456D4;
}

.trouble_title.type2 {
  background-image: url(../img/top/ico_ranking2_2X.png);
  background-color: #0456D4;
}

.trouble_title.type3 {
  background-image: url(../img/top/ico_ranking3_2X.png);
  background-color: #0456D4;
}

.lower-page{
  position: relative;
}

.bread-area{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}


/* ーーーーースタッフーーーーーーーーーー */

/* スタッフ一覧用スタイル */
.staff-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 50px;
}
@media (min-width: 640px) {
  .staff-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-top: 70px;
  }
}
.staff-item {
  
}


.staff_post-img {
  aspect-ratio: 110/124;
  margin-inline: auto;
  max-width: 110px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media (min-width: 640px) {
    max-width: 220px;
  }
}

.staff-post {
  margin-top: 16px;
  font-size: 10px;
  font-weight: 700;
  color: #1F1F1F;
  line-height:1.5;
  @media (min-width: 640px) {
      margin-top: 16px;
      font-size: 12px;
}
}

.staff_post-title {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #0456D4;
  line-height: 1.5;
  @media (min-width: 640px) {
    margin-top: 6px;
    font-size: 20px;
  }
}


.staff-introduction {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  color: #1F1F1F;
}
@media (min-width: 640px) {
  .staff-introduction {
    margin-top: 16px;
    font-size: 16px;
  }
}

.flow-section.sub-flow-page{
  background-image: url(../img/new/flow-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-section.sub-faq-section{
  background-image: url(../img/new/sub-faq-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}


/* ----------about-------- */
.sub-about-section{
  background-image: url(../img/new/flow-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 60px;
  @media (min-width: 640px) {
    padding-block: 100px;
  }
}

.sub-about-list{
  margin-top: 38px;
  @media (min-width: 640px) {
    margin-top: 70px;
  }
}

.sub-about-item{
  background-color: #fff;
  padding: 20px 22px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  @media (min-width: 640px) {
    padding: 27px 48px;
  }
}

.sub-about-item + .sub-about-item{
  margin-top: 28px;
  @media (min-width: 640px) {
    margin-top: 40px;
  }
}

.sub-about-item-title{
  color: #0456D4;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  font-family: 'roboto', sans-serif;
  text-align: center;
  @media (min-width: 640px) {
    font-size: 26px;
  }
}

.sub-about-item-title-copy{
  color: #FF763D;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 10px;
  text-align: left;
  @media (min-width: 640px) {
    font-size: 20px;
    margin-top: 23px;
  }
}

.sub-about-item-text{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
  @media (min-width: 640px) {
    text-align: center;
    font-size: 20px;
    margin-top: 28px;
  }
}
.sub-about-item-text2{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
  text-align: left;
  @media (min-width: 640px) {
    font-size: 20px;
    margin-top: 24px;
  }
}
/* ----sub-about--------------- */


/* お問い合わせフォームーーーーーーー */
/*確認画面と完了画面を非表示*/
.confirm_area {
    display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
    display: none;
}

.Form-Item{
  margin-top: 30px;
  @media (min-width: 640px) {
    margin-top: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.Form-Item-Textarea{
  @media (min-width: 640px) {
    align-items: flex-start;
  }
}
.Form-Item-Textarea .Form-Item-Label{
  @media (min-width: 640px) {
    margin-top: 8px;
  }
}

.Form-Item-Label-Required{
  color: #fff;
  border-radius: 2px;
  background-color: #FF763D;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-right: 8px;
  @media (min-width: 640px) {
    font-size: 14px;
  }
}

.Form-Item-Label{
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #1F1F1F;
  @media (min-width: 640px) {
    font-size: 16px;
    width: calc(322 / 1000 * 100%);
  }
}

/* プライバシーポリシー同意チェックボックス */
.privacy-checkbox p{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 30px;
  justify-content: center;
max-width: 500px;
margin-inline: auto;
}

.privacy-checkbox-input {
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #1F1F1F;
  @media (min-width: 640px) {
    width: 20px;
    height: 20px;
  }
}

.privacy-checkbox-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #1F1F1F;
  cursor: pointer;
  flex: 1;
  @media (min-width: 640px) {
    font-size: 18px;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
  background-color: #fff!important;
  padding: 16px 20px;
  font-weight: 500;
  font-size: 14px;
  border:none;
  margin-top: 15px;
  width: 100%;
  @media (min-width: 640px) {
    margin-top: 0;
    
  }
}

textarea{
  min-height: 348px;
  @media (min-width: 640px) {
    min-height: 241px;
  }
}

.Form-Item-Input{
  @media (min-width: 640px) {
    flex: 1;
  }
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder{
  color: #A3A3A3;
}

.Form-Item + .Form-Item{
  margin-top: 28px;
}

.button-wrap{
  text-align: center;
}

.confirm_button{
  display: inline-block;
  padding: 12px 94px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(to bottom, #3899FF, #005BB9);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.16);
  border: none;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
  @media (min-width: 640px) {
    padding: 22px 116px;
    padding: 22px 116px;
    font-size: 24px;
    margin-top: 43px;
  }
}

.confirm_button::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 26px;
  height: 26px;
  background-image: url(../img/new/new-common-btn-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  z-index: 1;
  @media (min-width: 640px) {
    right: 15px;
    width: 38px;
    height: 38px;
  }
}

.confirm_button:disabled {
  background: #CCCCCC;
  color: #999999;
  cursor: not-allowed;
  box-shadow: none;
}



.policy-heading{
  color: #0043AA;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 32px;
  text-align: center;
  @media (min-width: 640px) {
    font-size: 20px;
    margin-top: 57px;
  }
}

.policy-wrapper{
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
  height: 256px;
  overflow-y: scroll;
  @media (min-width: 640px) {
    padding: 40px;
    margin-top: 24px;
  }
}


.confirm_area{
padding-top: 40px;
@media (min-width: 640px) {
  padding-top: 80px;
}
}

.confirm_area{
  .Form-Item{
    padding: 20px;
    border-bottom: 1px solid #A3A3A3;
    margin-top: 0;
    justify-content: flex-start;
    @media (min-width: 640px) {
      padding: 38px 20px;
    } 
  }
  .Form-Item span{
    margin-top: 12px;
    @media (min-width: 640px) {
      margin-top: 0;
    }
  }
  .Form-Item:first-of-type{
   border-top: 1px solid #A3A3A3;
  }
}

.confirm_area_heading{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
  @media (min-width: 640px) {
    text-align: left;
  }
}

input[type="submit"]{
  display: inline-block;
  padding: 12px 94px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(to bottom, #3899FF, #005BB9);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.16);
  border: none;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
  @media (min-width: 640px) {
    padding: 22px 116px;
    padding: 22px 116px;
    font-size: 24px;
    margin-top: 43px;
  }
}

.submit-wrap p{
  display: inline-block;
  position: relative;
}

.submit-wrap input[type="submit"] {
  /* 既存のボタンスタイルをそのまま利用 */
}

.submit-wrap p::before {
  content: '';
  position: absolute;
  top: 69%;
  transform: translateY(-50%);
  right: 8px;
  width: 26px;
  height: 26px;
  background-image: url(../img/new/new-common-btn-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;

  z-index: 1;
  @media (min-width: 640px) {
    right: 15px;
    width: 38px;
    height: 38px;
    top: 68%;
  }
}


/* .back-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
} */

.back-wrap p{
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 24px;
  justify-content: center;
  @media (min-width: 640px) {
    margin-top: 8px;
  }
}



.back-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/new/submit-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.back_button {
  border: none;
  background: none;
  color: #1F1F1F;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  outline: none;
}

.contact-img{
  text-align: center;

  @media (min-width: 640px) {
 
  }
}

.murabito-text{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
  @media (min-width: 640px) {
    font-size: 20px;
    margin-top: 27px;
  }
}

.tel-list{
  background-color: #EFEFEF;
  padding: 16px 12px;
  font-size: 14px;
  font-weight: 500;
   margin-top: 12px;
  @media (min-width: 640px) {
    padding: 20px;
    font-size: 16px;
    margin-top: 20px;
  }
}

.tel-list li{
  text-indent: -1.5em;
  margin-left: 1.5em;

  @media (min-width: 640px) {

  }
}

.contact-banner{
  background-color: #fff;
  padding: 0 0 28px;
  border: 3px solid #0456D4;
  padding: 20px;
  position: relative;
  @media (min-width: 640px) {
   

  }
}

.contact-img{
  position: relative;
  margin-top: 73px;
  @media (min-width: 640px) {
    margin-top: 127px;
  }
}

.contact-img::before{
  content: '';
  position: absolute;
  bottom: -26px;
  left: -8px;
  width: 57px;
  height: 58px;
  background-image: url(../img/new/contact-bg-img01-sp.png);
  background-size: cover;
  z-index: 1;
  @media (min-width: 640px) {
    background-image: url(../img/new/contact-bg-img01.png);
    width: 163px;
    height: 165px;
    bottom: -62px;
    left: -23px;
  }
}

.contact-img::after{
  content: '';
  position: absolute;
  top: -28px;
  right: -10px;
  width: 77px;
  height: 69px;
  background-image: url(../img/new/contact-bg-img02-sp.png);
  background-size: cover;
  @media (min-width: 640px) {
    background-image: url(../img/new/contact-bg-img02.png);
    width: 186px;
    height: 167px;
    top: -51px;
    right: -16px;
  }
}

.contact-cta-btn{
  @media (min-width: 640px) {
    max-width: 440px;
    margin-inline: auto;
  }
}

.tel-text{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 22px;
  @media (min-width: 640px) {
    font-size: 16px;
    margin-top: 40px;
  }
}

.wpcf7-spinner{
  display: none!important;
}

.thanks-text-wrap{
  margin-top: 40px;
  text-align: center;
  @media (min-width: 640px) {
    margin-top: 70px;
  }
}

.thanks-text-tel{
  margin-top: 20px;
  @media (min-width: 640px) {
    margin-top: 30px;
  }
}

/* ------営業所ーーーーーーーーーーー */


.sub-office-page{
  padding-block: 52px;
  background-color: #fff;
  background-image: url(../img/new/flow-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media (min-width: 640px) {
    padding-block: 100px;
  }
}

.office-text{
  margin-top: 35px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  @media (min-width: 640px) {
    margin-top: 70px;
    font-size: 20px;
  }
}

.office-title{
  background-color: #0456D4;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 16px;
  text-align: center;
  @media (min-width: 640px) {
    font-size: 26px;
    padding: 30px;
  }
}

.office-nagoya{
  margin-top: 24px;
  @media (min-width: 640px) {
    margin-top: 40px;
  }
}

.office-text-wrap{
  background-color: #fff;
  padding: 20px 22px       ;
  @media (min-width: 640px) {
    padding: 40px;
  }
}

.office-heading{
  color: #0456D4;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 12px;
  margin-top: 20px;
  @media (min-width: 640px) {
    font-size: 26px;
    padding-bottom: 20px;
    margin-top: 40px;
  }
}
.office-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 12px;
  @media (min-width: 640px) {
    grid-template-columns: repeat(6, 1fr);
    gap: 32px;
    row-gap: 20px;
    margin-top: 20px;
  }
}

.office-item{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  @media (min-width: 640px) {
    font-size: 16px;
  }
}

.office-item a{
  color: #1F1F1F;
  display: block;

  @media (min-width: 640px) {

  }
}

.office-heading.office-heading-first{
  margin-top: 0;
}

.cta_bnr{
  max-width: 737px;
  margin-inline: auto;
}

.single_area{
  padding-inline: 20px;
  @media (min-width: 640px) {
    
  }
}

.single-area-service{
  position: relative;
}

.single-area-bread{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.section-top-text.single-toire-top-text{
  text-align: left;
  margin-bottom: 40px;
  line-height: 1.8;
  padding-inline: 20px;
}

.single-column-bread{
  @media (max-width: 640px) {
    margin-top: 50px;
  }
}

.location-badge {
  width: calc(71 / 375 * 100vw);
  height: auto;
  aspect-ratio: 1/1;
  background-color: #FF763D; 
  border-radius: 50%;
  color: white;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  line-height: 1.2;
  box-shadow: 2px 2px 0 #DB4507;
  @media (min-width: 640px) {
    width: calc(107 / 1400 * 100%);
    box-shadow: 3px 3px 0 #DB4507;
  }

}

.map-icon {
  width: 17px;
  height: auto;
  margin-bottom: 4px;
  @media (min-width: 640px) {
    width: 26px;
  }
}

.single-area-mv{
  position: relative;
}

.location-badge{
  position: absolute;
  top: 17px;
  left: calc(10 / 375 * 100vw);
  z-index: 1;
  @media (min-width: 640px) {
    top: 30px;
    left: calc(180 / 1160 * 100vw);
  }
  @media (min-width: 900px) {
    top: 30px;
    left: calc(180 / 1400 * 100vw);
  }

}

.location-text{
  white-space: nowrap;
  font-size: 12px;
  @media (min-width: 800px) {
    font-size: 16px;
  }
  @media (min-width: 1200px) {
    font-size: 20px;
  }
  @media (min-width: 2000px) {
    font-size: 24px;
  }
}