/* ======================================================================
services01
====================================================================== */
.services_ttl{
  font-size: 2.0833333333vw;
  font-weight: bold;
  margin-bottom: 1em;
}
.services01_table{
  position: relative;
}
.character_img{
  position: absolute;
  top: -2.5%;
  right: 0;
  width: 11%;
}

table.sv_table{
  padding:0;
  margin:0;
  border-collapse: collapse;
  font-size: 1.2vw;
}
table.sv_table td,table.sv_table th{
  border:solid #000 2px;
  padding:0.3em;
  text-align:center;
  vertical-align:middle;
}
table.sv_table th{
  font-weight:bold;
  color: #fff;
}
th.th01{
  width: 22.11%;
  background-color: #036eb7;
}
th.th02{
  width: 15.98%;
  background-color: #036eb7;
}
th.th03{
  width: 13.2%;
  background-color: #036eb7;
}
th.th03re{
  background-color: #1eaa39;
}
th.th04{
  width: 35.51%;
  background-color: #888888;
}
td.td01{
  background-color: #d2ecfa;
}
td.td02{
  background-color: #deebf8;
}
.sv_table td.syuun-td{
  text-align: left;
}
.sv_table td.syuun-td div{
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.table_character01{
  width: 30%;
}
.table_character02{
  width: 40%;
}

p.kanri{
  border: 3px solid #036eb7;
  border-radius: 5px;
  padding: 0.3em 0.8em;
  display: inline-block;
}
p.syokyaku{
  border: 3px solid #f29600;
  border-radius: 5px;
  padding: 0.3em 0.8em;
  display: inline-block;
}
p.antei{  
  border: 3px solid #1eaa39;
  border-radius: 5px;
  padding: 0.3em 0.8em;
  display: inline-block;
}
p.syokyaku02{
  border: 3px solid #e50012;
  border-radius: 5px;
  padding: 0.3em 0.8em;
  display: inline-block;
}
.or{
  margin: 0 0.3em;
}
.services_txt{
  margin-bottom: 4rem;
}
.permission_list{
  width: 40%;
  margin: 0 auto;
}
.permission_list li{
  border-bottom: 1px solid #898989;
  padding: 1em;
}
.permission_list li:first-of-type{
  border-top: 1px solid #898989;
}
.permission_list li div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.permission_list li div img{
  width: 50%;
}
.vehicle_list{
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  column-gap: 4rem; 
  row-gap: 0;
}
.vehicle_list li{
  border-bottom: 1px solid #898989;
  padding: 1em;
  display: flex;
  justify-content: space-between;
}
.vehicle_list li:nth-child(-n+3) {
  border-top: 1px solid #898989; 
}
.sv_flex{
  display: flex;
  gap: 4rem;
  margin-top: 4rem;
}

@media screen and (max-width: 767px){
  .character_img {
    /* top: 11%;
    right: 4vw; */
    display: none;
  }
  table.sv_table {
    margin-top: 2em;
    font-size: 2.5vw;
  }
  .sv_table td.syuun-td {
    text-align: center;
  }
  .sv_table td.syuun-td div {
    flex-direction: column;
  }
  .services_ttl{
    font-size: 3.5vw;
  }
  .permission_list {
    width: 100%;
  }
  .vehicle_list {
    display: block;
  }
  .vehicle_list li:nth-child(-n+3) {
    border-top: unset;
  }
  .vehicle_list li:first-child {
    border-top: 1px solid #898989;
  }
  .sv_flex {
    flex-direction: column;
  }
  .or{
    display: block;
    margin: 0;
}
}

/* ======================================================================
services02
====================================================================== */
.sv_flex>.dd
{
  flex-grow: 1;
}
.sv_flex>.dd>.permission_list
{
  width: 80%;
}
@media screen and (max-width: 767px){
  .sv_flex>.dd>.permission_list
  {
    width: 100%;
  }
}
/* ======================================================================
services03
====================================================================== */
.sv03{
  text-align: center;
}
.sekou-itemwrap{
  margin-top: 7rem;
}
.sekou-itemwrap>.sv_flex div{
  width: calc((100% - 8rem) / 3);
}

/* ======================================================================
services04
====================================================================== */
.ihin-ttl{
  color: #f29600;
}
.ihin-flex{
  flex-wrap: wrap;
  justify-content: center;
}
.ihin-wrap{
  padding: 8rem 0;
  width: calc((100% - 8rem)/3);
  background-color: #eaf4fc; 
}
.items.ihin-items{
  width: 80%;
  margin: 0 auto;
}
.ihin-items div.ihin-icon{
  width: 45%;
  margin: 0 auto 4rem;
}
.ihin-wrap h2{
 color: #000;
 font-size: 1.65vw;
 margin-bottom: 1.5rem;
 font-weight: bold;
}
p.ihin-txt{
  margin-bottom: 2em;
  text-align: left;
}
.ihin-items div.ihin-btn-wrap{
  width: 100%;
}
.ihin-btn-wrap p{
  border: solid #005daa 2px;
  border-radius: 10px;
  background-color: #fff;
  padding: 0.8em 0;
  display: block;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.ihin-btn-wrap p:first-child{
  margin-bottom: 1.5rem;
}
.ihin_list li{
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}
.ihin_list li div.ihin-icon{
  width: 25%;
}
.area_list{
  justify-content: center;
  width: 85%;
  margin: 0 auto 4rem;
}
.vehicle_list.area_list li{
  border: solid #005daa 2px;
  border-radius: 10px;
  background-color: #fff;
  padding: 0.8em 0;
  display: block;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
}
.flow-wrap{
  width: 75%;
  margin: 0 auto;
}
.flow_item-wrap{
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  border-top: 1px solid #898989;
  padding: 1.5em 0 1.5em 15%;
}
.flow_item-wrap:last-child{
  border-bottom: 1px solid #898989;
}
.flow_item-wrap::after{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em calc(2em / 2) 0 calc(2em / 2);
  border-color: #005DAA transparent transparent transparent;
  display: block;
}
.flow_item-wrap:last-child::after{
  display: none;
}
.flow-icon{
  width: 10%;
}
.flow-num{
  font-weight: bold;
  font-size: 3vw;
  color: #005daa;
}
.flow-txtwrap{
  text-align: left;
}
.flow-txt-ttl{
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.flow-txt{

}
.contact-wrap{
  background-color: #f7b52c;
}
.contact-wrap .page-section-wrap{
  display: flex;
  gap: 4.5rem;
  justify-content: center;
  align-items: center;
  padding: 3rem 5vw;
}
.contact-chara{
  flex-basis: 30%;
}
.contact-txtbox_wrap{
  flex-basis: 70%;
}
.contact-txtbox{
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.txtbox-ttls,.txtbox-ttls h2{
  color: #fff;
  text-align: left;
}
.txtbox-btns{
  flex-basis: 35%;
}
.txtbox-btns p{
  color: #000;
  background: #fff;
  border-radius: 10px;
  padding: 0.8em 0;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
  width: 100%;
}

.svcontact.l_cta__contents {
    gap: 2vw;
}
.svcontact.l_cta__contents a{
  background: #fff;
    padding: 1em;
    border-radius: 10px;
    flex-grow: 1;
}
.svcontact .l_cta__link .ttl ,.svcontact .l_cta__link .txt ,.svcontact .l_cta__link .open {
    color: #000;
}
.svcontact .l_cta__link .txt {
  border-bottom: 0.0520833333vw solid #000;
}
.svcontact .l_cta__link .txt:after {
    background: #000;
}
.svcontact .l_cta__link .icon._tel {
    background-image: url(../img/services/tel-icon.png);
}
.svcontact .l_cta__link .icon._mail {
    background-image: url(../img/services/mail-icon.png);
}
.svcontact .l_cta__link .icon {
  width: 2vw;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px){
  .ihin-wrap{
    width: 100%;
  }
  .ihin-wrap h2{
    font-size: 3.5vw;
  }
  .vehicle_list.area_list li{
    margin-bottom: 1em;
  }
  .flow_item-wrap{
    flex-direction: column;
    padding: 1.5em 0 ;
  }
  .flow-icon{
    width:30%;
  }
  .flow-num{
    font-size: 2em;
  }
  .flow-txt-ttl{
    text-align: center;
  }
    .contact-chara{
    width: 30%;
  }
.contact-txtbox_wrap{
  width: 100%;
  }
  .contact-wrap .page-section-wrap,.contact-txtbox {
    flex-direction: column;
  }
  .svcontact .l_cta__link .icon {
    width: 10vw;
    margin-right: 1em;
    }
}

/* ======================================================================
services06
====================================================================== */
.machi-wrap{
  background-color: #ecf4e3;
  padding: 8rem 0;
}
.machi-wrap h2{
  color: #1eaa39;
}
.item_wrap{
  display: flex;
  gap: 4rem;
  justify-content: center;
}
.items{
  width: calc((100% - 20rem)/4);
  text-align: center;
}
.items div{
  width: 60%;
  margin: 0 auto 2rem;
}
.sv04_flex{
  display: flex;
  margin-top: 4rem;
  gap: 4rem;
}
.hito-wrap{
  background-color: #fce4df;
}
.hito-wrap h2{
 color: #ec6d81;
}
.genki-wrap{
  background-color: #dfeaf8;
}
.genki-wrap h2{
 color: #004ea2;
}
.egao-wrap{
  background-color: #fff5e0; 
}
.egao-wrap h2{
 color: #f29600;
}
.hito-wrap,.genki-wrap,.egao-wrap{
  padding: 8rem 0;
  width: calc((100% - 8rem)/3);
}
.item02{
  width: 65%;
  margin: 0 auto;
}

@media screen and (max-width: 767px){
  .item_wrap,.sv04_flex{
    flex-direction: column;
  }
  .items,.hito-wrap, .genki-wrap, .egao-wrap{
    width: 100%;
  }
}

/* ======================================================================
links
====================================================================== */
.link_list{
  width: 60%;
  margin: 0 auto
}
.link_list li:first-of-type {
    border-top: 1px solid #898989;
}
.link_list li {
    border-bottom: 1px solid #898989;
    padding: 1.2em;
}
a.link_list-link{
  font-size: 1.1em;
  margin-bottom: 0.8em;
  display: inline-block;
  color: #005daa;
}
@media screen and (max-width: 767px){
  .link_list {
    width: 100%;
  }
}