@charset "UTF-8";
body, * {
  box-sizing: border-box !important; }

.container {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .container {
      width: 92%; } }

.footer_area .container {
  width: 1200px; }
  @media screen and (max-width: 767px) {
    .footer_area .container {
      width: 92%; } }

.banner-container {
  width: 800px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .banner-container {
      width: 92%; } }

.in-container {
  width: 700px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .in-container {
      width: 96%; } }

@media screen and (max-width: 767px) {
  .sp-flex {
    display: flex; } }

.swiper-wrapper {
  margin-top: 70px; }
  @media screen and (max-width: 767px) {
    .swiper-wrapper {
      margin-top: 50px; } }

.swiper-button-prev, .swiper-button-next {
  color: #ED859F !important;
  z-index: 99 !important; }
  @media screen and (max-width: 767px) {
    .swiper-button-prev, .swiper-button-next {
      display: none !important; } }

.swiper-pagination-bullet-active {
  background: #ED859F !important; }

.top-cp {
  background: #eee;
  position: absolute;
  top: 400%;
  left: 0%;
  transform: translateY(-50%);
  margin: auto;
  width: 800px;
  padding: 50px 50px 50px 100px;
  background: #ffffff;
  background: linear-gradient(75deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.84) 35%, rgba(255, 255, 255, 0.68) 66%, rgba(255, 255, 255, 0) 100%);
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .top-cp {
      top: 62%;
      width: 70%;
      padding: 10px; } }

.top-cp-heading {
  font-size: 30px;
  font-weight: bold;
  color: #ED859F;
  font-family: sans-serif;
  line-height: 1.3;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .top-cp-heading {
      font-size: 12px;
      margin-bottom: 10px;
      text-shadow: 0 0 2px #fff; }
      .top-cp-heading br {
        display: none; } }

.top-cp-text {
  font-size: 16px;
  line-height: 1.6; }
  @media screen and (max-width: 767px) {
    .top-cp-text {
      font-size: 9px;
      text-shadow: 0 0 2px #fff; }
      .top-cp-text br {
        display: none; } }

.heading-01 {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  line-height: 1em;
  font-size: 60px;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    .heading-01 {
      font-size: 20px; } }

.news-area {
  margin-top: 0px !important;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #d7ced0; }
  @media screen and (max-width: 767px) {
    .news-area {
      padding-top: 10px;
      padding-bottom: 10px; } }

.news-flex {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .news-flex {
      display: block; } }

.news-list {
  height: 200px;
  overflow-y: scroll;
  width: 100%;
  margin-left: 60px; }
  @media screen and (max-width: 767px) {
    .news-list {
      margin-left: 0px;
      height: 140px; } }
  .news-list li {
    border-bottom: 1px solid #333;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .news-list li {
        border-bottom: 0.5px solid #333; } }
    .news-list li dl {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .news-list li dl {
          display: block; } }
      .news-list li dl dt {
        font-size: 15px;
        display: flex;
        align-items: center;
        margin-right: 20px; }
        @media screen and (max-width: 767px) {
          .news-list li dl dt {
            font-size: 12px;
            margin-right: 0px; } }
        .news-list li dl dt .category {
          padding: 3px 20px;
          color: #fff;
          background: #262424;
          display: block;
          min-width: 150px;
          text-align: center;
          margin-right: 25px; }
          @media screen and (max-width: 767px) {
            .news-list li dl dt .category {
              font-size: 10px;
              padding: 3px 10px; } }
      .news-list li dl dd {
        font-size: 16px; }
        @media screen and (max-width: 767px) {
          .news-list li dl dd {
            font-size: 11px;
            line-height: 1.2;
            margin-top: 5px; } }

.solution-area {
  margin-bottom: 0px; }

.s-title {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #ed859f;
  position: relative;
  z-index: 1;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .s-title {
      font-size: 14px;
      margin-bottom: 10px; } }
  .s-title:before {
    width: 100%;
    height: 24px;
    left: 0;
    bottom: -20px;
    background: #fff;
    content: "";
    position: absolute;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .s-title:before {
        bottom: 0px;
        height: 10px; } }

.bg-green {
  padding: 60px 80px 260px;
  background: #d8edae; }
  @media screen and (max-width: 767px) {
    .bg-green {
      padding: 20px; } }

#features .bg-green {
  padding: 60px 80px 40px; }
  @media screen and (max-width: 767px) {
    #features .bg-green {
      margin-top: 50px;
      padding: 30px; } }

.text-01 {
  color: #555;
  font-size: 16px;
  line-height: 1.8; }
  @media screen and (max-width: 767px) {
    .text-01 {
      font-size: 12px;
      line-height: 1.6; } }

.person-area {
  margin-top: 20px;
  display: flex;
  position: relative;
  content: "";
  padding: 150px; }
  @media screen and (max-width: 767px) {
    .person-area {
      margin-top: 30px;
      display: block; } }

.person-area-02 {
  margin-top: 100px;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  content: "";
  padding: 150px; }
  @media screen and (max-width: 767px) {
    .person-area-02 {
      padding: 388px 0;
      margin-top: 30px;
      display: block; } }

.left-person {
  width: 200px;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .left-person {
      top: -30px;
      left: initial;
      right: -20px;
      width: 95px; } }

.left-comment {
  padding: 18px 30px;
  border: 4px solid #8dc21f;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: -120px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .left-comment {
      font-size: 12px;
      top: -5px;
      left: initial;
      right: 30px;
      border: 2px solid #8dc21f;
      padding: 10px 20px; } }

.right-person {
  width: 200px;
  position: absolute;
  top: 105px;
  right: -30px;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .right-person {
      top: 80px;
      left: 0px;
      right: initial;
      width: 95px; } }

.right-comment {
  padding: 18px 30px;
  border: 4px solid #8dc21f;
  border-radius: 100px;
  position: absolute;
  top: 25px;
  right: -120px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .right-comment {
      font-size: 12px;
      top: 98px;
      right: initial;
      left: 60px;
      border: 2px solid #8dc21f;
      padding: 10px 30px; } }

.parallelogram {
  position: absolute;
  z-index: 1;
  top: 35px;
  left: 140px;
  width: 800px;
  padding: 40px 110px 35px;
  transform: skew(-30deg);
  background-size: auto auto;
  background-color: #ee7c98;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, #ed859f 10px, #ed859f 18px);
  margin-left: 40px; }
  @media screen and (max-width: 767px) {
    .parallelogram {
      background-color: #ee7c98 !important;
      padding: 20px;
      left: 10px;
      top: 100px;
      width: 100%;
      transform: skew(-5deg);
      margin-left: 0px; } }
  .parallelogram .normalization {
    transform: skewX(30deg);
    /*テキストのみ傾斜を戻す*/ }
    @media screen and (max-width: 767px) {
      .parallelogram .normalization {
        transform: skewX(5deg); } }

.parallelogram-02 {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 140px;
  width: 800px;
  padding: 40px 110px 35px;
  transform: skew(200deg);
  background-size: auto auto;
  background-color: #ee7c98;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, #ed859f 10px, #ed859f 18px);
  margin-left: 40px; }
  @media screen and (max-width: 767px) {
    .parallelogram-02 {
      padding: 20px;
      left: 10px;
      top: 218px;
      width: 100%;
      transform: skew(5deg);
      margin-left: 0px; } }
  .parallelogram-02 .normalization {
    transform: skewX(-200deg);
    /*テキストのみ傾斜を戻す*/ }
    @media screen and (max-width: 767px) {
      .parallelogram-02 .normalization {
        transform: skewX(-5deg); } }
  @media screen and (max-width: 767px) {
    .parallelogram-02 .heading-a {
      margin-left: 0px; } }

.heading-a {
  font-size: 24px;
  font-weight: bold;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .heading-a {
      font-size: 16px;
      margin-left: 20px; } }

.top-text-list {
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .top-text-list {
      margin-top: 10px; } }
  .top-text-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .top-text-list li {
        align-items: flex-start; } }
    .top-text-list li span {
      margin-right: 10px;
      display: block;
      font-size: 30px;
      padding: 10px;
      background: #5a5655;
      color: #fff;
      font-family: 'Roboto', sans-serif; }
      @media screen and (max-width: 767px) {
        .top-text-list li span {
          font-size: 18px;
          padding: 8px; } }
    .top-text-list li strong {
      color: #fff; }
    .top-text-list li p {
      font-size: 14px;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .top-text-list li p {
          font-size: 12px; } }

.top-text-list-02 {
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .top-text-list-02 {
      margin-top: 10px; } }
  .top-text-list-02 li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px; }
    .top-text-list-02 li span {
      margin-right: 10px;
      display: block;
      font-size: 30px;
      padding: 10px;
      background: #5a5655;
      color: #fff;
      font-family: 'Roboto', sans-serif; }
      @media screen and (max-width: 767px) {
        .top-text-list-02 li span {
          font-size: 18px;
          padding: 8px; } }
    .top-text-list-02 li strong {
      color: #fff; }
    .top-text-list-02 li p {
      font-size: 14px;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .top-text-list-02 li p {
          font-size: 12px; } }

.link-button {
  padding: 10px 30px;
  display: inline-block;
  text-align: center;
  background: #8dc21f;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 50px;
  transition: .4s; }
  @media screen and (max-width: 767px) {
    .link-button {
      padding: 5px 15px;
      font-size: 13px; } }
  .link-button i {
    margin-left: 10px;
    color: #fff; }
  .link-button:hover {
    background: #74aa08; }

.to-right {
  display: flex;
  justify-content: flex-end; }

.top-banner {
  margin-top: -150px; }

.s-flow-banner {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 40px;
  background: url(../images/toppage/top-s-flow.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom 20% center;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .s-flow-banner {
      padding: 20px; } }
  .s-flow-banner:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2625252b;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    transition: .4s; }
  .s-flow-banner:hover:after {
    background: #db4a8686; }
  .s-flow-banner .banner-text {
    font-size: 30px;
    color: #fff;
    line-height: 1.8;
    font-weight: bold;
    text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.9);
    position: relative;
    z-index: 3;
    letter-spacing: 0.075em; }
    @media screen and (max-width: 767px) {
      .s-flow-banner .banner-text {
        font-size: 16px; } }
    .s-flow-banner .banner-text span {
      display: block;
      font-size: 16px;
      font-weight: normal;
      letter-spacing: 0.025em; }
      @media screen and (max-width: 767px) {
        .s-flow-banner .banner-text span {
          font-size: 12px; } }

.d-flow-banner {
  width: 100%;
  margin: 0 auto;
  margin-top: 25px;
  display: block;
  padding: 40px;
  background: url(../images/toppage/top-d-flow.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom 0% center;
  position: relative;
  z-index: 2;
  transition: .4s; }
  @media screen and (max-width: 767px) {
    .d-flow-banner {
      padding: 20px; } }
  .d-flow-banner:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #26252586;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    transition: .4s; }
  .d-flow-banner:hover:after {
    background: #5d9c56ae; }
  .d-flow-banner .banner-text {
    position: relative;
    z-index: 3;
    font-size: 30px;
    color: #fff;
    line-height: 1.8;
    font-weight: bold;
    text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.9);
    letter-spacing: 0.075em; }
    @media screen and (max-width: 767px) {
      .d-flow-banner .banner-text {
        font-size: 16px; } }
    .d-flow-banner .banner-text span {
      display: block;
      font-size: 16px;
      font-weight: normal;
      letter-spacing: 0.025em; }
      @media screen and (max-width: 767px) {
        .d-flow-banner .banner-text span {
          font-size: 12px; } }

.quote-button {
  display: block;
  width: 49%;
  padding: 35px 20px;
  color: #fff;
  background: #da5e7d;
  text-align: center;
  font-size: 20px;
  position: relative;
  transition: .4s;
  font-weight: bold;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .quote-button {
      width: 100%;
      padding: 15px 10px;
      font-size: 15px;
      margin-bottom: 10px; } }
  .quote-button:before {
    position: absolute;
    top: 36px;
    right: 50px;
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .quote-button:before {
        right: 30px;
        top: 16px; } }
  .quote-button:hover {
    background: #dd3e66;
    color: #fff; }

.contact_right-button {
  display: block;
  width: 49%;
  padding: 35px 20px;
  color: #fff;
  background: #289B11;
  text-align: center;
  font-size: 20px;
  position: relative;
  transition: .4s;
  font-weight: bold;
  cursor: pointer;
  border: 5px solid #FFFFFF; 

}
  @media screen and (max-width: 767px) {
    .contact_right-button {
      width: 100%;
      padding: 15px 10px;
      font-size: 15px;
      margin-bottom: 10px; } }
  .contact_right-button:before {
    position: absolute;
    top: 36px;
    right: 50px;
    font-weight: 600; 
}
    @media screen and (max-width: 767px) {
      .contact_right-button:before {
        right: 30px;
        top: 16px; } }
  .contact_right-button:hover {
    background: #79b108;
    color: #fff; }



.contact_button {
  display: block;
  width: 49%;
  padding: 35px 20px;
  color: #fff;
  background: #289B11;
  text-align: center;
  font-size: 20px;
  position: relative;
  transition: .4s;
  font-weight: bold;
  cursor: pointer;

}
  @media screen and (max-width: 767px) {
    .contact_button {
      width: 100%;
      padding: 15px 10px;
      font-size: 15px;
      margin-bottom: 10px; } }
  .contact_button:before {
    position: absolute;
    top: 36px;
    right: 50px;
    font-weight: 600; 
	font-family: "Font Awesome 5 Free";
    content: '\f105';
}
    @media screen and (max-width: 767px) {
      .contact_button:before {
        right: 30px;
        top: 16px; } }
  .contact_button:hover {
    background: #79b108;
    color: #fff; }

.button-flex {
  margin-top: 20px;
  display: flex;
  justify-content: space-between; }

.driver-features-inner,
.support-features-inner {
  width: 1100px;
  margin: 0 auto; }

/* ===============================
   セクションタイトル
================================= */
.driver-features-title,
.support-features-title {
  font-size: 24px;
  font-weight: bold;
  color: #ff6fa8;
  /* ピンク */
  position: relative;
  margin-bottom: 40px;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .driver-features-title,
    .support-features-title {
      font-size: 18px;
      display: block; } }

.driver-features-title::after,
.support-features-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 600px;
  height: 3px;
  background: #ff6fa8; }

/* ===============================
   ドライバー特長
================================= */
.driver-feature {
  margin-bottom: 50px; }

.driver-feature-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-indent: -2.2em;
  margin-left: 2.2em;
  line-height: 1.4; }
  @media screen and (max-width: 767px) {
    .driver-feature-heading {
      font-size: 14px;
      text-indent: -2.6em;
      margin-left: 2.6em;
      margin-bottom: 10px; } }

.driver-feature-number {
  padding: 0px 10px;
  border: 1px solid #333;
  line-height: 1em !important;
  margin-right: 7px; }
  @media screen and (max-width: 767px) {
    .driver-feature-number {
      margin-right: 7px; } }

.driver-feature-subheading {
  font-weight: bold;
  margin-bottom: 15px; }

.driver-feature-text {
  font-size: 15px; }
  @media screen and (max-width: 767px) {
    .driver-feature-text {
      font-size: 12px; } }

/* ===============================
   3ステップボックス
================================= */
.training-steps {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px; }

.training-step {
  background: #f2f2f2;
  padding: 10px 20px 20px;
  flex: 1;
  position: relative;
  text-align: left; }

.training-step-number {
  font-size: 60px;
  font-weight: bold;
  color: #f6b3c8;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .training-step-number {
      font-size: 40px; } }

.training-step-title {
  font-size: 16px;
  font-weight: bold;
  color: #8dc21f;
  margin-bottom: 15px;
  text-align: center;
  border-left: none;
  padding: 0;
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .training-step-title {
      width: 100%;
      text-align: center; } }

.training-step-subtitle {
  display: block;
  font-size: 14px; }

.training-step-text {
  font-size: 14px;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .training-step-text {
      font-size: 12px; } }

.training-step-emphasis {
  font-weight: bold; }

/* ===============================
   サポートセクション
================================= */
.support-features-lead {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .support-features-lead {
      font-size: 14px;
      margin-bottom: 10px; } }

.support-features-text {
  margin-bottom: 40px; }

.support-item {
  margin-bottom: 50px; }

.support-item-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .support-item-title {
      font-size: 14px;
      text-indent: -2.9em;
      margin-left: 2.9em;
      margin-bottom: 10px; } }

.support-item-number {
  padding: 0px 10px;
  border: 1px solid #333;
  line-height: 1em !important;
  margin-right: 7px; }

.support-item-text {
  font-size: 15px;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .support-item-text {
      font-size: 12px; } }

.support-item-text-lead {
  font-weight: bold;
  color: #585252; }

/* ===============================
   メリットボックス（ピンク斜線）
================================= */
.support-item-benefit {
  margin-top: 20px;
  padding: 20px;
  background: repeating-linear-gradient(45deg, #f58cae, #f58cae 10px, #f48aa5 10px, #f48aa5 20px);
  color: #fff; }

.support-item-benefit-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
  border-left: none;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .support-item-benefit-title {
      font-size: 14px;
      width: 100%;
      text-align: center;
      margin-bottom: 5px; } }

.height-image {
  margin-top: 20px;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center left 50%; }
  @media screen and (max-width: 767px) {
    .height-image {
      height: 120px; } }

/* ===============================
   レスポンシブ
================================= */
@media screen and (max-width: 1100px) {
  .driver-features-inner,
  .support-features-inner {
    width: 90%; }

  .training-steps {
    flex-direction: column; }

  .driver-features-title::after,
  .support-features-title::after {
    width: 100%; } }
.fa-angle-right:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free"; }

/*# sourceMappingURL=new-style.css.map */
