@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
main {
  padding-top: 20px;
}

.driver main {
  padding-top: 0;
}

.page_list {
  justify-content: center;
}

.main_img {
  max-width: 600px;
  margin-top: 50px;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .main_img {
    margin-top: 40px;
  }
}
.main_img img {
  width: 100%;
  max-width: none;
}

.catch_driver {
  text-align: center;
  word-break: keep-all;
  font-size: 1.6rem;
  line-height: 2;
  padding: 40px 0;
}
@media all and (max-width: 896px) {
  .catch_driver {
    font-size: 1.4rem;
    padding: 30px 0;
  }
}

.page_list {
  padding-bottom: 50px;
}
@media all and (max-width: 896px) {
  .page_list {
    padding-bottom: 0;
  }
}

.driver_content {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .driver_content {
    margin-top: 40px;
  }
}
.driver_content + .driver_content {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .driver_content + .driver_content {
    margin-top: 50px;
  }
}

.driver_entry {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 800px;
}
@media all and (max-width: 896px) {
  .driver_entry {
    margin-top: 30px;
    max-width: 600px;
  }
}
.driver_entry a {
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: #ffdd00;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 3.6rem;
  font-weight: 700;
  color: #004092;
}
@media all and (max-width: 896px) {
  .driver_entry a {
    padding: 15px;
    font-size: 2.4rem;
    gap: 10px;
  }
}
.driver_entry a::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 55px;
  height: 76px;
  background: url("../../common/images/logo_mark_b.svg") center center/contain no-repeat;
}
@media all and (max-width: 896px) {
  .driver_entry a::before {
    width: 38.5px;
    height: 53.2px;
  }
}

.work_txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .work_txt {
    font-size: 1.4rem;
  }
}
.work_list {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .work_list {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.work_list_item {
  display: flex;
  border-bottom: 1px solid #cdced0;
}
@media all and (max-width: 480px) {
  .work_list_item {
    flex-direction: column;
  }
}
.work_list_item:first-of-type {
  border-top: 1px solid #cdced0;
}
.work_list dt {
  flex-shrink: 0;
  width: 250px;
  box-sizing: border-box;
  padding: 20px;
  background: #004092;
  color: #fff;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .work_list dt {
    width: 180px;
    padding: 15px;
  }
}
@media all and (max-width: 480px) {
  .work_list dt {
    width: 100%;
    padding: 8px 15px;
  }
}
.work_list dd {
  flex-grow: 1;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .work_list dd {
    padding: 15px;
  }
}
@media all and (max-width: 480px) {
  .work_list dd {
    width: 100%;
  }
}

.requirement {
  box-sizing: border-box;
  margin-inline: calc(50% - 50vw);
  padding: 50px calc(50vw - 50%);
  background: #032f69;
}
@media all and (max-width: 896px) {
  .requirement {
    padding-block: 30px;
  }
}
.requirement .third_title {
  border-left-color: #fff !important;
}
.requirement .third_title h3 {
  color: #fff !important;
}
.requirement_list {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .requirement_list {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.requirement_list_item {
  display: flex;
  border-bottom: 1px solid #004092;
}
@media all and (max-width: 480px) {
  .requirement_list_item {
    flex-direction: column;
  }
}
.requirement_list_item:first-of-type {
  border-top: 1px solid #004092;
}
.requirement_list dt {
  flex-shrink: 0;
  width: 250px;
  box-sizing: border-box;
  padding: 20px;
  background: #dfe9f5;
  color: #004092;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .requirement_list dt {
    width: 180px;
    padding: 15px;
  }
}
@media all and (max-width: 480px) {
  .requirement_list dt {
    width: 100%;
    padding: 8px 15px;
  }
}
.requirement_list dd {
  flex-grow: 1;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .requirement_list dd {
    padding: 15px;
  }
}
@media all and (max-width: 480px) {
  .requirement_list dd {
    width: 100%;
  }
}

.schedule_movie_content {
  max-width: 800px;
  margin-inline: auto;
}
.schedule_movie_content iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.schedule_movie_ttl {
  margin-top: 15px;
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  font-size: 1.8rem;
  font-weight: 700;
  color: #004092;
}
@media all and (max-width: 896px) {
  .schedule_movie_ttl {
    font-size: 1.6rem;
  }
}
.schedule_content {
  box-sizing: border-box;
  background: #dfe9f5;
  padding: 40px 60px;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .schedule_content {
    padding: 30px;
    margin-top: 30px;
  }
}
@media all and (max-width: 480px) {
  .schedule_content {
    padding-inline: 20px;
  }
}
.schedule_list {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  position: relative;
}
.schedule_list::before {
  content: "";
  display: block;
  width: 8px;
  height: calc(100% - 18px);
  background: #fee85f;
  position: absolute;
  top: 9px;
  left: 5px;
}
@media all and (max-width: 896px) {
  .schedule_list::before {
    width: 6px;
    height: calc(100% - 14px);
    top: 7px;
    left: 4px;
  }
}
.schedule_list_item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  gap: 40px;
  color: #004092;
  margin-top: 15px;
}
@media all and (max-width: 896px) {
  .schedule_list_item {
    gap: 20px;
  }
}
.schedule_list_item:first-of-type {
  margin-top: 0;
}
.schedule_list dt {
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  padding-top: 1px;
  padding-left: 40px;
  position: relative;
}
@media all and (max-width: 896px) {
  .schedule_list dt {
    font-size: 1.8rem;
    padding-top: 2px;
    padding-left: 30px;
  }
}
.schedule_list dt::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #004092;
  rotate: 45deg;
  position: absolute;
  top: 4px;
  left: 0;
}
@media all and (max-width: 896px) {
  .schedule_list dt::before {
    width: 14px;
    height: 14px;
    top: 5px;
  }
}
.schedule_list dd {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .schedule_list dd {
    font-size: 1.4rem;
  }
}

