@charset "utf-8";

/*--------------------------------------------
ttl
--------------------------------------------*/
/*
ご利用のお客様向け
*/
.o-ttl_customer_bg {
  width: 100%;
  background: url(/wordpress/wp-content/themes/kanagawataxi/assets/images/ttl_customer_bg.svg) no-repeat;
  background-position: center;
  background-size: cover;
}

/*
タクシードライバーについて
*/
.o-ttl_driver_bg {
  width: 100%;
  background: url(/wordpress/wp-content/themes/kanagawataxi/assets/images/ttl_driver_bg.svg) no-repeat;
  background-position: center;
  background-size: cover;
}

/*
協会について
*/
.o-ttl_association_bg {
  width: 100%;
  background: url(/wordpress/wp-content/themes/kanagawataxi/assets/images/ttl_association_bg.svg) no-repeat;
  background-position: center;
  background-size: cover;
}

.o-ttl {
  max-width: 1200px;
  width: 83.333%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  min-height: 120px;
  padding: 0.4em 160px 0.4em 0;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-ttl {
    max-width: none;
    width: 92%;
    min-height: 15vw;
    padding: 0.4em 21vw 0.4em 0;
  }
}

/*
taxi
*/
.o-ttl.-taxi::before {
  content: "";
  background: url(/wordpress/wp-content/themes/kanagawataxi/assets/images/ttl_taxi_ill.svg) no-repeat;
  background-size: cover;
  width: 160px;
  height: 175px;
  position: absolute;
  right: 0;
  bottom: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-ttl.-taxi::before {
    content: "";
    background: url(/wordpress/wp-content/themes/kanagawataxi/assets/images/ttl_taxi_ill.svg) no-repeat;
    background-size: cover;
    width: 21vw;
    height: 23vw;
  }
}

.o-ttl h2 {
  font-family: makinas-4-flat, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 42px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-ttl h2 {
    font-size: 4.6vw;
  }
}


/*--------------------------------------------
header bg
--------------------------------------------*/
.o-header_kv_bg {
  margin-top: -190px;
  padding: 190px 0 60px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-header_kv_bg {
    margin-top: -25.333vw;
    padding: 25.333vw 0 10vw 0;
  }
}

/*
ご利用のお客様向け
*/
.o-header_kv_bg.-customer {
  background: url(/wordpress/wp-content/themes/kanagawataxi/assets/images/header_customer_bg.svg) no-repeat;
  background-size: cover;
}

/*
タクシードライバーについて
*/
.o-header_kv_bg.-driver {
  background: url(/wordpress/wp-content/themes/kanagawataxi/assets/images/header_driver_bg.svg) no-repeat;
  background-size: cover;
}

/*
協会について
*/
.o-header_kv_bg.-association {
  background: url(/wordpress/wp-content/themes/kanagawataxi/assets/images/header_association_bg.svg) no-repeat;
  background-size: cover;
}

.o-header_kv {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.o-header_kv img {
  display: block;
  max-width: 1200px;
  width: 83.333%;
  margin: 0 auto;
}

.o-header_kv__heading {
  background: #fff;
  color: #BC48A9;
  padding: 0.2em 0.5em;
  font-family: makinas-4-flat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  position: absolute;
  left: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-header_kv__heading {
    font-size: 4.6vw;
  }
}

/*
タクシードライバーの魅力
*/
.o-header_kv__heading.-charm {
  top: auto;
  bottom: 15%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-header_kv__heading.-charm {
    bottom: 8vw;
  }
}

.o-header_kv__heading__read {
  position: absolute;
  bottom: 38%;
  left: 18%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-header_kv__heading__read {
    bottom: 32%;
    left: 16%;
    width: 45%;
  }
}

.o-header_kv__heading__read__txt_01 {
  font-size: 24px;
  line-height: 2em;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-header_kv__heading__read__txt_01 {
    font-size: 3.2vw;
  }
}

/*
女性タクシードライバー座談会
*/
.o-header_kv__heading.-symposium {
  top: auto;
  bottom: 15%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-header_kv__heading.-symposium {
    bottom: 8vw;
  }
}

/*
先輩ドライバーの声
*/
.o-header_kv__heading.-voice {
  top: 15%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-header_kv__heading.-voice {
    top: 8vw;
  }
}

.o-header_kv__heading__name {
  position: absolute;
  top: 38%;
  left: 18%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-header_kv__heading__name {
    top: 35%;
    left: 16%;
  }
}

.o-header_kv__heading__name__txt_01 {
  font-size: 20px;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-header_kv__heading__name__txt_01 {
    font-size: 3.2vw;
  }
}

.o-header_kv__heading__name__txt_02 {
  font-size: 80px;
  color: #fff;
  font-weight: 500;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-header_kv__heading__name__txt_02 {
    font-size: 9vw;
    margin-top: 0.1em;
  }
}

.o-header_kv__heading__name__txt_03 {
  display: inline-block;
  background: #D263C0;
  color: #fff;
  padding: 0.1em 0.8em 0.3em 0.8em;
  margin-top: 1em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-header_kv__heading__name__txt_03 {
    font-size: 2.8vw;
  }
}


/*--------------------------------------------
wrap
--------------------------------------------*/
.o-wrap {
  max-width: 1050px;
  width: 72.916%;
  margin: 80px auto 0 auto;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-wrap {
    margin-top: 10vw;
    width: 92%;
  }
}

.o-wrap.-wide {
  max-width: none;
  width: 100%;
}


/*--------------------------------------------
検索結果
--------------------------------------------*/
.o-search_list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 5%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-search_list {
    gap: 2vw 0;
  }
}

