@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
  line-height: 1.6;
  color: #000;
  background-color: #f0f0f0;
  padding-bottom: 80px;
}
.container {
  max-width: 1000px;
  width: 100%;
  margin: 20px auto 20px auto;
  border: 6px solid #1479a2;
  border-radius: 24px;
  overflow: hidden;
}
/* タイトル画像エリア */
.title-image {
  height: auto;
  background-color: #7fcbe3;
  background-image: url("images/bkimage.webp");
  display: flex;
  flex-direction: column;
  color: #999;
  background-repeat: no-repeat;
  background-position: 0% bottom;
  background-size: contain;
  padding-bottom: 360px;
}
.title-image p {
  color: #000;
  text-align: center;
  font-weight: 600;
  font-size: 1.4em;
}
.main_ttl {
  max-width: 90%;
  margin: 30px auto 00px auto;
}
.main_ttl img {
  width: 100%;
  max-width: 800px;
}
/* メインコンテンツ */
.main-content {}
.section {
  background-color: white;
  padding: 30px;
}
.rightblue {
  background-color: #eef8ff;
}
.mediumblue {
  background-color: #7fcbe3;
}
.deepblue {
  background-color: #004282;
}
.stripe_bk {
  background-image: url("images/strip_bk.png");
  padding: 60px 60px 10px 60px;
}
.deepblue h2 {
  color: #fff !important;
}
.deepblue .lead_txt {
  color: #fff !important;
}
.main_catch {
  margin: 20px auto;
}
.main_catch img {
  width: 100%;
  max-width: 640px;
}
.lead_txt {
  font-weight: 600;
  text-align: center;
  font-size: 1.15em;
  line-height: 1.8em;
}
.page_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}
.page_menu a {
  display: block;
  background-color: #fce34b;
  padding: 10px 20px 10px 20px;
  color: #000;
  font-weight: 800;
  text-decoration: none;
  width: 290px;
  border-radius: 12px;
  border: 3px #000 solid;
  text-align: center;
  box-shadow: 3px 3px #000;
  position: relative;
}
.page_menu a:hover {
  background-color: #FF7D00;
}
.page_menu a::after {
  content: "▼";
  display: block;
  font-size: 14px;
  margin-top: 3px;
  text-align: center;
  line-height: 1;
}
.section-gray {
  background-color: #f5f5f5;
}
h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
}
h2 span {
  color: #fce34b;
}
h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
/* 特典カード */
.benefits-container {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.benefit-card {
  flex: 1;
  padding: 0px;
  text-align: center;
}
.benefit-card img {
  width: 100%;
}
.benefit-card h3 {
  background-color: #ffd205;
  border-bottom: 3px solid #000;
  padding: 12px 12px 6px 12px;
}
.benefit-amount {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FF6347;
  margin: 10px 0;
}
/* ドライバー比較 */
.driver-comparison {
  margin-bottom: 30px;
}
.driver-type {
  margin-bottom: 30px;
}
.driver-type.highlight-blue {
  background-color: #E6F3FF;
  padding: 20px;
  border-radius: 10px;
}
.driver-header {
  padding: 15px 15px 0 15px;
  text-align: center;
}
.driver-header h3 {
  font-size: 2.0em;
  color: #000;
  background-color: #fce34b;
  display: inline-block;
  padding: 0 40px;
  border: 3px solid #000;
  box-shadow: 5px 5px #000;
  border-radius: 120px;
}
.driver-type.highlight-blue .driver-header {
  background-color: #4169E1;
  color: white;
}
.driver-content {
  border-top: none;
  padding: 20px;
}
.driver-type.highlight-blue .driver-content {
  background-color: #F0F8FF;
  border-color: #4169E1;
}
.pros-cons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 15px;
}
.pros-cons-grid div {
  background-color: #fff;
  border-radius: 14px;
  border: 3px solid #000;
  padding: 20px;
  box-shadow: 3px 3px #000;
  text-align: center;
}
.pros-cons-grid div img {
  width: 100%;
}
.pros-title, .cons-title {
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
  border-radius: 100px;
  background-color: #0079a4;
}
.pros-title {
  font-weight: 700;
  color: #fff;
  margin: 30px 0px 20px 0px;
  font-size: 1.8em;
  padding: 5px;
  text-align: center;
  border-radius: 100px;
  background-color: #0079a4;
}
.cons-title {
  background-color: #FFE0E0;
  color: #DC143C;
}
.image-placeholder {
  width: 100%;
  height: 150px;
  background-color: #f0f0f0;
  border: 1px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  margin: 10px 0;
}
.icon-placeholder {
  width: 127px;
  margin: 0 auto 10px auto;
}
.icon-placeholder img {
  width: 100%;
  max-width: 127px;
}
/* タブ切り替え */
.tabs-container {
  margin: 30px 0;
}
.tab-buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
.tab-button {
  padding: 10px 30px;
  background-color: #C1C1C1;
  border: none;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 600;
}
.tab-button.active {
  background-color: #000;
  color: white;
}
.tab-content {
  display: none;
  padding: 20px;
  background-color: #fce34b;
  border: 3px solid #000;
	border-radius: 0 20px 20px 20px;
}
.tab-content.active {
  display: block;
}
/* 勤務スケジュール */
.schedule-visual {
  margin: 5px 0px;
}
/* 働く人の声 */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.testimonial-card {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.testimonial-card div {
  text-align: center;
}
.testimonial-card img {
  width: 100%;
  max-width: 175px;
}
/* 比較表 */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
}
.comparison-table th {
  background-color: #1479a2;
  color: white;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  border: 2px solid #000;
}
.comparison-table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
  border: 2px solid #000;
  font-weight: 500;
  text-align: left;
}
.comparison-table tr.highlight {
  background-color: #FFFACD;
}
.comparison-table td.yellows {
  background-color: #fce34b;
}
.comparison-table td.highlightyellow {
  background-color: #fbb03b;
}
/* Q&A */
.qa-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.accordion {
  background-color: white;
  border: 3px solid #000;
  margin-bottom: 10px;
}
.accordion-header {
  background-color: #fce34b;
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 0.9em;
}
.accordion-icon {
  font-size: 1.5rem;
  color: #000;
}
.accordion-content {
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}
.accordion.active .accordion-content {
  padding: 15px;
  max-height: 500px;
}
.accordion.active .accordion-icon {
  transform: rotate(45deg);
}
/* 固定CTA */
.fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  background-color: rgba(124, 207, 243, 0.5); /* 赤色の背景を50%透明にする */
  z-index: 1000;
}
.cta-button {
  background-color: #ffff00;
  color: #000;
  border: 5px solid #000000;
  padding: 9px 20px;
  width: 50vw;
  font-size: 2.0rem;
  font-weight: 700;
  border-radius: 18px;
  cursor: pointer;
  box-shadow: 3px 3px #000;
  font-family: inherit;
}
.cta-button:hover { 
	background-color: #F6BD02;
}
.miryoku_list {
  display: flex;
  justify-content: space-around;
  column-gap: 20px;
}
.miryoku_list div {
  text-align: center;
  width: 300px;
}
.miryoku_list p {
  font-weight: 500;
  font-size: 1.2em;
}
.miryoku img {
  width: 100%;
  max-width: 200px;
}
.schedule-visual img {
  width: 100%;
}
.extra_driver {
  background-color: #FCE34B;
  color: #000;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 120px;
  font-size: 1.8em;
  position: relative;
}
.extra_driver::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FCE34B;
}
.footer {
  background-color: #1479a2;
  color: #fff;
  text-align: center;
  padding: 18px;
}
.backtotop {
  text-align: center;
  margin: 20px auto 0 auto;
}
.backtotop img {
  width: 100%;
  max-width: 150px;
}
/* レスポンシブ */
@media (max-width: 768px) {
  .container {
    margin: 0px auto 0 auto;
    border: none;
    border-radius: 0;
    overflow: visible;
  }
  .section {
    background-color: white;
    padding: 12px;
  }
  .pc {
    display: none;
  }
.driver-header h3 {
  font-size: 5vw;
  margin-bottom: 0px;
}
  .title-image {
    padding-bottom: 20vh;
  }
h2 {
  margin-bottom: 10px;
}
  .title-image p {
    font-size: 3vw;
  }
  .lead_txt {
    font-size: 4vw;
    line-height: 1.8em;
  }
  .page_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin-top: 20px;
	  margin-bottom: 10px;
  }
  .page_menu a {
    display: block;
    background-color: #fce34b;
    padding: 6px;
    color: #000;
    font-weight: 800;
    text-decoration: none;
    width: 48%;
    font-size: 3vw;
    position: relative;
  }
  .miryoku_list p {
    font-weight: 500;
    font-size: 3.4vw;
	  text-align: left;
  }
  .benefits-container {
    flex-direction: column;
  }
  .schedule-visual {
    margin: 0px;
  }
  .tab-content p {
    font-size: 2vw;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .qa-columns {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .comparison-table {
	   width: 940px;
    font-size: 0.8rem;
	  margin-bottom: 10px;
  }
  .comparison-table th, .comparison-table td {
    padding: 5px;
  }
  .cta-button {
    background-color: #ffff00;
    color: #000;
    border: 5px solid #000000;
    padding: 9px 20px;
    width: 100%;
    font-size: 6vw;
    font-weight: 700;
    border-radius: 18px;
    cursor: pointer;
    box-shadow: 3px 3px #000;
    font-family: inherit;
  }
  .extra_driver {
    font-size: 4vw;
  }
.pros-title {
  font-size: 5vw;
}
.rightblue {
  background-color: #eef8ff;
}
.mediumblue {
  background-color: #7fcbe3;
}
.deepblue {
  background-color: #004282;
}
.backtotop {
  text-align: center;
  margin: 10px auto 0 auto;
}
.backtotop img {
  width: 100%;
  max-width: 100px;
}
.stripe_bk h2 {
		margin-top: 20px;
	}
.pros-cons-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 20px;
}
.pros-cons-grid div {
  background-color: #fff;
  border-radius: 14px;
  border: 3px solid #000;
  padding: 20px;
  box-shadow: 3px 3px #000;
  text-align: center;
}
.stripe_bk {
  background-image: url("images/strip_bk.png");
  padding: 20px 40px 5px 40px;
}
.tab-button {
  font-size: 1.0rem;
}
.miryoku_list {
  display: flex;
align-items: flex-start;
 gap: 20px;
}
}
@media screen and (min-width: 769px) and (max-width: 999px) {
  .container {
    width: 96%;
    box-sizing: border-box;
  }
}