.feature_item {
  box-sizing: border-box;
  background: #dfe9f5;
  padding: 30px;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .feature_item {
    padding: 20px;
    margin-top: 15px;
  }
}
.feature_ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #004092;
  padding-bottom: 10px;
  border-bottom: 1px solid #004092;
  line-height: 1.4;
}
@media all and (max-width: 896px) {
  .feature_ttl {
    font-size: 1.7rem;
  }
}
.feature_txt {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .feature_txt {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

.point_list {
  counter-reset: item;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .point_list {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
.point_list > li {
  padding-left: 50px;
  position: relative;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .point_list > li {
    padding-left: 45px;
    margin-top: 15px;
  }
}
.point_list > li::before {
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  background: #004092;
  border-radius: 50%;
  color: #fff;
  counter-increment: item;
  content: counter(item);
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: -4px;
}
@media all and (max-width: 896px) {
  .point_list > li::before {
    width: 32px;
    height: 32px;
    font-size: 2rem;
    line-height: 32px;
    top: -2px;
  }
}

.driver_cv {
  text-align: center;
  box-sizing: border-box;
  margin-inline: calc(50% - 50vw);
  padding: 50px calc(50vw - 50%);
  background: #dfe9f5;
}
@media all and (max-width: 896px) {
  .driver_cv {
    padding-block: 30px;
  }
}
.driver_cv_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media all and (max-width: 896px) {
  .driver_cv_content {
    gap: 25px;
  }
}
@media all and (max-width: 480px) {
  .driver_cv_content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.driver_cv_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 20px;
}
@media all and (max-width: 896px) {
  .driver_cv_item {
    gap: 15px;
  }
}
.driver_cv_item > a {
  box-sizing: border-box;
  padding: 30px 20px !important;
  background: #fff;
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
  box-shadow: 4px 4px 0 #004092;
}
.driver_cv_item > a::after {
  content: none;
}
@media all and (max-width: 896px) {
  .driver_cv_mark.--instagram img {
    width: 35px;
  }
}
@media all and (max-width: 896px) {
  .driver_cv_mark.--youtube img {
    width: 140px;
  }
}
.driver_cv_ttl {
  word-break: keep-all;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #004092;
}
@media all and (max-width: 896px) {
  .driver_cv_ttl {
    font-size: 1.7rem;
  }
}
.driver_cv_txt {
  word-break: keep-all;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
}
@media all and (max-width: 896px) {
  .driver_cv_txt {
    font-size: 1.4rem;
  }
}

.voice_list > li {
  box-sizing: border-box;
  padding: 30px;
  background: #dfe9f5;
  border-radius: 30px;
  margin-top: 40px;
  position: relative;
}
@media all and (max-width: 896px) {
  .voice_list > li {
    padding: 20px;
    border-radius: 20px;
    margin-top: 30px;
  }
}
.voice_list > li:first-of-type {
  margin-top: 0;
}
.voice_list > li:nth-of-type(even)::after {
  border-width: 40px 40px 0px 0px;
  border-color: #dfe9f5 transparent transparent transparent;
  left: auto;
  right: 60px;
}
@media all and (max-width: 896px) {
  .voice_list > li:nth-of-type(even)::after {
    border-width: 30px 30px 0px 0px;
    right: 40px;
  }
}
.voice_list > li::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 30px 30px 0px;
  border-color: transparent #dfe9f5 transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 60px;
}
@media all and (max-width: 896px) {
  .voice_list > li::after {
    border-width: 0px 20px 20px 0px;
    left: 40px;
  }
}
.voice_list_txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .voice_list_txt {
    font-size: 1.4rem;
  }
}
.voice_list_name {
  margin: 10px 0 0 auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
.voice .driver_entry {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .voice .driver_entry {
    margin-top: 60px;
  }
}