.o-search_list li {
  width: 30%;
  background: #F5F5F5;
  border-radius: 10px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-search_list li {
    width: 100%;
    border-radius: 3vw;
  }
}

.o-search_list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 18px;
  font-size: 14px;
  color: #007BBB;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-search_list li a {
    font-size: 3.4vw;
    padding: 3vw;
  }
}


/*--------------------------------------------
お知らせ
--------------------------------------------*/
.o-info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 1.25%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-info {
    gap: 3vw 0;
  }
}

.o-info li {
  width: 32.5%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-info li {
    width: 100%;
  }
}

.o-info li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #F5F5F5 url(/wordpress/wp-content/themes/kanagawataxi/assets/images/ic_pdf.svg) no-repeat;
  background-position: left 5.5% center;
  background-size: 12%;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  padding: 18px 18px 18px 22%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-info li a {
    border-radius: 3vw;
    font-size: 3.4vw;
    padding: 3vw 3vw 3vw 20vw;
  }
}

.o-info li a span {
  display: block;
  color: #007BBB;
}

.o-info li a p {
  margin-top: 12px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-info li a p {
    margin-top: 2vw;
  }
}


/*--------------------------------------------
PDFダウンロードリスト
--------------------------------------------*/
.o-pdf_list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 1.25%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-pdf_list {
    margin-top: 8vw;
    gap: 3vw 0;
  }
}

.o-pdf_list li {
  width: 32.5%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-pdf_list li {
    width: 100%;
  }
}

.o-pdf_list li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #F5F5F5 url(/wordpress/wp-content/themes/kanagawataxi/assets/images/ic_pdf.svg) no-repeat;
  background-position: left 5.5% center;
  background-size: 12%;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  padding: 36px 18px 36px 22%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-pdf_list li a {
    border-radius: 3vw;
    font-size: 3.4vw;
    padding: 6vw 3vw 6vw 20vw;
  }
}

.o-pdf_list.-max1 {
  display: block;
}

.o-pdf_list.-max1 li {
  margin: 0 auto;
}


/*--------------------------------------------
65％背景色
--------------------------------------------*/
.o-sec_bg {
  position: relative;
  padding: 40px 0 0 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-sec_bg {
    padding: 10vw 0;
  }
}

.o-sec_bg::before {
  content: "";
  background: #FFFAF0;
  width: 65%;
  height: 65%;
  position: absolute;
  top: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-sec_bg::before {
    height: 100%;
  }
}

.o-sec_bg.-left::before {
  left: 0;
}

.o-sec_bg.-right::before {
  right: 0;
}

.o-sec_bg__cnt {
  max-width: 1050px;
  width: 72.916%;
  margin: 0 auto;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-sec_bg__cnt {
    max-width:none;
    width: 92%;
  }
}


/*--------------------------------------------
画像センターに80%
--------------------------------------------*/
.o-img_center {
  width: 80%;
  margin: 60px auto 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-img_center {
    width: 100%;
    margin-top: 10vw;
  }
}

span.o-img_center {
  display: inline;
}

span.o-img_center img {
  width: 80%;
}


