.page-top .mv {
  position: relative;
  width: 100%;
  height: min(55.56vw, 1024px);
}
@media only screen and (max-width: 767px) {
  .page-top .mv {
    height: min(70vw, 1024px);
  }
}
.page-top .mv .mv__img {
  width: 100%;
  height: 100%;
}
.page-top .mv .mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .mv .mv__content {
  position: absolute;
  top: 50.6%;
  right: 62px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .page-top .mv .mv__content {
    right: 6%;
  }
}
.page-top .mv .mv__text {
  font-size: clamp(3rem, 4.167vw, 8rem);
  font-weight: 700;
  color: #f28431;
  text-shadow: -2px -2px 4px #fff, 2px -2px 4px #fff, -2px 2px 4px #fff,
    2px 2px 4px #fff;
}
@media only screen and (max-width: 767px) {
  .page-top .mv .mv__text {
    font-size: clamp(2.6rem, 6vw, 8rem);
  }
}
.page-top .intro {
  margin-block: 80px;
  color: #222222b2;
}
@media only screen and (max-width: 1024px) {
  .page-top .intro {
    margin-block: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .intro {
    margin-block: 20px;
  }
}
.page-top .intro .intro__wrap {
  display: grid;
  grid-template-columns: auto 45.5%;
  gap: 0 7.6vw;
  padding-block: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media only screen and (max-width: 1024px) {
  .page-top .intro .intro__wrap {
    padding-block: 20px;
    gap: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .intro .intro__wrap {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
}
.page-top .intro .intro__content {
  margin-top: 4px;
  width: min(520px, 100%);
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .page-top .intro .intro__content {
    margin-left: unset;
  }
}
.page-top .intro .intro__title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 29px;
}
@media only screen and (max-width: 1024px) {
  .page-top .intro .intro__title {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .intro .intro__title {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}
.page-top .intro .intro__text {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 24px;
}
@media only screen and (max-width: 1024px) {
  .page-top .intro .intro__text {
    margin-top: 20px;
  }
}
.page-top .intro .intro__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .vision {
  background-color: #feebd3;
  padding-block: 60px 80px;
}
@media only screen and (max-width: 767px) {
  .page-top .vision {
    padding-block: 60px;
  }
}
.page-top .vision .vision__text {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-top .vision .vision__text {
    font-size: 1.5rem;
  }
}
.page-top .vision .vision__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 62px;
  gap: 0 8px;
}
@media only screen and (max-width: 1024px) {
  .page-top .vision .vision__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 8px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .vision .vision__list {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-top .vision .vision-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .page-top .vision .vision-item .vision-item__timeline {
    width: 100% !important;
    font-size: 1.5rem;
  }
}
.page-top .vision .vision-item:not(:last-child) .vision-item__timeline {
  width: calc(100% + 8px);
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
  clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
}
@media only screen and (max-width: 1024px) {
  .page-top .vision .vision-item:nth-child(3) .vision-item__timeline {
    width: 100%;
  }
}
.page-top .vision .vision-item__timeline {
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f49e01),
    to(#f39908)
  );
  background: -webkit-linear-gradient(left, #f49e01 0%, #f39908 100%);
  background: linear-gradient(90deg, #f49e01, #f39908);
  padding: 8px 12px;
}
.page-top .vision .vision-item__wrap {
  background-color: #fff;
  margin-top: 8px;
  border-radius: 6px;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-line-pack: start;
  align-content: start;
}
@media only screen and (max-width: 767px) {
  .page-top .vision .vision-item__wrap {
    padding: 16px;
  }
}
.page-top .vision .vision-item:first-child .vision-item__wrap {
  margin-left: 0;
}
.page-top .vision .vision-item:last-child .vision-item__wrap {
  margin-right: 0;
}
.page-top .vision .vision-item__img {
  width: min(150px, 100%);
  aspect-ratio: 150/128;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .page-top .vision .vision-item__img {
    width: min(130px, 100%);
  }
}
.page-top .vision .vision-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .vision .vision-item__title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 18px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .page-top .vision .vision-item__title {
    font-size: 1.7rem;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .vision .vision-item__title {
    font-size: 1.6rem;
  }
}
.page-top .vision .vision-item__title.text-left {
  text-align: left;
}
.page-top .vision .vision-item__note {
  font-size: 1.2rem;
  color: #909090;
  text-align: center;
}
.page-top .services {
  padding-top: 140px;
}
@media only screen and (max-width: 1024px) {
  .page-top .services {
    padding-top: 80px;
  }
}
.page-top .services .services-blocks {
  display: grid;
  gap: 80px 0;
}
@media only screen and (max-width: 1024px) {
  .page-top .services .services-blocks {
    gap: 30px 0;
  }
}
.page-top .services .services-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 80px;
}
@media only screen and (max-width: 1024px) {
  .page-top .services .services-block {
    gap: 0 30px;
  }
}
.page-top .services .services-block:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.page-top .services .services-block__img {
  width: 68.2%;
}
@media only screen and (max-width: 1024px) {
  .page-top .services .services-block__img {
    width: 53%;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .services .services-block__img {
    width: 100%;
  }
}
.page-top .services .services-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.page-top .services .services-block__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: grid;
  gap: 27px 0;
}
@media only screen and (max-width: 1024px) {
  .page-top .services .services-block__content {
    gap: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .services .services-block__content {
    margin-top: 30px;
    gap: 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .services .services-block__content .button {
    margin: 0 auto;
  }
}
.page-top .services .services-block__title {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .page-top .services .services-block__title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1024px) {
  .page-top .services .services-block__textbox {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .services .services-block__text {
    font-size: 1.5rem;
  }
}
.page-top .services .services-block__label {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#62dba7),
    to(#a4c654)
  );
  background: -webkit-linear-gradient(left, #62dba7 0%, #a4c654 100%);
  background: linear-gradient(90deg, #62dba7, #a4c654);
  border-radius: 30px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  padding: 4px 12px;
  display: inline-block;
  margin-bottom: 8px;
}
.page-top .services .services-taxi {
  margin-top: 80px;
  border: 4px dotted rgba(242, 132, 49, 0.5019607843);
  border-radius: 12px;
  padding: 56px;
  grid-template-columns: 75% auto;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 0;
}
@media only screen and (max-width: 1024px) {
  .page-top .services .services-taxi {
    margin-top: 60px;
    border: 2px dotted rgba(242, 132, 49, 0.5019607843);
    grid-template-columns: 100%;
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .services .services-taxi {
    margin-top: 40px;
    padding: 20px;
  }
}
.page-top .services .services-taxi__img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.page-top .services .service-taxi__textbox {
  padding-left: 60px;
  display: grid;
  gap: 27px 0;
}
@media only screen and (max-width: 1024px) {
  .page-top .services .service-taxi__textbox {
    grid-row: 1;
    padding-left: 0;
    gap: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .services .service-taxi__textbox {
    gap: 16px 0;
  }
}
.page-top .services .services-taxi__title {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .page-top .services .services-taxi__title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .services .services-taxi__text {
    font-size: 1.5rem;
  }
}
.page-top .services .service-taxi__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  -ms-flex-line-pack: start;
  align-content: start;
}
@media only screen and (max-width: 767px) {
  .page-top .services .service-taxi__box {
    grid-template-columns: 100%;
  }
}
.page-top .services .taxi-card {
  border-radius: 8px;
  border: 1px dotted #f28431;
  padding: 40px;
  display: grid;
  gap: 20px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media only screen and (max-width: 1100px) {
  .page-top .services .taxi-card {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .services .taxi-card {
    padding: 30px;
  }
}
.page-top .services .taxi-card .button {
  margin: auto auto 0;
}
.page-top .services .taxi-card__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #f28431;
  text-align: center;
  position: relative;
}
.page-top .services .taxi-card__title:before,
.page-top .services .taxi-card__title:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 90%;
  top: 5px;
  left: 26px;
  background-color: #f28431;
  -webkit-transform: rotate(142deg);
  transform: rotate(142deg);
}
.page-top .services .taxi-card__title:after {
  left: unset;
  right: 26px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-top .services .taxi-card__list {
  display: grid;
  gap: 4px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}
.page-top .services .taxi-card__list li {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .page-top .services .taxi-card__list li {
    font-size: 1.5rem;
  }
}
.page-top .services .taxi-card__list li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 12px;
  left: 8px;
  background-color: #f28431;
  border-radius: 99px;
}
@media only screen and (max-width: 767px) {
  .page-top .services .taxi-card__list li:before {
    top: 9px;
  }
}
.page-top .services .taxi-banner {
  grid-column: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f49e00),
    color-stop(99.99%, #f28431)
  );
  background: -webkit-linear-gradient(left, #f49e00 0%, #f28431 99.99%);
  background: linear-gradient(90deg, #f49e00, #f28431 99.99%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 32px 16px 20px;
  border-radius: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .page-top .services .taxi-banner {
    grid-column: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.page-top .services .taxi-banner__img {
  width: 64px;
}
@media only screen and (max-width: 767px) {
  .page-top .services .taxi-banner__img {
    width: 54px;
  }
}
.page-top .services .taxi-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .services .taxi-banner__text {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .page-top .services .taxi-banner__text {
    text-align: center;
  }
}
.page-top .services .button--outline {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .page-top .services .button--outline {
    margin-left: unset;
  }
}
.page-top .company {
  padding-top: 140px;
}
@media only screen and (max-width: 1024px) {
  .page-top .company {
    padding-top: 80px;
  }
}
.page-top .company__info {
  padding-inline: 22px;
}
@media only screen and (max-width: 767px) {
  .page-top .company__info {
    padding-inline: 20px;
  }
}
.page-top .company__info dl {
  display: grid;
  grid-template-columns: 18.8% auto;
  gap: 0 6px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  padding-block: 12px;
}
@media only screen and (max-width: 767px) {
  .page-top .company__info dl {
    grid-template-columns: 26% auto;
  }
}
.page-top .company__info dl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(17.8%, #f28431),
    color-stop(17.8%, transparent),
    color-stop(18.8%, transparent),
    color-stop(18.8%, #e3e3e3)
  );
  background: -webkit-linear-gradient(
    left,
    #f28431 17.8%,
    transparent 17.8%,
    transparent 18.8%,
    #e3e3e3 18.8%
  );
  background: linear-gradient(
    to right,
    #f28431 17.8%,
    transparent 17.8%,
    transparent 18.8%,
    #e3e3e3 18.8%
  );
}
@media only screen and (max-width: 767px) {
  .page-top .company__info dl:before {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(26%, #f28431),
      color-stop(26%, transparent),
      color-stop(27%, transparent),
      color-stop(27%, #e3e3e3)
    );
    background: -webkit-linear-gradient(
      left,
      #f28431 26%,
      transparent 26%,
      transparent 27%,
      #e3e3e3 27%
    );
    background: linear-gradient(
      to right,
      #f28431 26%,
      transparent 26%,
      transparent 27%,
      #e3e3e3 27%
    );
  }
}
.page-top .company__info dl:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .page-top .company__info dt,
  .page-top .company__info dd {
    font-size: 1.5rem;
  }
}
.page-top .company-sns {
  margin-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .page-top .company-sns {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .company-sns {
    margin-top: 40px;
  }
}
.page-top .company-sns__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #f28431;
  text-align: center;
}
.page-top .company-sns__list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 32px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-top .company-sns__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .company-sns-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.page-top .company-sns-item__img {
  width: 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .page-top .company-sns-item__img {
    width: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .company-sns-item__img {
    width: 44px;
  }
}
.page-top .company-sns-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .company-sns-item__title {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 12px;
}
.page-top .company-sns-item__description {
  font-size: 1.2rem;
  color: #888;
  margin-top: 4px;
}
.page-top .contact {
  margin-top: 160px;
}
@media only screen and (max-width: 1024px) {
  .page-top .contact {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .contact {
    margin-top: 80px;
  }
}

#news{
  padding: 80px 0 60px;
  margin-top: 140px;
  background-color: #feebd3;
}
#news .news__inner{
  width: min(100%,1080px);
  margin-inline: auto;
}
#news .news__wrap{
  background: rgba(255,255,255,0.8);
  padding: 2.4em 2em;
  border-radius: 8px;
}
#news .news__item{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 16px;
  border-bottom: solid 1px #dfdfdf;
  padding: 8px 16px 12px;
}
#news .news__item .-date{
  font-size: 12px;
  color: #909090;
  font-weight: bold;
}
#news .cat__wrap{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
#news .news__category {
    font-size: 1rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 99px;
    background: -webkit-gradient(linear, left top, right top, from(#62dba7), to(#a4c654));
    background: -webkit-linear-gradient(left, #62dba7 0%, #a4c654 100%);
    background: linear-gradient(90deg, #62dba7, #a4c654);
    color: #fff;
}
#news .-card p{
  transition: .3s;
  font-weight: bold;
  color: #666;
}
#news .-card:hover p{
  color: #f28431;
}
#news .btn__inner{
  margin-top: 32px;
}
#news .btn__inner a{
  margin-inline: auto;
}

@media screen and (max-width:1024px){
  #news{
    padding: 64px 0 40px;
    margin-top: 100px;
  }
}
@media screen and (max-width:767px){
  #news .news__item{
    flex-direction: column;
    gap: 4px;
    padding: 4px 8px 8px;
    margin-bottom: 12px;
  }
  #news .cat__wrap {
    gap: 4px;
    margin-bottom: 4px;
  }
  #news .news__wrap {
    padding: 1.2em 0.8em;
    border-radius: 6px;
  }
  #news .news__category{
    padding: 1px 6px;
  }
  #news .news__item .-date{
    font-size: 10px;
  }
  #news .-card p{
    font-size: 14px;
  }
}