@charset "UTF-8";
.bx-wrapper .bx-pager {
  display: none;
}

.company_title_image {
  overflow: hidden;
}

.page-title {
  padding: 0px;
  overflow: hidden;
  text-align: center;
  height: 0px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .page-title {
    padding: 5px;
  }
}
.page-title h1 {
  text-align: right;
  color: #777777;
  margin: 0 auto;
  font-size: 8px;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
}

/*TOPポイント(提案型&福祉車両に強い)*/
.point1 {
  display: flex;
  margin: 60px auto;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.point1 .point1_1 {
  width: 60%;
}
.point1 a {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  z-index: 100;
}

.point2 {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.point2 .point2_2 {
  position: absolute;
  z-index: 99;
  left: 0;
  top: -3%;
  width: 63%;
}
.point2 .point2_1 {
  width: 60%;
}

/* 丸ボタン */
.dli-chevron-right {
  display: inline-block;
  color: #fff;
  line-height: 50px;
  margin-top: 17px;
  margin-left: 3px;
  width: 1em;
  height: 1em;
  border: 0.3em solid currentColor;
  border-radius: 3px;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}

.point-btn {
  display: block;
  position: absolute;
  top: 176px;
  left: 535px;
  margin-right: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #f0b414;
  border-radius: 95px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: 0.1s;
  z-index: 999;
}

.point-btn:hover {
  background: #ffec50;
}

/* ふわっとCSS */
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.toiawasepoint:hover {
  transition: transform 0.5s, opacity 0.5s;
  transform: translateY(-8px);
}

.toptitle_image {
  background: #f0b414;
}

/*TOPポイント(提案型&福祉車両に強い)(レスポンシブ)*/
@media screen and (max-width: 767px) {
  .point_pc {
    display: none;
  }
  .point_sp {
    margin: auto;
    display: block;
  }
  .point_sp img {
    width: 100%;
    margin-bottom: 30px;
  }
  .point2_sp {
    position: relative;
    width: 100%;
  }
  .dli-chevron-right_sp {
    display: inline-block;
    margin-left: 2px;
    color: #fff;
    line-height: 5px;
    width: 10px;
    height: 10px;
    border: 0.2em solid currentColor;
    border-radius: 3px;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
  }
  .point-btn_sp {
    display: block;
    position: absolute;
    top: 50px;
    left: 43%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #f0b414;
    border-radius: 95px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: 0.1s;
  }
}
@media screen and (min-width: 768px) {
  .point_sp {
    display: none;
  }
}
/* サービスのCSS */
.service {
  background-color: #ffffeb;
  padding-bottom: 80px;
}
.service .service_title {
  margin: 0 auto;
  padding-top: 100px;
  margin-top: 100px;
  background-color: #ffffeb;
}
@media screen and (min-width: 768px) {
  .service .service_title {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .service .service_title {
    padding-top: 60px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .service .srvice_title_text {
    font-size: 16px;
    text-align: justify;
    text-align: right;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service .srvice_title_text {
    font-size: 14px;
    line-height: 170%;
  }
}
.service .service_title_content {
  margin-right: 80px;
  height: 70px;
  padding: 0.05em 15px;
  margin-bottom: 20px;
  /*上下 左右の余白*/
  background: transparent;
  /*背景透明に*/
  border-left: solid 15px #46d2dc;
  /*左線*/
}
.service .service_title_content h2 {
  color: #323232;
  font-size: 36px;
  letter-spacing: 10px;
}
.service .service_title_content p {
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
  color: #46d2dc;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .service_btn1_retu,
  .service_btn2_retu {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .service_btn1_retu,
  .service_btn2_retu {
    display: flex;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .service_btn1_retu .btn_service,
  .service_btn2_retu .btn_service {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .service_btn1_retu .btn_service,
  .service_btn2_retu .btn_service {
    margin-bottom: 20px;
  }
}
.service_btn1_retu .btn_service p,
.service_btn2_retu .btn_service p {
  font-size: 16px;
  color: #323232;
  text-align: center;
  font-weight: 500;
  line-height: 24px;
  margin-top: 10px;
}
.service_btn1_retu .btn_service a,
.service_btn2_retu .btn_service a {
  display: block;
}
@media screen and (max-width: 767px) {
  .service_btn1_retu .btn_service a img,
  .service_btn2_retu .btn_service a img {
    max-width: 90%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .service_btn1_retu {
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .service_btn2_retu {
    justify-content: space-around;
  }
}

.servicehover:hover {
  transform: translateY(4px);
  transition: all 0.5s;
}

/* インフォメーション */
.info {
  margin: 100px auto 30px;
  display: flex;
  justify-content: space-between;
}

.info_title_content {
  margin-right: 80px;
  padding: 0.05em 15px;
  background: transparent;
  border-left: solid 15px #46d2dc;
}

.info_title p {
  font-size: 16px;
  font-weight: 900;
  line-height: 30px;
  color: #46d2dc;
  margin: auto;
}

.info_title h2 {
  color: #323232;
  font-size: 36px;
  letter-spacing: 10px;
}

.info_content {
  padding-top: 20px;
}
.info_content li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 3%;
  line-height: 170%;
}
.info_content li span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .info_content li {
    margin-bottom: 20px;
  }
}

.arrow p {
  margin: 0;
  padding-left: 5px;
  font-weight: bold;
  color: #46d2dc;
}
.arrow span {
  margin-top: 7px;
  display: block;
  width: 110px;
  height: 2px;
  background-color: #46d2dc;
  position: relative;
  transform: scale(0, 1);
  transform-origin: top left;
  animation: arrow01 3s ease-in-out infinite forwards;
}

@keyframes arrow01 {
  0% {
    transform: scale(0, 1);
  }
  30% {
    transform: scale(0, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  85% {
    transform: scale(1, 1);
    opacity: 1;
  }
  90% {
    transform: scale(1, 1);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.arrow span::after {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  border-right: 2px solid #46d2dc;
  transform: rotate(-45deg) scale(1, 0);
  transform-origin: right bottom;
  position: absolute;
  bottom: 2px;
  right: 1px;
  animation: arrow02 3s ease-in-out infinite forwards;
}

@keyframes arrow02 {
  0% {
    transform: rotate(-45deg) scale(1, 0);
  }
  45% {
    transform: rotate(-45deg) scale(1, 0);
  }
  55% {
    transform: rotate(-45deg) scale(1, 1);
  }
  85% {
    transform: rotate(-45deg) scale(1, 1);
    opacity: 1;
  }
  90% {
    transform: rotate(-45deg) scale(1, 1);
    opacity: 0;
  }
  100% {
    transform: rotate(-45deg) scale(1, 1);
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .info {
    margin: 40px auto 30px;
    display: block;
  }
  .info_title_content {
    margin-right: 80px;
    padding: 0.02em 10px;
    background: transparent;
    border-left: solid 10px #46d2dc;
    margin-bottom: 20px;
  }
  .info_title p {
    font-size: 15px;
    font-weight: 900;
    line-height: 20px;
    color: #46d2dc;
    margin: auto;
    margin-bottom: 20px !important;
  }
  .info_title h2 {
    color: #323232;
    font-size: 25px;
    letter-spacing: 5px;
  }
  .info_content p {
    font-size: 13px;
    line-height: 10px;
    width: 100%;
    align-items: center;
  }
  .info_content p a {
    line-height: 170%;
    font-size: 16px;
  }
  .arrow {
    width: 85%;
    margin: auto;
  }
  .arrow p {
    margin: 0;
    padding-left: 0%;
    font-weight: bold;
    color: #46d2dc;
    text-align: right;
  }
  .arrow span {
    margin-top: 7px;
    display: block;
    margin-left: 75%;
    width: 100px;
    height: 2px;
    background-color: #46d2dc;
    position: relative;
    transform: scale(0, 1);
    transform-origin: top left;
    animation: arrow01 3s ease-in-out infinite forwards;
  }
  @keyframes arrow01 {
    0% {
      transform: scale(0, 1);
    }
    30% {
      transform: scale(0, 1);
    }
    40% {
      transform: scale(1, 1);
    }
    85% {
      transform: scale(1, 1);
      opacity: 1;
    }
    90% {
      transform: scale(1, 1);
      opacity: 0;
    }
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }
  .arrow span::after {
    content: "";
    display: block;
    width: 8px;
    height: 15px;
    border-right: 2px solid #46d2dc;
    transform: rotate(-45deg) scale(1, 0);
    transform-origin: right bottom;
    position: absolute;
    bottom: 2px;
    right: 1px;
    animation: arrow02 3s ease-in-out infinite forwards;
  }
  @keyframes arrow02 {
    0% {
      transform: rotate(-45deg) scale(1, 0);
    }
    45% {
      transform: rotate(-45deg) scale(1, 0);
    }
    55% {
      transform: rotate(-45deg) scale(1, 1);
    }
    85% {
      transform: rotate(-45deg) scale(1, 1);
      opacity: 1;
    }
    90% {
      transform: rotate(-45deg) scale(1, 1);
      opacity: 0;
    }
    100% {
      transform: rotate(-45deg) scale(1, 1);
      opacity: 0;
    }
  }
}
/*--------------------TOPに戻るボタン--------------------------*/
#page_top {
  display: none !important;
  width: 130px;
  height: 165px;
  position: fixed;
  right: 0;
  bottom: 30px;
  opacity: 0.5;
}

#page_top a {
  position: relative;
  display: block;
  width: px;
  height: 135px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 80px;
  color: #595959;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #595959;
  z-index: 10;
}

/*TOPに戻るボタン(スマホ)*/
@media screen and (max-width: 767px) {
  #page_top {
    width: 130px;
    height: 165px;
    position: fixed;
    right: 0;
    bottom: 30px;
    opacity: 0.5;
  }
  #page_top a {
    position: relative;
    display: block;
    width: px;
    height: 135px;
    text-decoration: none;
  }
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f102";
    font-size: 50px;
    color: #595959;
    position: absolute;
    width: 20px;
    height: 25px;
    left: 125px;
    top: -10px;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #595959;
    z-index: 10;
  }
}
/*footer*/
#footer {
  padding: 60px 0 0;
}
@media screen and (min-width: 768px) {
  #footer .container:first-child {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
#footer .footer_btn1,
#footer .footer_btn2 {
  width: 100%;
  height: 80px;
  display: block;
  padding: 1px 15px;
  margin-right: 25px;
  text-align: center;
  background-color: #f0b414;
  display: block;
  box-shadow: 5px 5px 0px 0 #dddddd;
  border-radius: 95px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  margin: 0px auto 60px;
}
@media screen and (min-width: 768px) {
  #footer .footer_btn1,
  #footer .footer_btn2 {
    width: 45%;
  }
}
#footer .footer_btn1:hover,
#footer .footer_btn2:hover {
  box-shadow: none;
  transform: translateY(-3px);
}
#footer .footer_btn1 p,
#footer .footer_btn2 p {
  vertical-align: middle;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  line-height: 85px;
}
@media screen and (max-width: 767px) {
  #footer .footer_btn1 p,
  #footer .footer_btn2 p {
    font-size: 16px;
  }
}
#footer .footer_btn1 p img,
#footer .footer_btn2 p img {
  vertical-align: middle;
}
#footer .footer_btn2 {
  text-align: center;
  background-color: #fff;
  border: solid 3px #f0b414;
  box-shadow: 5px 5px 0px 0 #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer_btn2:hover {
  box-shadow: none;
  transform: translateY(3px);
}
#footer .footer_btn2 img {
  width: 80%;
}