/*--------------------------------------------
画像横並び
--------------------------------------------*/
/*
2個並び
*/
.o-img_list.-type2 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 1.25%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-img_list.-type2 {
    margin-top: 8vw;
    gap: 3vw 0;
  }
}

.o-img_list.-type2 li {
  width: 49.375%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-img_list.-type2 li {
    width: 100%;
  }
}

/*
2個並び（2）
*/
.o-img_list.-type2_2 {
  display: flex;
  justify-content: center;
  gap: 0 50px;
  margin: 60px auto 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-img_list.-type2_2 {
    display: block;
    margin-top: 10vw;
  }
}

/********* sp *********/
@media only screen and (max-width:750px) {
  .o-img_list.-type2_2 li {
    margin-top: 10vw;
  }

  .o-img_list.-type2_2 li:first-child {
    margin-top: 0;
  }
}

.o-img_list.-type2_2.-w_95 {
  width: 95%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-img_list.-type2_2.-w_95 {
    width: 100%;
  }
}

.o-img_list.-type2_2.-w_70 {
  width: 70%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-img_list.-type2_2.-w_70 {
    width: 100%;
  }
}


/*
3個並び
*/
.o-img_list.-type3 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 1.25%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-img_list.-type3 {
    margin-top: 8vw;
    gap: 3vw 0;
  }
}

.o-img_list.-type3 li {
  width: 32.5%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-img_list.-type3 li {
    width: 100%;
  }
}


/*--------------------------------------------
テキストと写真
--------------------------------------------*/
.o-ph_box {
  display: flex;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-ph_box {
    display: block;
  }
}

.o-ph_box__txt {
  width: 59.619%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-ph_box__txt {
    width: 100%;
  }
}

.o-ph_box__img {
  width: 33.333%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-ph_box__img {
    width: 100%;
    margin-top: 10vw;
  }
}

.o-ph_box.-reverse {
  flex-flow: row-reverse;
}

.o-ph_box.-img_s .o-ph_box__txt {
  width: 75%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-ph_box.-img_s .o-ph_box__txt {
    width: 100%;
  }
}

.o-ph_box.-img_s .o-ph_box__img {
  width: 20%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-ph_box.-img_s .o-ph_box__img {
    width: 50%;
    margin: 10vw auto 0 auto;
  }
}


/*--------------------------------------------
強調ボックス
--------------------------------------------*/
.o-emphasis {
  background: #FFFAF0;
  padding: 40px 60px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-emphasis {
    padding: 4vw;
  }
}

.o-emphasis.-pd_40px {
  padding: 40px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-emphasis.-pd_40px {
    padding: 4vw;
  }
}

.o-emphasis.-r {
  border-radius: 20px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-emphasis.-r {
    border-radius: 5vw;
  }
}

/*--------------------------------------------
注釈リスト
--------------------------------------------*/
.o-note_list li {
  line-height: 2em;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.5em;
}

.o-note_list li:first-child {
  margin-top: 0;
}

/*--------------------------------------------
dotリスト
--------------------------------------------*/
.o-dot_list li {
  line-height: 2em;
  padding-left: 1em;
  margin-top: 0.5em;
  position: relative;
}

.o-dot_list li::before {
  content: "";
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #999;
  position: absolute;
  top: 1em;
  left: 0.2em;
}

.o-dot_list li:first-child {
  margin-top: 0;
}


/*--------------------------------------------
数字付きリスト
--------------------------------------------*/
.o-no_list {
  margin: 0;
  padding: 0;
}

.o-no_list li {
  line-height: 2em;
  margin: 0.5em 0 0 1.5em;
  padding-left: 0.2em;
}

.o-note_list li:first-child {
  margin-top: 0;
}


/*--------------------------------------------
タクシードライバーの魅力
--------------------------------------------*/
.o-charm {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.o-charm__img {
  width: 18.556%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-charm__img {
    width: 25%;
  }
}


.o-charm__txt {
  width: 76.288%;
  font-size: 20px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-charm__txt {
    width: 70%;
    font-size: 3.6vw;
  }
}


/*--------------------------------------------
女性タクシードライバー座談会
--------------------------------------------*/
/*
profile
*/
.o-symposium__profile_bg {
  width: 100%;
  position: relative;
  padding-bottom: 60px;
  margin-top: 60px;
  overflow: hidden;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-symposium__profile_bg {
    padding: 10vw 0;
    margin-top: 10vw;
  }
}

.o-symposium__profile_bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFFAF0;
  position: absolute;
  top: 100px;
  left: 0;
}
/********* ～1439 *********/
@media only screen and (max-width:1439px) {
  .o-symposium__profile_bg::before {
    top: 6.944vw;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-symposium__profile_bg::before {
    top: 0;
  }
}

.o-symposium__profile {
  max-width: 1050px;
  width: 72.916%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-symposium__profile {
    max-width: none;
    width: 60%;
    display: block;
  }
}

.o-symposium__profile li {
  width: 26.923%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-symposium__profile li {
    width: 100%;
    margin-top: 10vw;
  }

  .o-symposium__profile li:first-child {
    margin-top: 0;
  }
}

.o-symposium__profile li img {
  margin-bottom: 10px;
}

.o-symposium__profile li p {
  padding: 1em 5px 0 5px;
  font-size: 14px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-symposium__profile li p {
    font-size: 3.4vw;
  }
}

.o-symposium__profile li p.o-symposium__profile__name {
  font-size: 20px;
  padding-top: 0.6em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-symposium__profile li p.o-symposium__profile__name {
    font-size: 4.6vw;
  }
}

/*
heading
*/
.o-symposium__heading {
  max-width: 1440px;
  width: 100%;
  margin: 180px auto 80px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-symposium__heading {
    max-width: none;
    width: 92%;
    margin: 30vw auto 15vw auto;
    display: block;
  }

  .o-symposium__heading.-first {
    margin-top: 20vw;
  }
}

.o-symposium__heading.-reverse {
  flex-flow: row-reverse;
}

.o-symposium__heading h3 {
  width: 57%;
  display: flex;
  justify-content: flex-end;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-symposium__heading h3 {
    width: 92%;
    display: block;
    margin: 0 auto;
  }
}

.o-symposium__heading.-reverse h3 {
  justify-content: flex-start;
}

.o-symposium__heading h3 div {
  display: inline-block;
}

.o-symposium__heading__q {
  display: block;
  color: #D263C0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 22px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-symposium__heading__q {
    font-size: 4vw;
  }
}

.o-symposium__heading__q::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #f6e0f3;
  position: absolute;
  left: -1.2em;
  bottom: 0;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-symposium__heading__q::before {
    width: 10vw;
    height: 10vw;
  }
}

.o-symposium__heading__txt {
  display: block;
  font-size: 30px;
  font-weight: 400;
  margin-top: 0.2em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-symposium__heading__txt {
    font-size: 5.6vw;
  }
}

.o-symposium__heading__img {
  width: 37.5%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-symposium__heading__img {
    width: 100%;
    margin: 5vw auto 0 auto;
  }
}

/*
talk
*/
.o-symposium__talk_bg {
  position: relative;
}

.o-symposium__talk_bg::before {
  content: "";
  background-color: #FFFAF0;
  width: 65%;
  height: calc(100% + 250px);
  position: absolute;
  top: -200px;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-symposium__talk_bg::before {
    content: "";
    background-color: #FFFAF0;
    width: 65%;
    height: calc(100% + 40vw);
    position: absolute;
    top: -30vw;
    z-index: -1;
  }
}

.o-symposium__talk_bg.-left::before {
  left: 0;
}

.o-symposium__talk_bg.-right::before {
  right: 0;
}

.o-symposium__talk {
  max-width: 1050px;
  width: 72.916%;
  margin: 60px auto 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-symposium__talk {
    width: 92%;
    max-width: none;
    margin: 10vw auto 0 auto;
  }
}

.o-symposium__talk_ph {
  width: 12%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-symposium__talk_ph {
    width: 18%;
  }
}

.o-symposium__talk_ph p {
  margin-top: 0.4em;
  text-align: center;
}

.o-symposium__talk_txt {
  width: 83%;
  padding-top: 0.5em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-symposium__talk_txt {
    width: 76%;
    padding-top: 0em;
  }
}


/*--------------------------------------------
先輩社員の声
--------------------------------------------*/
.o-voice__bg {
  position: relative;
  padding-bottom: 80px;
  margin-top: 80px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-voice__bg {
    padding-bottom: 10vw;
    margin-top: 15vw;
  }
}

.o-voice__bg::before {
  content: "";
  background: #FFFAF0;
  width: 65%;
  height: calc(100% + 180px);
  position: absolute;
  top: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-voice__bg::before {
    height: calc(100% + 20vw);
  }
}

.o-voice__bg.-left::before {
  left: 0;
}

