@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd {
  margin: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

a:hover {
  opacity: 0.7;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul,ol {
  padding: 0;
}
ul  li,
ol  li {
  list-style-type: none;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Bold"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.otf") format("opentype");
}

@media screen and (max-width: 896px) {
  .hide-sp {
    display: none !important;
  }
}
@media screen and (min-width: 897px) {
  .hide-pc {
    display: none !important;
  }
}

body {
	-webkit-font-smoothing: antialiased;
	color: #333;
	font-family: NotoSansCJKjp, -apple-system, BlinkMacSystemFont, YuGothic, "Custom Yu Gothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.wrapper {
  position: relative;
}

.wrap {
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
  position: relative;
}

@media screen and (max-width: 896px) {
  body {
    width: 100%;
    min-width: auto;
    font-size: 15px;
  }
  .wrapper {
    padding-bottom: 60px;
  }
  .wrap {
    padding: 0 36px;
    width:auto;
    max-width: none;
    min-width: auto;
  }
}

.l-header {
  width: 100%;
  z-index: 10;
  position: fixed;
  top: 0;
}
.l-header .wrap {
  padding: 0 30px;
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items:center;
}
.l-header .logoArea {
  width: 100px;
}
.l-header .btn--orange {
  height: 48px;
  background-color: #F84C02;
  font-size: 16px;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  transition: 0.5s;
  cursor: pointer;
  gap: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.l-header .btn--orange p{
  text-align: right;
}

.l-header .modal-open-button {
  text-decoration: none;
  cursor: pointer;
  border: none;
}
.l-header .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 60%);
}
.l-header .modal:target {
  display: flex;
}
.l-header .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: black;
  text-decoration: none;
  cursor: pointer;
  transform: translate(50%, -50%);
}
.l-header .modal-wrapper {
  position: relative;
  width: 80%;
  max-width: 750px;
  max-height: 70%;
  padding: 20px;
  margin: auto;
  overflow: scroll;
  background-color: #fff;
  border-radius: 10px;
}

.l-header .modal-content{
  background: #fff;
  border-radius: 10px;
  width: fit-content;
  margin: 0 auto;
}

.l-header .modal-content .btnform{
  display: flex;
  display: table;
  padding: 3px 10px;
  background: #00AE91;
  border-radius: 100vh;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.l-header .modal-content .btnform img{
  margin: 5px 0 0 0;
}
.l-header .modal-content{
  display: flex;
  padding: 15px 10px 10px;
  background: #fff;
  border-radius: 10px;
  width: fit-content;
  margin: 0 auto;
  gap: 20px;
  align-items: center;
}
.l-header .modal-content .qrcodeArea{
  border: 1px solid #333333;
  width: 122px;
}
.l-header .modal-content .textArea .title{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #F84C02;
}
.l-header .modal-content .textArea .text{
  display: flex;
  gap: 10px;
}
.l-header .modal-content .textArea img{
  width: 30px;
}
.l-header .modal-content .textArea p{
  line-height: 1.5;
  text-align: left;
}


@media screen and (max-width: 1140px) {
  .l-header .wrap {
    width: auto;
  }
}

@media screen and (max-width: 896px) {
  .l-header {
    position: absolute;
    top: 0;
  }
  .l-header .wrap {
    padding: 20px;
    height: auto;
  }
  .l-header .logoArea {
    width: 73px;
  }
}

.kv-notice {
  width: 100%;
  background-color: #085E50;
  text-align: center;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.kv-notice__label {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 2px 8px;
  white-space: nowrap;
}
.kv-notice__link {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-align: left;
}
.kv-notice__link:hover {
  opacity: 0.8;
}

.keyVisual {
  width: 100%;
  background: #ECECEC url(../images/bg-keyVisual.svg) no-repeat top center;
  background-size: cover;
}
.keyVisual .wrap{
  width: 100%;
  min-height: 600px;
  padding-top: 80px;
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 1100px;
  justify-content:space-between;
  flex-wrap:wrap;
  align-items: center;
}
.keyVisual .titleWrap {
  /* padding: 100px 0 0 0; */
  margin: 0 auto;
}
.keyVisual .titleWrap .title img {
  width: 480px;
}
.keyVisual .carImage {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.keyVisual .mainPoint{
  width: inherit;
  text-align: center;
}
.keyVisual .mainPoint .mainPointBox{
  display: flex;
  justify-content: center;
  border-top: 1px solid #333333;
  padding-top: 12px;
  flex-wrap: wrap;
  gap: 10px;
}
.keyVisual .textArea {
  margin: 20px 0;
}
.keyVisual .textArea p{
  font-size: 14px;
  letter-spacing: -0.2px;
  line-height: 1.4;
}
.keyVisual .textArea p span{
  font-weight: 500;
}
.keyVisual .textArea .indent01{
  text-indent: -3em;
  padding-left: 3em;
}
.keyVisual .textArea .indent02{
  margin-left: 3em;
  padding-left: 5em;
  text-indent: -5em;
}
.keyVisual .textArea .indent03{
  margin-left: 3em;
  padding-left: 5em;
  text-indent: -5em;
}


@media screen and (max-width: 1140px) {
  .keyVisual .wrap {
    padding: 80px 40px 20px;
    width: auto;
  }
}

@media screen and (max-width: 896px) {
  .keyVisual {
    width: 100%;
    background: #ECECEC url(../images/bg-keyVisual-sp.svg) no-repeat top center;
    background-size: cover;
    min-height: auto;
  }
  .keyVisual .wrap {
    /* min-height: 100vh;
    min-height: 100svh; */
    display: block;
    width: auto;
    padding: 0 20px;
    padding-bottom: 10px;
  }
  .keyVisual .titleWrap {
    padding: 0;
    text-align: center;
  }
  .keyVisual .titleWrap .title img {
    width: 100%;
    max-width: 640px;
    margin-top: 59px;
  }
  .keyVisual .carImage {
    padding-bottom: 15px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .keyVisual .carImage img {
    width: 90%;
    max-width: 600px;
    padding-top: 0px;
  }
  .keyVisual .logoArea{
    padding: 15px 0 0 15px;
  }
  .keyVisual .logoArea img{
    height: 22px;
  }
  .keyVisual .textArea p{
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 1.4;
  }
  .keyVisual .mainPoint .mainPointBox img{
    height: 30px;
  }
  .keyVisual .mainPoint .mainPointBox{
    border-top: none;
    padding-top: 0;
    gap: 5px;
  }

}

.block {
  padding: 80px 0 ;
  background-color: #00AE91;
}
.block--white {
  background-color: #fff;
}
.block--gray {
  background-color: #F7F7F7;
}
@media screen and (max-width: 896px) {
  .block {
    padding: 60px 0;
  }
  .wrap {
    padding: 0 20px;
  }
}

.block-subtitle {
  font-size: 20px;
  line-height: 1.4;
  color: #085E50;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.block-subtitle::before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  width: 14px;
  height: 2px;
  background-color: #085E50;
}
.block-subtitle::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  width: 14px;
  height: 2px;
  background-color: #085E50;
}
.block-subtitle--white {
  color: #fff;
}
.block-subtitle--white::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 14px;
  height: 2px;
  background-color: #fff;
}
.block-subtitle--white::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 14px;
  height: 2px;
  background-color: #fff;
}
.block-title {
  margin: 0 auto 60px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #333;
}
.block-subtitle + .block-title {
  margin-top: 20px;
}
.block-title-white {
  margin: 0 auto 60px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
.block-subtitle + .block-title-white {
  margin-top: 20px;
}

@media screen and (max-width: 896px) {
  .block-subtitle {
    font-size: 14px;
    color: #085E50;
  }
  .block-subtitle::before {
    width: 10px;
  }
  .block-subtitle::after {
    width: 10px;
  }
  .block-subtitle--white {
    color: #fff;
  }
  .block-title {
    margin: 0 auto 30px;
    font-size: 30px;
  }
  .block-subtitle + .block-title {
    margin-top: 10px;
  }
  .block-title-white {
    margin: 0 auto 30px;
    font-size: 30px;
  }
  .block-subtitle + .block-title-white {
    margin-top: 10px;
  }
  .block-title-height {
    height: auto !important;
  }
}

/* 申し込み */
.cta-block {
  padding: 30px 0;
  background-color: #F84C02;
  text-align: center;
}
.cta-block .wrap {
  margin: 0 auto;
  width: 1100px;
}
.cta-block .wrap h1 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.cta-block .wrap .btnform{
  display: flex;
  display: table;
  padding: 3px 10px;
  background: #00AE91;
  border-radius: 100vh;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.cta-block .wrap .btnform img{
  margin: 5px 0 0 0;
}
.cta-block .btn--white{
  display: flex;
  padding: 20px 50px;
  background: #fff;
  border-radius: 10px;
  width: fit-content;
  margin: 0 auto;
  gap: 20px;
  align-items: center;
}
.cta-block .btn--white .qrcodeArea{
  border: 1px solid #333333;
  width: 122px;
}
.cta-block .btn--white .textArea .title{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #F84C02;
}
.cta-block .btn--white .textArea .text{
  display: flex;
  gap: 10px;
}
.cta-block .btn--white .textArea img{
  width: 30px;
}
.cta-block .btn--white .textArea p{
  line-height: 1.5;
  text-align: left;
}


@media screen and (max-width: 1140px) {
  .cta-block .wrap {
    width: auto;
  }
}

@media screen and (max-width: 896px) {
  .cta-block {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    padding: 10px 0;
  }
  .cta-block .btn--white{
    height: 48px;
    font-size: 12px;
    white-space: nowrap;
    padding: 7px 10px;
    display: flex;
    font-weight: bold;
    color: #F84C02;
    gap: 10px;
    width: fit-content;
    margin: 0 auto;
    background: #fff;
    border-radius: 100vh;
    align-items: center;
  }
  .cta-block .btn--white .text{
    display: block;
    line-height: 1.4;
  }
  .cta-block .btn--white span{
    font-size: 16px;
    white-space: nowrap;
  }
  .cta-block .wrap .btnform{
    font-size: 12px;
    padding: 3px 10px 3px 5px;
    white-space: nowrap;
    line-height: 1.4;
    height: 40px;
    gap: 3px;
    display: flex;
  }

}

/* 説明会 */

.seminar .wrap {
  margin: 0 auto;
  width: 1100px;
  text-align: center;
}
.seminar iframe {
  display: block;
  width: 100%;
  height: 267px;
}
.seminar p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 1140px) {
  .seminar .wrap {
    width: auto;
  }
}
@media screen and (max-width: 896px) {
  .seminar iframe {
    height: 350px;
  }
  .seminar p {
    font-size: 18px;
    text-align: left;
    margin-bottom: 30px;
  }
}



/* DiDiについて*/

.whatDiDi .wrap {
  margin: 0 auto;
  width: 1100px;
}
.whatDiDiArea {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  text-align: center;
  gap: 60px;
}
.whatDiDiArea__image {
  min-height: 189px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  width: 400px;
}
.whatDiDiBox {
  text-align: left;
}
.whatDiDiBox li{
  font-size: 20px;
  font-weight: bold;
  line-height: 2.5;
  display: flex;
  align-items: center;
  gap: 10px;
}
.whatDiDiBox li img{
  width: 25px;
 }
.whatDiDi .p-small{
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}


@media screen and (max-width: 1140px) {
  .whatDiDi .wrap {
    width: auto;
  }
}

@media screen and (max-width: 896px) {
  .whatDiDi .wrap .block-title--white {
    font-size: 20px;
    margin: 15px auto 35px;
  }
  .whatDiDiArea {
    display: grid;
    padding: 20px;
    gap: 20px;
  }
  .whatDiDiBox {
    width: 100%;
    display: grid;
    gap: 10px;
  }
  .whatDiDiArea__image {
    margin: auto;
    width: auto;
  }
  .whatDiDiBox li{
    font-size: 18px;
    line-height: 1.4;
    gap: 10px;
  }
  .whatDiDi .p-small{
    text-align: left;
  }
}

/*日本版ライドシェアとは？*/

.whatRideshare .wrap {
  margin: 0 auto;
  width: 1100px;
}
.whatRideshare .wrap .whatRideshare-text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 60px;
}
.whatRideshare .wrap .whatRideshare-text a{
  color: #F84C02;
  font-weight: bold;
  border-bottom: 1px solid #F84C02;
}
.whatRideshareArea {
  display: flex;
  justify-content: space-between;
}
.whatRideshareBox {
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 10px;
  width: 24%;
}
.annotationArea{
  display: flex;
  justify-content: right;
}
.annotationArea p{
  width: 24%;
  padding: 10px;
  line-height: 1.4;
  font-size: 12px;
}
.whatRideshareBox p{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.whatRideshareBox p span{
  font-size: 16px;
}
.whatRideshareBox__title {
  margin: 0 auto 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background: #FED300;
  padding: 10px 0;
  border-radius: 100vh;
}
.whatRideshareBox__image {
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items:center;
  margin-top: 25px;
}
.whatRideshareBox__text1 {
  margin-bottom: 45px;
}
.whatRideshareBoxDisplay {
  padding: 30px 45px 25px;
  background-color: #FFF4CC;
  border-radius: 10px;
  text-align: start;
  position: relative;
  margin-top: 70px;
}
.whatRideshareBoxDisplay__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.whatRideshareBoxDisplay span{
  display: inline-block;
  padding: 0 15px;
  height: 40px;
  background-color: #FF7D41;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  border-radius: 10px;
}
.whatRideshareBoxDisplay__text {
  position: relative;
  font-weight: bold;
  font-size: 18px;
}
.whatRideshareBoxDisplay__text {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

@media screen and (max-width: 1140px) {
  .whatRideshare .wrap {
    width: auto;
  }
}

@media screen and (max-width: 896px) {
  .whatRideshare .wrap .whatRideshare-text {
    font-size: 18px;
    text-align: left;
    margin-bottom: 30px;
  }
  .whatRideshareArea {
    display: block;
  }
  .whatRideshareBox {
    padding: 30px 20px;
    width: 100%;
  }
  .annotationArea p{
    width: 100%;
  }
  .whatRideshareBox + .whatRideshareBox {
    margin-top: 25px;
  }
  .whatRideshareBox__title {
    margin: 0 auto 25px;
    width: 200px;
  }
  .whatRideshareBox__title span {
    background-size: 100% 8px;
  }
  .whatRideshareBox__image {
    /* min-height: auto;
    margin-bottom: 30px; */
  }
  .whatRideshareBox__text1 {
    margin-bottom: 20px;
  }
  .whatRideshareBoxDisplay__text {
    font-size: 16px;
  }
  .whatRideshareBoxDisplay {
    padding: 30px 5px 25px;
    margin-bottom: 35px;
    margin-top: 50px;
  }
}

/* 地域ごとの制度の違い*/

.byRegion .wrap {
  margin: 0 auto;
  width: 1100px;
}
.byRegionArea {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.byRegionArea p{
  font-size: 20px;
}
.byRegionArea .p-small{
  font-size: 18px;
  text-align: left;
  margin-left: 5px;
}
.byRegionBox {
  width: 100%;
  border-spacing: 5px 5px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.byRegionBox th{
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  padding: 20px 30px;
  line-height: normal;
}
.byRegionBox .Box01 {
  width: 20%;
  background: #FED300;
}
.byRegionBox .Box02 {
  width: 40%;
  background: #00AE91;
  color: #fff;
}
.byRegionBox .Box03 {
  width: 40%;
  background: #007DAE;
  color: #fff;
}
.byRegionBox .Box04{
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  padding: 20px 30px;
  background: #FFF4CC;
}
.byRegionBox td .flex{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.byRegionBox td{
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  padding: 20px 30px;
  background: #F7F7F7;
}
.byRegionBox td ul{
  text-align: left;
  line-height: normal;
}
.byRegionBox td ul li{
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
}
.byRegionBox td ul li:last-child{
  margin-bottom: 0;
}
.byRegionBox .week{
  background: #FED300;
  font-size: 16px;
  padding: 3px 15px;
  border-radius: 50px;
}
.byRegionBox td ul .li-block{
  display: block;
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.byRegionBox td ul .li-block img{
  margin-right: 10px;
  margin-bottom: -4px;
}


@media screen and (max-width: 1140px) {
  .byRegion .wrap {
    width: auto;
  }
}

@media screen and (max-width: 896px) {
  .byRegion .wrap .block-title--white {
    font-size: 20px;
    margin: 15px auto 35px;
  }
  .byRegionArea {
    padding: 20px;
  }
  .byRegionArea p {
    font-size: 18px;
    text-align: left;
  }
  .byRegionBox {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .byRegionBox tr{
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
  }
  .byRegionBox tr:last-child{
    margin-bottom: 0px;
  }
  .byRegionBox th{
    display:block;
    width:100% !important;
  }
  .byRegionBox .Box04{
    width: 25%;
    font-size: 16px;
    line-height: normal;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .byRegionBox .Box05{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .byRegionBox .Box05 img{
    width: 18px;
  }
  .byRegionBox .Box06{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .byRegionBox .Box06 img{
    width: 18px;
  }
  .byRegionBox td{
    font-size: 16px;
    padding: 20px 10px;
  }
  .byRegionBox .week{
    font-size: 14px;
    padding: 3px 10px;
    white-space: nowrap;
    width: fit-content;
  }
  .byRegionBox .sp-week{
    display: grid;
    gap: 5px;
  }
  .byRegionBox td ul .number{
    margin-top: -25px;
  }

}

/* 働き方 */
.workStyle .wrap {
  margin: 0 auto;
  width: 1100px;
}
.workStyleArea {
  background: linear-gradient(to right, #00AE91 0%, #00AE91 50%, #007DAE 50%, #007DAE 100%);
  padding: 60px 30px 30px;
  border-radius: 10px;
  position: relative;
}
.workStyleArea .workStyle-title .h3-01{
  position: absolute;
  top: -25px;
  left: 25%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.workStyleArea .workStyle-title .h3-02{
  position: absolute;
  top: -25px;
  left: 75%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.workStyleArea .workStyle-title h3{
  background: #FED300;
  border-radius: 100vh;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 10px 30px;
}
.workStyleArea .workStyleBox{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.workStyleArea .inner {
  display: flex;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.workStyleArea .inner .inner-title h4{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.workStyleArea .inner .inner-title p{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.workStyleArea .inner .inner-title p span{
  background: linear-gradient(transparent 60%, #FED300 10%);
}
.workStyleArea .workStyleArrow{
  display: flex;
  justify-content: space-around;
  margin: 10px 0;
}

@media screen and (max-width: 1140px) {
  .workStyle .wrap {
    width: auto;
  }
}

@media screen and (max-width: 896px) {
  .workStyleArea {
    padding: 60px 10px 30px;
    margin-top: 75px;
  }
  .workStyleArea .inner {
    display: grid;
    gap: 10px;
    padding: 15px 10px;
  }
  .workStyleArea .workStyle-title h3{
    font-size: 20px;
    padding: 5px 10px;
  }
}

/* 安心のサポート */
.support .wrap {
  margin: 0 auto;
  width: 1100px;
}
.supportArea {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  display: grid;
  gap: 30px;
}
.supportArea .supportTextBox h3 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.supportArea .supportTextBox h3::before{
  content:url(../images/icon_support01.svg);
  display:inline-block;
  margin-right: 10px;
  position: relative;
  top: 5px;
  left: 0;
}
.supportArea .supportTextBox p {
  font-size: 18px;
  line-height: 1.4;
}
.supportArea ul li{
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.supportArea .support__image{
  width: 40%;
}


@media screen and (max-width: 1140px) {
  .support .wrap {
    width: auto;
  }
}

@media screen and (max-width: 896px) {
  .supportArea {
    padding: 20px;
    gap: 30px;
  }
  .supportArea ul li{
    display: grid;
    gap: 10px;
  }
  .supportArea .support__image{
    width: auto;
  }

}

/* DiDiアプリの特徴 */
.features .wrap {
  margin: 0 auto;
  width: 1100px;
}
.featuresArea {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.featuresArea .featuresBox{
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 30px 20px;
  width: 33%;
}
.featuresArea .featuresBox h3{
  font-size: 24px;
  font-weight: bold;
}
.featuresArea .featuresBox h3 span{
  background: linear-gradient(transparent 60%, #FED300 10%);
}
.featuresArea .featuresBox p{
  font-size: 18px;
  font-weight: bold;
  padding: 25px 0;
}
.featuresArea .featuresBox .featuresBox__image{
  width: 150px;
  margin: 0 auto;
}

@media screen and (max-width: 1140px) {
  .features .wrap {
    width: auto;
  }
}

@media screen and (max-width: 896px) {
  .featuresArea {
    display: grid;
    justify-content: normal;
  }
  .featuresArea .featuresBox{
    width: 100%;
  }

}

/* ドライバーの声 */
.voice .wrap {
  margin: 0 auto;
  width: 1100px;
}
.voiceArea {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.voiceArea .voiceBox{
  background: #F7F7F7;
  border-radius: 10px;
  text-align: center;
  padding: 30px 30px;
  width: 33%;
  height: 41.5em;
  position: relative;
}
.voiceArea .voiceBox p{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
.voiceArea .voiceBox .voiceBox__image{
  margin-bottom: 20px;
}
.voiceArea .voiceBox .voiceBox__image p{
  text-align: center;
}
.voiceList li .listTitle{
  background: #FED300;
  font-size: 14px;
  border-radius: 50px;
  width: 100px;
  height: fit-content;
}
.voiceList li {
  display: flex;
  gap: 20px;
  align-items: center;
}
.voiceList {
  position: absolute;
	bottom: 30px;
  font-weight: bolder;
  display: grid;
  gap: 7px;
}

@media screen and (max-width: 1140px) {
  .voice .wrap {
    width: auto;
  }
}

@media screen and (max-width: 896px) {
  .voiceArea {
    display: grid;
    justify-content: normal;
  }
  .voiceArea .voiceBox{
    width: 100%;
    height: auto;
  }
  .voiceList {
    position: static;
  }
  .voiceList li .listTitle{
    white-space: nowrap;
  }

}

/* タクシー会社の採用フロー */
.flow .wrap {
  margin: 0 auto;
  width: 1000px;
}
.flowArea .flowBox{
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 0 20px;
}
.flowArea .flowBox .inner{
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #333333;
  width: 100%;
}
.flowArea .flowBox .inner-last{
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 20px 0;
  width: 100%;
}
.flowArea .flowBox .inner .flowBox_img{
  width: 144px;
  margin: 0 auto;
}
.flowArea .flowBox .inner-last .flowBox_img{
  width: 144px;
  margin: 0 auto;
}
.flowArea .flowBox .inner .flowBox_text{
  width: 80%;
}
.flowArea .flowBox .inner-last .flowBox_text{
  width: 80%;
}
.flowArea .flowBox .number{
  width: 39px;
  text-align: center;
  position: relative;
}
.flowArea .flowBox .number::after{
  content: '';
  width: 10px;
  height: 100px;
  display: inline-block;
  background-color: rgba(248, 76, 2, 0.2);
  position: absolute;
  top: 73px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.flowArea .flowBox .number-last::after{
display: none;
}
.flowArea .flowBox .flowBox_text h3{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
.flowArea .flowBox .flowBox_text p{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.flowArea .flowBox .flowBox_text p span{
  font-weight: 400;
}

@media screen and (max-width: 1140px) {
  .flow .wrap {
    width: auto;
  }
}

@media screen and (max-width: 896px) {
  .flowArea {
    display: grid;
    gap: 40px;
  }
  .flowArea .flowBox .inner{
    display: grid;
    gap: 0;
    border: none;
  }
  .flowArea .flowBox .inner::after{
    content: '';
    width: 10px;
    height: 40px;
    display: inline-block;
    background-color: rgba(248, 76, 2, 0.2);
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .flowArea .flowBox .inner-last{
    display: grid;
    gap: 0;
    border: none;
  }
  .flowArea .flowBox .inner .flowBox_text{
    width: 100%;
  }
  .flowArea .flowBox .inner-last .flowBox_text{
    width: 100%;
  }
  .flowArea .flowBox .flowBox_text h3{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .flowArea .flowBox .flowBox_text p{
    font-size: 16px;
  }
  .flowArea .flowBox{
    margin:0;
    position: relative;
  }
  .flowArea .flowBox .number{
    position: absolute;
    top: 0;
  }
  .flowArea .flowBox .number::after{
    display: none;
  }

}

/*FAQ*/

.faqArea .wrap {
  margin: 0 auto;
  width: 1000px;
}
.faqArea .block-title {
  margin: 20px auto 45px;
}
.faqArea .faqList {
  margin: 0 auto;
}
.faqArea .faqList .box {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.10);
}
.faqArea .faqList .box dt {
  padding: 20px 100px 20px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
.faqArea .faqList .box .img-faq01 {
  display: flex;
}
.faqArea .faqList .box .img-faq01 img{
  width: 50%;
}
.faqArea .faqList .box dt:hover {
  cursor: pointer;
  opacity: 0.7;
}
.faqArea .faqList .box dt::after {
  content:'';
  display: block;
  width: 20px;
  height: 12px;
  background: url(../images/icon_arrow_down.svg) no-repeat top center;
  background-size: 20px;
  position: absolute;
  top:50%;
  right:25px;
  margin-top: -6px;
}
.faqArea .faqList .box dt.isOpen::after {
  background: url(../images/icon_arrow_up.svg) no-repeat top center;
  background-size: 20px;
}
.faqArea .faqList .box dt .icon {
  margin-right:10px ;
  display: inline-block;
  font-size: 20px;
  color: #F84C02;
}
.faqArea .faqList .box dd {
  display: none;
  margin: 0;
  padding: 0 120px 20px 46px;
  font-size: 18px;
}
.faqArea .faqList .box dd a {
  text-decoration: underline;
  color: rgb(8, 158, 216);
}

@media screen and (max-width: 1140px) {
  .faqArea .wrap {
    width: auto;
  }
}

@media screen and (max-width: 896px) {
  .faqArea .wrap {
    margin: 0;
  }
  .faqArea .block-title {
    margin: 10px auto 25px;
  }
  .faqArea .faqList {
    margin: 0;
  }
  .faqArea .faqList .box {
    margin-bottom: 15px;
  }
  .faqArea .faqList .box .img-faq01 {
    display: block;
  }
  .faqArea .faqList .box .img-faq01 img{
    width: 100%;
  }
  .faqArea .faqList .box dt {
    padding: 10px 40px 10px 15px;
    font-size: 18px;
    display: flex;
    align-items: center;
  }
  .faqArea .faqList .box dt:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .faqArea .faqList .box dt::after {
    content:'';
    display: block;
    width: 16px;
    height: 10px;
    background: url(../images/icon_arrow_down.svg) no-repeat top center;
    background-size: 16px;
    position: absolute;
    top:50%;
    right:15px;
    margin-top: -6px;
  }
  .faqArea .faqList .box dt.isOpen::after {
    background: url(../images/icon_arrow_up.svg) no-repeat top center;
    background-size: 16px;
  }
  .faqArea .faqList .box dt .icon {
    font-size: 15px;
  }
  .faqArea .faqList .box dd {
    display: none;
    margin: 0;
    padding: 0 35px 10px 35px;
    font-size: 15px;
    line-height: 1.5;
  }
  .faqArea .faqList .box dd a {
    text-decoration: underline;
    color: rgb(8, 158, 216);
  }
}


/*フッター*/
.l-footer {
  padding: 30px;
  background:#fff;
  text-align: center;
}
.l-footer .wrap {
  margin: 0 auto;
  width: 1100px;
}
.l-footer .l-footerArea {
  display: flex;
  justify-content: space-between;
}
.l-footer .l-footerArea .l-footer__left img{
  width: 74px;
}
.l-footer .l-footerArea .l-footer__right .l-footer__menu {
  display: flex;
  justify-content: end;
  gap: 20px;
  font-size: 14px;
  margin-bottom: 20px;
}
.l-footer .l-footerArea .l-footer__right .l-footer__menu a {
 color:#333333;
}
.l-footer .l-footerArea .l-footer__right .l-footer__sns {
  display: flex;
  justify-content: end;
  gap: 30px;
}
.l-footer__copyright {
  font-size: 12px;
  color: #333333;
  margin-top: 20px;
}
@media screen and (max-width: 1140px) {
  .l-footer .wrap {
    width: auto;
    padding: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 896px) {
  .l-footer {
    padding: 30px 20px;
    display: block;
    margin-bottom: 0;
  }
  .l-footer__logo {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  .l-footer .l-footerArea {
    flex-wrap: wrap;
    gap: 20px;
  }
  .l-footer .l-footerArea .l-footer__right .l-footer__menu {
    flex-wrap: wrap;
    text-align: left;
    margin-bottom: 30px;
  }
  .l-footer .l-footerArea .l-footer__right .l-footer__menu li{
    width: 100%;
  }
  .l-footer .l-footerArea .l-footer__right .l-footer__sns {
    justify-content: left;
  }
  .l-footer__copyright {
    border-top: 1px solid #333333;
    padding: 15px 0 0;
  }
  .l-footer .l-footerArea .l-footer__left{
    width: 100%;
    text-align: left;
  }
}