.policy {
  padding: 20px 0;
  background-color: #ff5016;
}
.policy .policy_copy {
  font-size: 14px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .policy .policy_copy {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .policy .policy_copy {
    text-align: center;
  }
}
.policy .policy_copy p {
  color: #ffffff;
}
.policy .policy_copy a {
  color: #ffffff;
}

/*プライバシーポリシー*/
.privacy {
  background-color: #ffffeb;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 200px;
}

.privacy_content {
  width: 850px;
  margin: auto;
}

.privacy_content h2 {
  font-size: 27px;
  color: #323232;
  margin-bottom: 50px;
}

.privacy_content h3 {
  font-size: 22px;
  line-height: 50px;
  color: #323232;
  font-weight: 500;
}

.privacy_content p {
  font-size: 18px;
  line-height: 30px;
  color: #323232;
  margin-bottom: 50px;
  text-align: justify;
}

/*プライバシーポリシー(レスポンシブ)*/
@media screen and (max-width: 767px) {
  .privacy {
    background-color: #ffffeb;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 200px;
  }
  .privacy_content {
    width: 90%;
    margin: auto;
  }
  .privacy_content h2 {
    font-size: 20px;
    color: #323232;
    margin-bottom: 50px;
  }
  .privacy_content h3 {
    font-size: 16px;
    line-height: 50px;
    color: #323232;
    font-weight: 500;
  }
  .privacy_content p {
    font-size: 14px;
    line-height: 25px;
    color: #323232;
    text-align: justify;
  }
}
/*footer(レスポンシブ)*/
@media screen and (max-width: 767px) {
  .footer_btn1 {
    width: 80%;
    height: 70px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    margin: 50px auto 30px;
  }
  .footer_btn1:hover {
    box-shadow: none;
    transform: translateY(-3px);
  }
  .footer_btn1 p {
    vertical-align: middle;
  }
  .footer_btn1 p {
    font-size: 16px;
    line-height: 70px;
  }
  .footer_btn2 {
    width: 80%;
    height: 70px;
    display: block;
    text-align: center;
    background-color: #fff;
    border: solid 3px #f0b414;
  }
  .footer_btn2:hover {
    box-shadow: none;
    transform: translateY(3px);
  }
  .footer_btn2 img {
    width: 85%;
    margin-top: 13px;
  }
  /*プライバシーポリシー*/
  .privacy {
    background-color: #ffffeb;
    width: 100%;
    padding-bottom: 200px;
  }
  .privacy_content {
    margin: auto;
  }
  .privacy_content h2 {
    font-size: 27px;
    color: #323232;
    margin-bottom: 50px;
  }
  .privacy_content h3 {
    font-size: 22px;
    line-height: 50px;
    color: #323232;
    font-weight: 500;
  }
  .privacy_content p {
    font-size: 18px;
    line-height: 30px;
    color: #323232;
    margin-bottom: 50px;
    text-align: justify;
  }
}
/*インフォメーションページ*/
.information_toptitle {
  position: relative;
  margin: auto;
}

.information_toptitle_content {
  position: absolute;
  bottom: 150px;
  left: 10px;
}

.information_toptitle_content h2 {
  letter-spacing: 15px;
  color: #fff;
}

.information_toptitle_content p {
  font-size: 33px;
  margin-left: 5px;
  letter-spacing: 2px;
  font-weight: 900;
  color: #323232;
  line-height: 60px;
}

.information_title_image {
  width: 100%;
  background-color: #fbce2f;
}

.information_title_image img {
  width: 1300px;
  margin: auto;
  padding-top: 100px;
  display: block;
}

.information {
  padding: 100px 0;
  width: 100%;
  background: #f5f5f5;
  margin-bottom: 100px;
}

.inner {
  width: 1150px;
  background-color: #fff;
  margin: 0 auto;
  padding: 65px 0 65px;
}

.info_list {
  margin: 50px;
}

.info_list_item {
  padding: 25px 0;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
}

.info_list_item:first-child {
  border-top: 1px solid #e6e6e6;
}

.info_list_item a {
  color: #323232;
}

.info_list_item img {
  margin-right: 40px;
}

.info_list_date {
  margin-right: 20px;
}

/*インフォメーションページ(スマホ)*/
@media screen and (max-width: 767px) {
  .information_toptitle {
    width: 100%;
    position: relative;
    margin: auto;
  }
  .information_toptitle_content {
    position: absolute;
    bottom: 30px;
    left: 10px;
  }
  .information_toptitle_content h2 {
    letter-spacing: 5px;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
  }
  .information_toptitle_content p {
    font-size: 15px;
    margin-left: 5px;
    letter-spacing: 2px;
    font-weight: 900;
    color: #323232;
    line-height: 15px;
  }
  .information_title_image {
    width: 100%;
    background-color: #fbce2f;
  }
  .information_title_image img {
    width: 100%;
    margin: auto;
    padding-top: 100px;
    display: block;
    padding-top: 50px;
  }
  .information {
    padding: 50px 0;
    width: 100%;
    background: #ffffeb;
    margin-bottom: 50px;
  }
  .inner {
    width: 90%;
    background-color: #fff;
    margin: 0 auto;
    padding: 15px 0 15px;
  }
  .info_list {
    margin: 10px;
  }
  .info_list_item {
    padding: 5px 0;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    padding: 10px;
    vertical-align: middle;
  }
  .info_list_item:first-child {
    border-top: 1px solid #e6e6e6;
  }
  .info_list_item p {
    color: #323232;
    font-size: 14px;
  }
  .info_list_item a {
    color: #323232;
    font-size: 14px;
    line-height: 20px;
  }
  .info_list_item img {
    margin-right: 15px;
    width: 55px;
    height: 10px;
  }
  .info_list_date {
    margin-right: 10px;
  }
}
.okyakusama_voice {
  width: 300px;
  height: 50px;
  line-height: 50px;
  display: block;
  padding: 1px 15px;
  margin-right: 25px;
  font-size: 27px;
  text-align: center;
  background-color: #fff;
  border: 3px solid #ff5016;
  display: block;
  border-radius: 95px;
  color: #ff5016;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: 0.3s;
  letter-spacing: 10px;
  transition: 0.3s;
  margin: 0px auto 250px;
}

.okyakusama_voice:hover {
  background-color: #ff5016;
  color: #fff;
}

.bnr {
  display: block;
  margin: auto;
  margin-bottom: 80px;
}

.bnr:hover {
  opacity: 0.7;
}

.a_nousya {
  display: block;
  margin-top: -150px;
  padding-top: 150px;
}

.a_smiletsushin {
  display: block;
  margin-top: -150px;
  padding-top: 150px;
}

.smile_nousya_bnr {
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .okyakusama_voice {
    width: 90%;
  }
  .okyakusama_voice:hover {
    background-color: #ff5016;
    color: #fff;
  }
  .bnr {
    width: 95%;
    margin: 20px auto;
  }
  .bnr:hover {
    opacity: 0.7;
  }
  .a_nousya {
    display: block;
    margin-top: -150px;
    padding-top: 150px;
  }
}
/*納車実績ページ*/
.nousya {
  margin: auto;
  background: #ffffeb;
}

.nousya_zisseki {
  margin: auto;
  background: #ffffeb;
}

@media screen and (min-width: 768px) {
  .nousya_zisseki img {
    width: 45%;
  }
}

.nousya_zisseki_content {
  width: 1000px;
  max-width: 100%;
  display: flex;
  margin: 0px auto;
  padding: 30px 0;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .nousya_zisseki_content > div {
    width: 50%;
  }
}

.nousya_zisseki_content h3 {
  font-weight: 900;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  border-bottom: 2px solid #f0b414;
}

.nousya_zisseki_content p {
  color: #323232;
  font-size: 16px;
}

/*サービス（カーリース）ページ*/
.serviceL_toptitle_image {
  width: 100%;
  height: 580px;
  background-color: #46d2dc;
}

.serviceL_toptitle_image img {
  width: 1330px;
  margin: auto;
  padding-top: 90px;
  display: block;
}

.serviceL_title_ill {
  margin: auto;
  display: block;
}

/*サービス（カーリース）(医療福祉・社有車管理)ページ*/
.merit_content {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 5px;
  background-color: #ffffeb;
}

.startup {
  margin: auto;
}
.startup h2 {
  font-size: 24px;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 10px;
  line-height: 150%;
  color: #fff;
  background-color: #f0b414;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .startup h2 {
    font-size: 20px;
    line-height: 150%;
  }
}
.startup p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .startup p {
    font-size: 16px;
    line-height: 170%;
  }
}