.o-voice__bg.-right::before {
  right: 0;
}

.o-voice__bg.-first {
  margin-top: 0;
}

.o-voice {
  max-width: 1050px;
  width: 72.916%;
  margin: 0 auto;
  position: relative;
  z-index: +1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-voice {
    max-width: none;
    width: 92%;
    margin: 0 auto;
  }
}

.o-voice__heading {
  display: inline-block;
  margin-bottom: 40px;
  padding-top: 100px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-voice__heading {
    display: block;
    margin-bottom: 5vw;
    padding-top: 15vw;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

.o-voice__heading__q {
  display: block;
  color: #D263C0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 22px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-voice__heading__q {
    font-size: 4vw;
  }
}

.o-voice__heading__q::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #f6e0f3;
  position: absolute;
  left: -1.2em;
  bottom: 0;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-voice__heading__q::before {
    width: 10vw;
    height: 10vw;
  }
}

/*
見出し
*/
.o-voice__heading__txt {
  display: block;
  font-size: 30px;
  font-weight: 400;
  margin-top: 0.2em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-voice__heading__txt {
    font-size: 5.6vw;
  }
}

/*
画像
*/
.o-voice__img {
  max-width: 1050px;
  width: 72.916%;
  margin: 0 auto;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-voice__img {
    max-width: none;
    width: 92%;
  }
}

.o-voice__img.-type2 {
  display: flex;
  justify-content: space-between;
}

.o-voice__img.-type2 div {
  width: 48.095238095%;
}

/*
メニュー
*/
.o-voice_menu {
  max-width: 1050px;
  width: 72.916%;
  margin: 140px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-voice_menu {
    max-width: none;
    width: 92%;
    margin-top: 25vw;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10vw 0;
  }
}

.o-voice_menu li {
  width: 18.095238095%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-voice_menu li {
    width: 44%;
  }
}

.o-voice_menu__img {
  overflow: hidden;
  border-radius: 20px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-voice_menu__img {
    border-radius: 5vw;
  }
}

.o-voice_menu__txt_01 {
  font-size: 26px;
  margin-top: 0.5em;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-voice_menu__txt_01 {
    font-size: 5vw;
  }
}

.o-voice_menu__txt_02 {
  font-size: 14px;
  margin-top: 1em;
  text-align: center;
  background: #D263C0;
  color: #fff;
  padding: 0.3em 0.1em 0.35em 0.1em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-voice_menu__txt_02 {
    font-size: 3vw;
    padding: 0.3em 0.1em 0.35em 0.1em;
  }
}

.o-voice_menu li a {
  text-decoration: none;
}

.o-voice_menu__img img {
  transition: 0.2s ease-in-out;
}

.o-voice_menu li a:hover .o-voice_menu__img img {
  transform: scale(1.1);
}


/*--------------------------------------------
SPのみ表のスクロール
--------------------------------------------*/
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-sp_scroll {
    overflow: auto;
    padding-bottom: 3vw;
    position: relative;
  }

  .o-sp_scroll table {
    width: 200%;
  }
}

/*
scroll
*/
.o-cnt__scroll {
  display: none;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .o-cnt__scroll {
    display: block;
    background: rgba(0,0,0,0.5);
    width: 28vw;
    height: 24vw;;
    border-radius: 6vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
  }

  .o-cnt__scroll img {
    position: absolute;
    top: 2.8vw;
    width: 39%;
    margin: auto;
    animation-name: scroll_anime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    animation-iteration-count:infinite;
    animation-fill-mode:backwards;
  }

    @keyframes scroll_anime {
      0% {
        right: 0%;
        opacity: 0;
      }
      50% {
        opacity: 1;
      }
      100% {
        right: 60%;opacity: 0;
      }
    }

  .o-cnt__scroll p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.8vw;
    text-align: center;
    position: absolute;
    bottom: 1.5vw;
    width: 100%;
  }
}


/*--------------------------------------------
表　2列BOX
--------------------------------------------*/
.o-tbl_max2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-tbl_max2 {
    display: block;
  }
}

.o-tbl_max2 table,
.o-tbl_max2__inner {
  width: 48%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-tbl_max2 table,
  .o-tbl_max2__inner {
    width: 100%;
    margin-top: 5vw;
  }

  .o-tbl_max2 table:nth-of-type(1),
  .o-tbl_max2__inner:nth-of-type(1) {
    margin-top: 0;
  }
}

.o-tbl_max2 .o-tbl_max2__inner table {
  width: 100%;
  margin-top: 30px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-tbl_max2 .o-tbl_max2__inner table {
    margin-top: 5vw;
  }
}

.o-tbl_max2 .o-tbl_max2__inner table:nth-of-type(1) {
  margin-top: 0;
}


/*--------------------------------------------
表（デフォルト）
--------------------------------------------*/
.o-tbl {
  border-top: solid 1px #666;
  border-left: solid 1px #666;
  width: 100%;
}

.o-tbl th,
.o-tbl td {
  border-bottom: solid 1px #666;
  border-right: solid 1px #666;
  padding: 0.8em 0.8em 0.9em 0.8em;
  line-height: 1.8em;
}

.o-tbl th {
  text-align: center;
  font-weight: 400;
  background: #45A2D3;
  color: #fff;
}

.o-tbl td {
  background: #fff;
}

.o-tbl .-lv_02 {
  background: #dff3ff;
  color: #000;
}

.o-tbl td a {
  background: url(/wordpress/wp-content/themes/kanagawataxi/assets/images/ic_link.svg) no-repeat;
  background-position: center right 3px;
  background-size: 11px;
  padding-right: 19px;
  color: #2E7BB5;
  font-weight: 500;
  text-decoration: underline;
}

/* width */
.o-tbl_w60 {
  width: 60%;
}

.o-tbl_w50 {
  width: 50%;
}

.o-tbl_w30 {
  width: 30%;
}

.o-tbl_w33 {
  width: 33.333%;
}

.o-tbl_w28 {
  width: 28%;
}

.o-tbl_w25 {
  width: 25%;
}

.o-tbl_w20 {
  width: 20%;
}


/*--------------------------------------------
表（リスト）
--------------------------------------------*/
.o-tbl_list {
  width: 100%;
}

.o-tbl_list th,
.o-tbl_list td {
  border-bottom: solid 1px #ccc;
  padding: 1.5em 0.8em 1.5em 0.8em;
  line-height: 1.8em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-tbl_list th,
  .o-tbl_list td {
    display: block;
    width: 100%;
  }
}

.o-tbl_list td:nth-child(1) {
  font-weight: 400;
  vertical-align: top;
  text-align: left;
  width: 18%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-tbl_list td:nth-child(1) {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0.5em;
  }
}

.o-tbl_list td:nth-child(2) {
  vertical-align: top;
  text-align: left;
  width: 82%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-tbl_list td:nth-child(2) {
    padding-top: 0;
  }
}

.o-tbl_list caption a {
  background: url(/wordpress/wp-content/themes/kanagawataxi/assets/images/ic_link.svg) no-repeat;
  background-position: center right 3px;
  background-size: 11px;
  padding-right: 19px;
  color: #2E7BB5;
  font-weight: 500;
  text-decoration: underline;
}

.o-tbl_list td a {
  background: url(/wordpress/wp-content/themes/kanagawataxi/assets/images/ic_link.svg) no-repeat;
  background-position: center right 3px;
  background-size: 11px;
  padding-right: 19px;
  color: #2E7BB5;
  font-weight: 500;
  text-decoration: underline;
}

.o-tbl_list.-single td:nth-child(1) {
  width: 100%;
}


/*--------------------------------------------
表（よくある質問）
--------------------------------------------*/
.o-tbl_qa {
  width: 100%;
  margin-top: 2em;
}

.o-tbl_qa:nth-child(1) {
  margin-top: 0;
}

.o-tbl_qa td:nth-child(1) {
  width: 5%;
  vertical-align: top;
}

.o-tbl_qa td:nth-child(2) {
  width: 95%;
  vertical-align: top;
  line-height: 2em;
}

.o-tbl_qa__q .o-tbl_qa__ic {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background: #45A2D3;
  color: #fff;
  font-family: all-round-gothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 30px;
  height: 30px;
  padding-left: 0.15em;
  margin-top: 0.1em;
}

.o-tbl_qa__a .o-tbl_qa__ic {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background: #C148AD;
  color: #fff;
  font-family: all-round-gothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 30px;
  height: 30px;
  padding-left: 0.15em;
  margin-top: 0.1em;
}

.o-tbl_qa__a td {
  padding: 2em 0;
  border-bottom: solid 1px #ccc;
}

.o-tbl_qa__img {
  margin-top: 1em;
}

.o-tbl_qa__img img {
  width: auto;
  max-width: 100%;
}


/*--------------------------------------------
google map
--------------------------------------------*/
.o-map iframe {
  width: 100%;
  height: 500px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-map iframe {
    height: 100vw;
  }
}


/*--------------------------------------------
横当たりメニュー
--------------------------------------------*/
.o-submenu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-submenu {
    gap: 2vw 2%;
  }
}

.o-submenu li {
  width: 32%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-submenu li {
    width: 49%;
  }
}

.o-submenu li a {
  border: solid 1px #45A2D3;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 0 0.5em 0.15em 0.5em;
  line-height: 1.3em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-submenu li a {
    padding: 0 1em 0.1em 1em;
    height: 11vw;
    font-size: 3vw;
  }
}

.o-submenu li a.-current {
  background: #45A2D3;
  color: #fff;
  pointer-events: none;
}


/*--------------------------------------------
横当たりメニュー 02
--------------------------------------------*/
.o-submenu_02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 20px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-submenu_02 {
    gap: 0 2vw;
  }
}

.o-submenu_02 li a {
  background: url(/wordpress/wp-content/themes/kanagawataxi/assets/images/ic_link.svg) no-repeat;
  background-position: center right 3px;
  background-size: 11px;
  padding-right: 19px;
  color: #2E7BB5;
  font-weight: 500;
  text-decoration: underline;
}


/*--------------------------------------------
定額運賃 料金表
--------------------------------------------*/
.o-area {
  font-family: all-round-gothic, sans-serif;
  font-weight: 500;
  font-size: 26px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-area {
    font-size: 5vw;
  }
}

.o-area_a { color: #d8ad5a; }
.o-area_b { color: #8c8c8c; }
.o-area_c { color: #eb6ea5; }
.o-area_d { color: #62b0e3; }
.o-area_e { color: #009a8d; }
.o-area_f { color: #6c9bd2; }
.o-area_g { color: #d8ad5a; }
.o-area_h { color: #7cb866; }
.o-area_i { color: #e60039; }
.o-area_j { color: #8f82bc; }
.o-area_k { color: #fccd0b; }
.o-area_l { color: #b5b6b6; }
.o-area_m { color: #fccd0b; }
.o-area_n { color: #f39a63; }
.o-area_o { color: #bbb3d8; }
.o-area_p { color: #87cab1; }
.o-area_q { color: #f19ca7; }


/*--------------------------------------------
パスワード画面
--------------------------------------------*/
.post-password-form {
  max-width: 1050px;
  width: 72.916%;
  margin: 80px auto 0 auto;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .post-password-form {
    margin-top: 10vw;
    width: 92%;
  }
}

.post-password-form p {
  margin-top: 2em;
}

.post-password-form p:nth-of-type(1) {
  margin-top: 0;
}


/*--------------------------------------------
ページネイション
--------------------------------------------*/
.pagination {
  margin: 60px auto 0 auto;
  width: fit-content;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .pagination{
    margin: 8vw auto 0 auto;
  }
}

.nav-links {
  display:flex;
}

.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin:0 6px;
  background: #fff;
  border: solid 1px #007BBB;
  font-size: 14px;
  line-height: 1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .pagination .page-numbers {
    width: 6.5vw;
    height: 6.5vw;
    font-size: 3vw;
    margin:0 1.5vw;
  }
}

.pagination .current {
  background: #007BBB;
  color: #fff;
}

.pagination .prev,
.pagination .next {
  width: fit-content;
  background: transparent;
  box-shadow: none;
  color: #007BBB;
  border: none;
}

.pagination .dots {
  background: transparent;
  box-shadow: none;
  border: none;
  margin:0 10px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .pagination .dots {
    margin:0 2.5vw;
  }
}

/*--------------------------------------------
APP BOX
--------------------------------------------*/
.app {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.app li {
  width: 22%;
  padding: 10px 10px 20px 10px;
  background: #fff;
  border-radius: 10px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .app li {
    width: 48%;
    padding: 1vw 1vw 3vw 1vw;
    border-radius: 3vw;
  }
  .app li:nth-child(3),
  .app li:nth-child(4) {
    margin-top: 8vw;
  }
}

.app__logo {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .app__logo {
    height: 20vw;
    padding: 0 1vw;
  }
}

.app__logo img {
  height: 80%;
  width: auto;
}

.app__logo.-low img {
  height: 60%;
}

.app__qr {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.app__qr img {
  height: auto;
  width: 90%;
}