.merit_top_title {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 100px;
}
.merit_top_title h2 {
  font-size: 24px;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  line-height: 160%;
  color: #fff;
  background-color: #46d2dc;
}
@media screen and (max-width: 767px) {
  .merit_top_title h2 {
    font-size: 22px;
  }
}
.merit_top_title p {
  font-size: 25px;
  text-align: center;
  border-radius: 10px;
  color: #46d2dc;
  padding: 15px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .merit_top_title p {
    font-size: 18px;
    line-height: 170%;
  }
}

.merit {
  margin: auto;
  height: auto;
  padding: 30px 20px 20px 20px;
  box-shadow: 5px 5px #dddddd;
  border: 2px solid #dddddd;
  text-align: justify;
  border-radius: 10px;
  background-color: #fff;
  border-color: 3px #f0b414;
  font-size: 22px;
  line-height: 40px;
  color: #323232;
  margin-bottom: 60px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .merit {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  .merit img {
    width: 400px;
  }
}

@media screen and (min-width: 768px) {
  .merit_text {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .merit_text p {
    width: calc(100% - 420px);
  }
}

.merit_title h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .merit_title h2 {
    font-size: 22px;
    line-height: 160%;
  }
}
.merit_title h3 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #46d2dc;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .merit_title h3 {
    font-size: 18px;
    line-height: 160%;
  }
}
.merit_title p {
  line-height: 170%;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .merit_title p {
    margin-bottom: 20px;
  }
}

.syayusya_voice {
  margin-bottom: 200px;
}

.syayusya_okyakusamavoice {
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .syayusya_okyakusamavoice {
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .syayusya_okyakusamavoice {
    margin: 60px 0;
  }
}
@media screen and (min-width: 768px) {
  .syayusya_okyakusamavoice div {
    width: calc(100% - 300px);
  }
}

.syayusya_okyakusamavoice h2 {
  color: #fff;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  background-color: #f0b414;
}

.syayusya_okyakusamavoice p {
  color: #323232;
  font-size: 18px;
  line-height: 160%;
  margin-top: 10px;
  padding: 10px;
  text-align: justify;
  border-radius: 10px;
}

/*サービス（カーリース）(FC)ページ*/
.FC_merit {
  width: 100%;
  margin: auto;
  padding-top: 50px;
  background-color: #ffffeb;
  margin-bottom: 50px;
}
.FC_merit h2 {
  font-size: 33px;
  margin: auto;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background-color: #46d2dc;
}
@media screen and (min-width: 768px) {
  .FC_merit h2 {
    line-height: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .FC_merit h2 {
    font-size: 18px;
    line-height: 150%;
  }
}
.FC_merit p {
  margin: auto;
  font-size: 22px;
  border-radius: 10px;
  line-height: 35px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .FC_merit p {
    font-size: 16px;
    line-height: 170%;
  }
}

@media screen and (min-width: 768px) {
  .fc_lease {
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .fc_lease img {
    width: 50%;
    display: flex;
    margin: auto;
  }
}
.fc_lease p {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: #323232;
  line-height: 160%;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .fc_lease p {
    font-size: 18px;
    line-height: 160%;
    text-align: left;
  }
}

.FC_content {
  margin: auto;
  margin-top: 100px;
  padding-bottom: 50px;
  margin-bottom: 80px;
}
.FC_content p {
  font-size: 18px;
  line-height: 170%;
}

@media screen and (min-width: 768px) {
  .honbu_kamei_merit {
    margin: auto;
    justify-content: space-between;
    display: flex;
    margin-bottom: 60px;
  }
}
.honbu_kamei_merit h2 {
  padding: 15px 10px;
  color: #fff;
  font-size: 27px;
  text-align: left;
  background-color: #f0b414;
}

.honbu_kamei_title {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #f0b414;
  border-radius: 50px;
}
.honbu_kamei_title img {
  width: 70px;
}
.honbu_kamei_title h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .honbu_kamei_title h3 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .honbu_kamei {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .honbu_kamei {
    margin-bottom: 30px;
  }
}
.honbu_kamei p {
  margin-top: 20px;
  padding-left: 20px;
  line-height: 30px;
  font-size: 16px;
}

/*サービス（カーリース）(法人)ページ*/
.hojin {
  width: 100%;
  background-color: #ffffeb;
  padding: 60px 0;
}

.hojin_content {
  margin: auto;
  height: auto;
  padding: 30px;
  box-shadow: 5px 5px #dddddd;
  border: 2px solid #dddddd;
  text-align: justify;
  border-radius: 10px;
  background-color: #fff;
  border-color: 3px #f0b414;
  line-height: 40px;
  line-height: 40px;
  color: #323232;
  margin-bottom: 100px;
  font-weight: 500;
}
.hojin_content h2 {
  font-size: 22px;
  font-weight: bold;
}
.hojin_content p {
  line-height: 170%;
  margin-bottom: 20px;
}

.smile_mente_pack {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .smile_mente_pack {
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .smile_mente_pack img {
    width: 200px !important;
    margin-top: 0px !important;
    margin-right: 10px;
  }
}

.smile_mente_pack h2 {
  color: #ff5016;
  font-size: 24px !important;
}

.zeroen {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .zeroen {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .zeroen img {
    width: 300px;
  }
}
.zeroen h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .zeroen .zeroen_text {
    width: calc(100% - 320px);
  }
}

/*サービス（カーリース）(レスポンシブ)ページ*/
@media screen and (max-width: 767px) {
  .serviceL_toptitle_image {
    width: 100%;
    height: 200px;
    background-color: #46d2dc;
  }
  .serviceL_toptitle_image img {
    width: 95%;
    margin: auto;
    padding-top: 50px;
    display: block;
  }
  .serviceL_title_ill {
    width: 95%;
    margin: auto;
    display: block;
  }
}
/*サービス（レンタカー）ページ*/
.serviceR_toptitle_image {
  width: 100%;
  height: 570px;
  background-color: #3282c8;
}

.serviceR_toptitle_image img {
  width: 1310px;
  margin: auto;
  padding-top: 100px;
  display: block;
}

.serviceR_title_ill {
  margin: auto;
  display: block;
}

/*サービス（レンタカー）(レスポンシブ)ページ*/
@media screen and (max-width: 767px) {
  .serviceR_toptitle_image {
    width: 100%;
    height: 200px;
    background-color: #3282c8;
  }
  .serviceR_toptitle_image img {
    width: 95%;
    margin: auto;
    padding-top: 50px;
    display: block;
  }
  .serviceR_title_ill {
    width: 95%;
    margin: auto;
    display: block;
  }
}
/*サービス（各種保険業務）ページ*/
.insu_toptitle {
  position: relative;
  margin: auto;
}

.insu_toptitle_content {
  position: absolute;
  bottom: 150px;
  left: 10px;
}

.insu_toptitle_content h2 {
  letter-spacing: 15px;
  color: #fff;
}

.insu_toptitle_content p {
  font-size: 33px;
  margin-left: 5px;
  letter-spacing: 2px;
  font-weight: 900;
  color: #323232;
  line-height: 60px;
}

.insu_title_image {
  width: 100%;
  background-color: #fbce2f;
}

.insu_title_image img {
  width: 1300px;
  margin: auto;
  padding-top: 100px;
  display: block;
}

.insurance {
  width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 200px;
  justify-content: space-between;
}

.insurance img {
  width: 300px;
  margin: auto;
}

.insurance h2 {
  margin-bottom: 30px;
  background-color: #46d2dc;
  color: #fff;
  font-size: 25px;
  text-align: center;
  padding: 10px 15px;
  border-radius: 10px;
}

.insurance p {
  width: 650px;
  font-size: 22px;
  line-height: 35px;
  text-align: justify;
}

/*サービス（各種保険業務）(レスポンシブ)ページ*/
@media screen and (max-width: 767px) {
  .insu_toptitle {
    width: 100%;
    position: relative;
    margin: auto;
  }
  .insu_toptitle_content {
    position: absolute;
    bottom: 30px;
    left: 10px;
  }
  .insu_toptitle_content h2 {
    letter-spacing: 5px;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
  }
  .insu_toptitle_content p {
    font-size: 15px;
    margin-left: 5px;
    letter-spacing: 2px;
    font-weight: 900;
    color: #323232;
    line-height: 15px;
  }
  .insu_title_image {
    width: 100%;
    background-color: #fbce2f;
  }
  .insu_title_image img {
    width: 100%;
    margin: auto;
    padding-top: 100px;
    display: block;
    padding-top: 50px;
  }
  .insurance {
    width: 95%;
    margin: auto;
    display: block;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 50px;
    justify-content: space-between;
  }
  .insurance img {
    margin-bottom: 20px;
  }
  .insurance h2 {
    margin-bottom: 24px;
    background-color: #46d2dc;
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding: 10px 15px;
    border-radius: 10px;
  }
  .insurance p {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
  }
}
/*固定ページの見出し*/
.title_content {
  margin-right: 80px;
  padding: 5px 15px 5px;
  margin-bottom: 20px;
  background: transparent;
  border-left: solid 15px #46d2dc;
}
.title_content h2 {
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
  color: #46d2dc;
  margin: auto;
}
.title_content span {
  display: block;
  color: #323232;
  font-size: 30px;
  font-family: "smsfont";
  letter-spacing: 0.1em;
}

.com_toptitle {
  position: relative;
  margin: auto;
}

.com_toptitle_content {
  position: absolute;
  bottom: 210px;
  left: 10px;
}

.com_toptitle_content h2 {
  letter-spacing: 15px;
  color: #fff;
}

.com_toptitle_content p {
  font-size: 33px;
  margin-left: 5px;
  letter-spacing: 2px;
  font-weight: 900;
  color: #323232;
  line-height: 60px;
}

.company_title_image {
  width: 100%;
  background-color: #fbce2f;
}

.company_title_image img {
  width: 1300px;
  margin: auto;
  padding-top: 100px;
  display: block;
}

/*会社情報車アニメ*/
#content {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-top: -135px;
}

#rect {
  position: absolute;
  left: -50px;
  top: 50px;
  width: 50px;
  text-align: center;
  color: #fff;
}

.history {
  overflow: hidden;
}

/*ごあいさつ*/
.top_messe {
  margin: auto;
  margin-bottom: 100px;
}

.top_messe_text h3 {
  margin: 50px auto 20px;
  font-size: 24px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .top_messe_text h3 {
    font-size: 20px;
    margin: 0 auto 20px;
  }
}
.top_messe_text .top_messe_text p {
  font-size: 16px;
}

.goaisatsu_img {
  margin: 60px auto 0;
}

/*会社情報テーブル*/
.company_table_background {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ffffeb;
}

.company_table {
  display: flex;
  justify-content: space-between;
}
.company_table .company_table-img {
  width: 30%;
  height: auto;
}

.kaisyagaiyou {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .kaisyagaiyou {
    width: 68%;
  }
}
.kaisyagaiyou table {
  background-color: #fff;
  border-spacing: 0;
  margin-top: 0px;
}
.kaisyagaiyou table th:first-child {
  border-top: solid 2px #46d2dc;
  width: 150px;
  vertical-align: middle;
}
.kaisyagaiyou table th,
.kaisyagaiyou table td {
  padding: 10px;
  font-size: 16px;
}
.kaisyagaiyou table th {
  border-bottom: solid 2px #46d2dc;
  vertical-align: middle;
}
.kaisyagaiyou table td {
  border-bottom: solid 2px #ddd;
  border-top: solid 4px #ddd;
  text-align: left;
  vertical-align: middle;
}

/*事業所*/
.office_title {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .jigyousyo_table {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .jigyousyo_table {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .jigyousyo_table > div {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .jigyousyo_table > div {
    width: 49%;
  }
}

.office_table_title {
  display: flex;
  align-items: center;
}
.office_table_title img {
  height: 30px !important;
}
.office_table_title h2 {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .jigyousyo2_content {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px 0;
  }
}
@media screen and (max-width: 767px) {
  .jigyousyo2_content > div {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .jigyousyo2_content > div {
    width: 33.3333333333%;
    padding: 0 10px;
  }
}
.jigyousyo2_content > div h2 {
  font-size: 16px;
}

.jusyo {
  text-decoration: underline;
  margin-bottom: 15px;
}
.jusyo a {
  color: #000;
  text-decoration: underline;
  margin-bottom: 15px;
}

.jigyousyo {
  margin: auto;
}

.design01 {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
.design01 th,
.design01 td {
  text-align: left;
  font-size: 14px;
  padding: 5px;
  width: 50%;
}
.design01 th {
  background: #eaeaea;
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
}
.design01 td {
  border-bottom: solid 1px #000;
  background-color: #fff;
}

.kokodake_ueni {
  margin-top: -60px;
}

.company_btn {
  display: block;
  padding: 20px 20px;
  width: 400px !important;
  margin: 90px auto 100px;
  text-align: center;
  background: #f0b414;
  border: 1px solid #ff9900;
  box-shadow: 5px 5px 0px 0 #b8b8b8;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  letter-spacing: 3px;
  font-weight: bold;
  line-height: 1.2em;
  transition: 0.1s;
}

.company_btn2:hover {
  box-shadow: none;
  transform: translateY(4px);
}

.company_btn2 {
  display: block;
  padding: 20px 20px;
  width: 400px !important;
  margin: 3px auto 50px;
  text-align: center;
  background: #ff5016;
  border: 3px solid #ff5016;
  box-shadow: 5px 5px 0px 0 #b8b8b8;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  letter-spacing: 3px;
  font-weight: bold;
  line-height: 1.2em;
  transition: 0.1s;
}

.company_btn:hover {
  box-shadow: none;
  transform: translateY(4px);
}

.company_btn3 {
  display: block;
  padding: 20px 20px;
  width: 400px !important;
  margin: 0 auto 0px;
  text-align: center;
  background: #fff;
  border: 3px solid #ff5016;
  box-shadow: 5px 5px 0px 0 #b8b8b8;
  border-radius: 100px;
  color: #ff5016;
  text-decoration: none;
  font-size: 25px;
  letter-spacing: 3px;
  font-weight: bold;
  line-height: 1.2em;
  transition: 0.1s;
}

.company_btn3:hover {
  box-shadow: none;
  transform: translateY(4px);
}

/*沿革タイムライン*/
@keyframes bga {
  0% {
    background-position-y: 100%;
  }
  50% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 100%;
  }
}
section.history .history-inner {
  opacity: 0;
  transition: all 0.6s ease-out;
}
section.history .history-inner:nth-of-type(2n) {
  background: #f9f9f9;
}
section.history .history-inner.right, section.history .history-inner.left {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
}
section.history .history-inner h3 {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 60px;
  z-index: 99;
}
section.history .history-inner p {
  text-align: left !important;
  font-size: 16px;
}
section.history .history-inner div {
  padding: 20px;
  margin-top: -20px;
  color: #323232;
  font-weight: 500;
  font-size: 16px;
  transition: 0.5s;
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  section.history .history-inner div {
    width: calc(85% - 30px);
  }
}
section.history .history-inner div img {
  display: inline-block;
  width: 200px;
  max-width: 60%;
  margin-top: 20px;
}
section.history .history-inner div img.history_syatyou {
  width: 600px;
  max-width: 80%;
}
section.history .history-inner.right {
  transform: translateX(50px);
  justify-content: flex-end;
}
section.history .history-inner.left {
  transform: translateX(-50px);
}
@media screen and (max-width: 767px) {
  section.history .history-inner.left {
    flex-direction: row-reverse;
    transform: translateX(50px);
  }
}
@media screen and (min-width: 768px) {
  section.history .history-inner.left div {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px) {
  section.history .history-inner.left div p {
    text-align: right !important;
  }
}
section.history .history-inner.show {
  opacity: 1;
  transform: translateX(0);
}

.active {
  transform: translateX(0) !important;
  opacity: 1 !important;
}

.pc_none {
  display: none;
}

/*沿革タイムライン(レスポンシブ)*/
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
}
.car_anime {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .company_top_title_content {
    margin-right: 0px;
    padding: 0.05em 15px;
    /*上下 左右の余白*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 15px #46d2dc;
    /*左線*/
  }
}
/*会社情報ページ(レスポンシブ)*/
@media screen and (max-width: 767px) {
  .company_top_title_content {
    margin-right: 0px;
    padding: 0.05em 10px;
    /*上下 左右の余白*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 10px #46d2dc;
    /*左線*/
  }
  .company_top_title_content p {
    font-size: 16px;
    font-weight: 900;
    line-height: 30px;
    color: #46d2dc;
    margin: 0px;
  }
  .company_top_title_content h3 {
    color: #323232;
    font-size: 30px;
    letter-spacing: 4px;
  }
  .com_toptitle {
    width: 100%;
    position: relative;
  }
  .com_toptitle_content {
    position: absolute;
    bottom: 80px;
    left: 10px;
  }
  .com_toptitle_content h2 {
    letter-spacing: 5px;
    color: #fff;
    font-size: 30px;
  }
  .com_toptitle_content p {
    font-size: 20px;
    margin-left: 5px;
    letter-spacing: 2px;
    font-weight: 900;
    color: #323232;
    line-height: 40px;
  }
  .company_title_image {
    width: 100%;
    background-color: #fbce2f;
  }
  .company_title_image img {
    width: 95%;
    margin: auto;
    padding-top: 80px;
    display: block;
  }
  /*会社情報車アニメ*/
  #content {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  #rect {
    position: absolute;
    left: -50px;
    top: 50px;
    width: 50px;
    bottom: opx;
    text-align: center;
    color: #fff;
  }
  .car_anime {
    margin-top: 55px;
    width: 200px;
  }
  .goaisatsu_img {
    width: 100%;
    margin: 20px auto;
  }
  /*会社情報テーブル*/
  .company_table_background {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 100px;
    background-color: #ffffeb;
  }
  .company_table img {
    display: none;
  }
  .company_table {
    width: 95%;
    display: block;
    margin: auto;
  }
  .kokodake_ueni {
    margin-top: 0px;
  }
  .company_btn {
    display: block;
    padding: 20px 20px;
    width: 80% !important;
    margin: 90px auto 100px;
    text-align: center;
    background: #f0b414;
    border: 1px solid #ff9900;
    box-shadow: 5px 5px 0px 0 #b8b8b8;
    border-radius: 100px;
    color: #fff;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 1.2em;
    transition: 0.1s;
  }
  .company_btn2:hover {
    box-shadow: none;
    transform: translateY(4px);
  }
  .company_btn2 {
    display: block;
    padding: 20px 20px;
    width: 80% !important;
    margin: 3px auto 50px;
    text-align: center;
    background: #ff5016;
    border: 3px solid #ff5016;
    box-shadow: 5px 5px 0px 0 #b8b8b8;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 1.2em;
    transition: 0.1s;
  }
  .company_btn:hover {
    box-shadow: none;
    transform: translateY(4px);
  }
  .company_btn3 {
    display: block;
    padding: 20px 20px;
    width: 80% !important;
    margin: 3px auto 40px;
    text-align: center;
    background: #fff;
    border: 3px solid #ff5016;
    box-shadow: 5px 5px 0px 0 #b8b8b8;
    border-radius: 100px;
    color: #ff5016;
    text-decoration: none;
    font-size: 25px;
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 1.2em;
    transition: 0.1s;
  }
  .company_btn3:hover {
    box-shadow: none;
    transform: translateY(4px);
  }
}
/*お取引先一覧ページ*/
.torihikisaki {
  padding-top: 150px;
  width: 100%;
  padding-bottom: 100px;
  height: auto;
  background-color: #ffffeb;
}

.torihikisaki h2 {
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: 900;
  color: #323232;
  margin: auto;
  display: block;
  text-align: left;
  line-height: 150px;
}

.torihikisaki h3 {
  font-size: 24px;
  color: #323232;
  font-weight: 700;
  margin: auto;
  display: block;
  text-align: left;
}

.torihiki_content {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.torihiki_content p {
  width: 300px;
  margin-top: 10px;
  margin-bottom: 50px;
  line-height: 28px;
  font-size: 13px;
}

.modoru {
  text-decoration: underline;
  text-align: center;
  width: 100%;
  background-color: #ffffeb;
  padding-bottom: 200px;
}

.modoru a {
  color: #323232;
}

.a_office {
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .torihikisaki {
    padding-top: 150px;
    width: 100%;
    padding-bottom: 100px;
    height: auto;
    background-color: #ffffeb;
  }
  .torihikisaki h2 {
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 900;
    color: #323232;
    width: 90%;
    margin: auto;
    display: block;
    text-align: left;
    line-height: 150px;
  }
  .torihikisaki h3 {
    font-size: 24px;
    color: #323232;
    width: 90%;
    font-weight: 700;
    margin: auto;
    display: block;
    text-align: left;
  }
  .torihiki_content {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
  }
  .torihiki_content p {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 50px;
    line-height: 28px;
    font-size: 13px;
  }
}
/*社会への取組み*/
.social_activities {
  width: 100%;
  background-color: #ffffeb;
}
.social_activities h2 {
  font-size: 18px;
  font-weight: bold;
}
.social_activities h3 {
  font-size: 16px;
  font-weight: bold;
}

.social_1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.social h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.social_1 p {
  margin-top: 5px;
}

.social_content {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .social_content {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .social_content .social_content_img {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .social_content .social_content_text {
    width: calc(100% - 330px);
  }
}
.social_content p {
  font-size: 15px;
  margin-bottom: 20px;
}
.social_content img {
  margin-right: 10px;
}

.sdgs {
  padding-top: 60px;
  background-color: #ffffeb;
}
.sdgs .sdgs-img {
  margin-bottom: 40px;
}

.design02 {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: solid 1px #cccccc;
}
.design02 td {
  font-size: 14px;
  line-height: 160%;
  padding: 10px;
  border-bottom: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  background-color: #fff;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .design02 td {
    border-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .design02 td:first-child {
    border-top: 1px solid #cccccc;
  }
}
@media screen and (min-width: 768px) {
  .design02 tr:first-child td {
    border-top: 1px solid #cccccc;
  }
}
@media screen and (max-width: 767px) {
  .design02 th,
  .design02 td {
    width: 100%;
    display: block;
    clear: both;
  }
}

/*表彰*/
.hyousyou {
  background-color: #ffffeb;
}

.hyousyou h2 {
  font-size: 24px;
  margin: auto;
  margin-bottom: 50px;
}

.hyousyou_content {
  padding-bottom: 50px;
}

.dl_table {
  background-color: #fff;
  border-top: 1px solid #f0b414;
  border-left: 1px solid #e4e4e4;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.dl_table dt,
.dl_table dd {
  padding: 10px;
}
.dl_table dt {
  background-color: #f0b414;
  color: #fff;
  font-weight: bold;
  width: 20%;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #f0b414;
  border-bottom: 1px solid #f0b414;
  border-bottom: 1px solid #f0b414;
}
.dl_table dd {
  padding-left: 20px;
  width: 80%;
  box-sizing: border-box;
  border-right: 1px solid #f0b414;
  border-bottom: 1px solid #f0b414;
}

.wareki {
  font-size: 12px !important;
}

/*表彰(レスポンシブ)*/
@media screen and (max-width: 767px) {
  .hyousyou {
    width: 100%;
    padding-top: 100px;
    background-color: #ffffeb;
  }
  .hyousyou h2 {
    font-size: 24px;
    width: 95%;
    margin: auto;
    margin-bottom: 50px;
  }
  .hyousyou_content {
    padding-bottom: 50px;
  }
  .dl_table {
    background-color: #fff;
    border-top: 1px solid #f0b414;
    border-left: 1px solid #e4e4e4;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .dl_table dt {
    font-size: 12px;
    background-color: #f0b414;
    color: #fff;
    font-weight: normal;
    text-align: left;
    padding: 10px;
    width: 40%;
    box-sizing: border-box;
    border-right: 1px solid #f0b414;
    border-bottom: 1px solid #f0b414;
    border-bottom: 1px solid #f0b414;
  }
  .dl_table dd {
    padding: 10px;
    width: 60%;
    box-sizing: border-box;
    border-right: 1px solid #f0b414;
    border-bottom: 1px solid #f0b414;
  }
}
/*採用情報ページ*/
.rec_toptitle {
  position: relative;
  margin: auto;
}

.rec_toptitle_content {
  position: absolute;
  bottom: 270px;
}

.rec_toptitle_content h2 {
  letter-spacing: 15px;
  color: #fff;
}

.rec_toptitle_content p {
  font-size: 33px;
  margin-left: 5px;
  letter-spacing: 2px;
  font-weight: 900;
  color: #323232;
  line-height: 80px;
}

.recruit_title_image {
  background-color: #fbce2f;
}

.recruit_title_image img {
  margin: auto;
  padding: 80px 0;
  display: block;
}

.top_recruit_category {
  background-color: #ffffeb;
}

.recruitcategory_btn {
  display: flex;
  margin: auto;
  justify-content: space-between;
}

.recruit_btn {
  display: block;
  padding: 40px 20px;
  width: 450px;
  text-align: center;
  background: #46d2dc;
  border: 3px solid #46d2dc;
  box-shadow: 5px 5px 0px 0 #b8b8b8;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: bold;
  transition: 0.1s;
}

.recruit_btn:hover {
  box-shadow: none;
  transform: translateY(4px);
}

.recruit_btn2 {
  display: block;
  padding: 40px 20px;
  width: 450px;
  text-align: center;
  background: #fff;
  border: 3px solid #46d2dc;
  box-shadow: 5px 5px 0px 0 #b8b8b8;
  border-radius: 100px;
  color: #46d2dc;
  text-decoration: none;
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: bold;
  transition: 0.1s;
}
.recruit_btn2 .kyubo {
  color: #ff5016;
}

.recruit_btn2:hover {
  box-shadow: none;
  transform: translateY(4px);
}

/*おもしろ制度*/
.unique {
  background-color: #ffffeb;
}

@media screen and (min-width: 768px) {
  .unique_content {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .unique_2 {
    width: 49%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .unique_2 {
    margin-bottom: 40px;
  }
}
.unique_2 img {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .unique_2 img {
    width: 50%;
    max-width: 180px;
    margin: 0 auto 20px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .unique_2 .unique_text {
    width: calc(100% - 120px);
  }
}
.unique_2 .unique_text h3 {
  font-size: 18px;
  line-height: 50px;
  font-weight: 900;
}

/*安全講習会&社長コラム*/
.anzenkosyu {
  width: 100%;
}
.anzenkosyu .anzenkosyu_content {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .anzenkosyu .anzenkosyu_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .anzenkosyu .anzenkosyu_content .anzenkosyu_content_img {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .anzenkosyu .anzenkosyu_content .anzenkosyu_content_text {
    width: 49%;
  }
}

.anzenkosyu_toptitle_image {
  width: 100%;
  background-color: #e48d9c;
  margin-bottom: 40px;
}

.anzenkosyu_toptitle_image img {
  width: 1310px;
  margin: auto;
  padding-top: 80px;
  display: block;
}
@media screen and (max-width: 767px) {
  .anzenkosyu_toptitle_image img {
    padding-top: 40px;
  }
}

.v_line_left {
  border-left: 15px solid #e48d9c;
  padding-left: 20px;
  font-weight: 0;
  font-size: 33px;
  line-height: 55px;
  margin-bottom: 20px;
  color: #323232;
}
@media screen and (max-width: 767px) {
  .v_line_left {
    font-size: 20px;
    line-height: 170%;
  }
}

figure {
  margin-top: 40px;
}

figcaption {
  color: #323232;
  font-size: 20px;
  line-height: 30px;
  font-size: 16px;
}

.title-border {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 30px;
  color: #e48d9c;
  text-align: left;
  font-weight: 600;
  margin: 30px 0 20px;
}

.title-border:after {
  border-top: 3px solid;
  content: "";
  flex-grow: 1;
  border-radius: 100px;
}

.title-border:after {
  margin-left: 1rem;
}

.kousyu_content {
  margin-top: 70px;
}

.kousyu_content p {
  font-size: 22px;
  line-height: 45px;
}

/*YOUTUBEのアコーディオン*/
.s_02 .accordion_one {
  margin: 60px auto;
}

.accordion_header img {
  width: 40px;
  height: 40px;
}

.ac_title {
  display: flex;
  width: 500px;
  margin: auto;
  max-width: 100%;
}

.ac_title p {
  line-height: 40px;
  text-align: center;
  margin: auto;
  color: #fff;
}

.ac_title2 {
  display: flex;
  max-width: 100%;
  width: 600px;
  margin: auto;
}

.ac_title2 p {
  line-height: 40px;
  text-align: center;
  margin: auto;
}

.s_02 .accordion_one .accordion_header {
  background-color: #00b379;
  padding: 10px;
  margin: 0 auto;
  color: #fff;
  width: 700px;
  max-width: 100%;
  font-size: 26px;
  font-weight: bold;
  border-radius: 7px;
  border: 2px solid #00b379;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}
@media screen and (max-width: 767px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 16px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  position: relative;
  max-width: 90%;
  width: 700px;
  margin: 50px auto;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}

.close {
  display: none;
}

/* レスポンシブYouTube */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.s_02 .accordion_one:nth-of-type(2) .accordion_header {
  background-color: #12eb5e;
}

.s_02 .accordion_one:nth-of-type(3) .accordion_header {
  background-color: #ff718b;
}

.s_02 .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.accordion_header h2 {
  text-align: left;
  line-height: 20px;
  letter-spacing: 3px;
  font-size: 24px;
  margin-bottom: 5px;
}

iframe {
  width: 1000px;
  max-width: 100%;
  height: 500px;
}

.box_one table {
  border-collapse: collapse;
  margin: auto;
  width: 60%;
}

.box_one td,
th {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 18px;
  color: #727171;
}

.box_one tr,
th {
  background-color: #fff;
}

.column_title {
  width: 100%;
  background-color: #e48d9c;
}

.column_title img {
  margin: auto;
  display: block;
}

.column_text h3 {
  font-size: 22px;
  color: #e48d9c;
  margin: auto;
  font-weight: 700;
  margin: 40px 0 20px;
}

.column_syashin {
  width: 1010px;
  max-width: 100%;
  display: flex;
  margin: auto;
  justify-content: space-between;
}

/*ハンバーガーメニュー*/
@media screen and (min-width: 768px) {
  .hamburger_menu {
    display: none;
  }
  .sp_top_logo {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 3;
    right: 13px;
    top: 4px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    transition: 0.5s all;
    z-index: 999999;
  }
  .hamburger span {
    display: block;
    position: absolute;
    border-radius: 10px;
    width: 30px;
    height: 5px;
    left: 20px;
    background: #ff5016;
    z-index: 999;
  }
  .hamburger span:nth-child(1) {
    top: 15px;
  }
  .hamburger span:nth-child(2) {
    top: 25px;
  }
  .hamburger span:nth-child(3) {
    top: 35px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active {
    transform: rotate(360deg);
  }
  .hamburger.active span:nth-child(1) {
    top: 30px;
    right: 10px;
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2) {
    top: 30px;
    right: 10px;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(3) {
    opacity: 0;
  }
  .top_title h3 {
    font-size: 0.5em;
  }
  .top_title h2 {
    font-size: 0.5em;
    margin-top: 20px !important;
  }
  .maru {
    height: 60px;
    z-index: 999999 !important;
    width: 60px;
    color: #fff;
    font-size: 45px;
    background-color: #f494a6;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    display: inline-block;
  }
  /*ハンバーガーメニュー追加*/
  input[name=navinput] {
    display: none;
  }
  .listnav01:hover,
  .listnav02:hover,
  .listnav03:hover,
  .listnav04:hover,
  .listnav05:hover {
    color: #fbce2f;
    font-weight: 900;
  }
  p.title:hover {
    background-color: listnav02;
  }
  .listnav01 {
    display: block;
  }
  .listnav02 {
    display: block;
  }
  .listnav03 {
    display: block;
  }
  .listnav04 {
    display: block;
  }
  .listnav05 {
    display: block;
  }
  .box {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: 0.5s;
    margin-left: 5px;
    text-align: left;
    font-size: 15px;
    color: #595757;
  }
  .box a {
    line-height: 25px;
    text-align: left;
    text-align: left;
    padding: 10px;
    color: #323232;
  }
  .box01:last-child {
    border-bottom: 1px solid #323232;
  }
  #nav01:checked ~ .box01,
  #nav02:checked ~ .box02,
  #nav03:checked ~ .box03,
  #nav04:checked ~ .box04,
  #nav05:checked ~ .box05 {
    height: auto;
    opacity: 1;
    background: #fff;
    padding: 10px;
    text-align: left;
    color: #636363;
  }
  .box03 a {
    line-height: 45px;
  }
  .title {
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 25px;
    text-align: left;
    color: #727171;
    background: #ffffeb;
    border-bottom: 1px solid #f4f4f4;
  }
  .title_blue {
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 25px;
    text-align: left;
    color: #fff;
    background: #46d2dc;
    border-bottom: 1px solid #323232;
  }
  .title_blue2 {
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 25px;
    text-align: left;
    color: #fff;
    background: #3282c8;
    border-bottom: 1px solid #f4f4f4;
  }
  .label_title {
    font-weight: bold;
    color: #3282c8;
    margin-top: 20px;
  }
  /* CSS for CodePen */
  .accordion-container2 {
    line-height: 18px;
    color: #3282c8;
    margin: auto;
    line-height: 30px;
  }
  .sp_toiawase {
    margin-top: 20px;
  }
}
.event_text {
  margin-bottom: 20px;
}

/* 404ページ */
.img_404 {
  width: 1000px;
  margin: auto;
  display: block;
  padding-top: 200px;
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .img_404 {
    width: 90%;
    margin: auto;
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.reason .reason1 .reason_content {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .reason .reason1 .reason_content {
    display: flex;
    justify-content: space-between;
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .reason .reason1 .reason_content .reason_text {
    width: 63%;
  }
}
.reason .reason1 .reason_content .reason_text .number {
  color: #ff5016;
  font-weight: bold;
  font-size: 40px;
  display: block;
  margin-bottom: 20px;
}
.reason .reason1 .reason_content .reason_text h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.reason .reason1 .reason_content .reason_text h2 .yellow {
  font-size: 30px;
  color: #f0b414;
}
@media screen and (min-width: 768px) {
  .reason .reason1 .reason_content img {
    width: 28%;
  }
}

.form_content .privacy-notice {
  font-size: 13px;
  background: #f5f5f5;
  line-height: 160%;
  padding: 30px;
  margin-bottom: 60px;
}
.form_content .privacy-notice h4 {
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .form_content .privacy-notice {
    padding: 20px;
  }
}
.form_content .submit-btn .wpcf7-form-control.wpcf7-submit {
  background-color: #f0b414;
  color: #fff;
  border: none;
  font-size: 18px;
  letter-spacing: 0.1em;
  border-radius: 6px;
  width: 200px;
  padding: 10px;
  font-weight: bold;
  margin: 0 auto 60px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.form_content .submit-btn .wpcf7-form-control.wpcf7-submit:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.form_content input[type=text],
.form_content input[type=email],
.form_content input[type=tel],
.form_content textarea,
.form_content select {
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 10px;
  display: block;
  border-radius: 6px;
}
.form_content .inquiry-form {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .form_content .inquiry-form {
    display: flex;
    gap: 16px;
  }
}
.form_content .inquiry-form dt {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .form_content .inquiry-form dt {
    width: 28%;
  }
}
@media screen and (min-width: 768px) {
  .form_content .inquiry-form dd {
    width: 72%;
  }
}
.form_content .inquiry-form .req {
  color: #d00;
  font-size: 0.8em;
  margin-left: 0.4em;
}

.access img {
  display: block;
}

.sitemap {
  margin-top: 60px;
  background-color: #f5f5f5;
  padding: 0px 0;
}

.footer-sitemap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 0;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-sitemap {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .footer-sitemap .sitemap-block {
    flex: 1 1 200px;
    min-width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .footer-sitemap .sitemap-block {
    width: calc(50% - 10px);
  }
}
.footer-sitemap .sitemap-block h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer-sitemap .sitemap-block h4 a {
  text-decoration: none;
  color: #333;
}
.footer-sitemap .sitemap-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-sitemap .sitemap-block ul li a {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
  color: #555;
}
.footer-sitemap .sitemap-block ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 10px;
  margin-right: 5px;
}
.footer-sitemap .sitemap-block ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 521px) {
  .sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */