@charset "UTF-8";
/* CSS Document */
/*---------------------------------------------------------------------

	下層共通

---------------------------------------------------------------------*/
.breadcrumbs {
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 0;
  padding-left: 20px;
}
.breadcrumbs li {
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.breadcrumbs li a {
  text-decoration: underline;
  color: var(--blue);
  display: block;
  position: relative;
  z-index: 1;
}
.breadcrumbs li:not(:last-of-type):after {
  content: '>';
  position: relative;
  display: block;
  margin: 0 5px;
}
.bg {
  background-color: var(--mura);
}
.bg.gray {
  background-color: var(--gray);
}
.lower-mv {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.lower-mv .inner {
  margin-right: calc(50% - 50vw);
  padding: 60px 0;
  padding-left: 20px;
}
.page-ttl {
  margin-bottom: 40px;
  font-size: 4.8rem;
  font-weight: 600;
  font-family: var(--sm);
}
.lower-mv .img-wrap {
  aspect-ratio: 9 / 5;
  width: 62.5%;
  height: auto;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}
.page-link {
  column-gap: 30px;
  margin-top: 100px;
}
.page-link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0rem;
  font-weight: 500;
  color: var(--blue);
  column-gap: 16px;
}
.page-link li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: var(--blue);
  border-radius: 100px;
  position: relative;
  transition: var(--all);
}
.page-link li span::before {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  background-image: url("../img/common/page_link_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% + 1px);
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transition: var(--all);
}
@media screen and (max-width:768px) {
  /*---------------------------------------------------------------------
	下層共通
---------------------------------------------------------------------*/
  .breadcrumbs {
    padding: 6px;
    padding-left: 30px;
  }
  .breadcrumbs li {
    font-size: 1.2rem;
  }
  .lower-mv .inner {
    margin-right: 0;
    padding: 40px 0 90px 30px;
    position: relative;
  }
  .page-ttl {
    margin-bottom: 20px;
    font-size: clamp(1rem, 8.53vw, 4.8rem);
  }
  .lower-mv-txt-wrap {
    width: 100%;
    padding-right: 30px;
    margin-bottom: 20px;
  }
  .lower-mv .img-wrap {
    width: 100%;
    margin-left: auto;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .page-link {
    column-gap: 20px;
    grid-row-gap: 10px;
    margin-top: 0;
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  .page-link li {
    flex-shrink: 0;
  }
  .page-link li a {
    font-size: 1.6rem;
    column-gap: 10px;
  }
}
@media screen and (min-width:769px) {
  .page-link li a:hover span {
    background-color: var(--sky);
  }
  .page-link li a:hover span::before {
    top: calc(50% + 4px);
  }
}
/*---------------------------------------------------------------------

	事業内容

---------------------------------------------------------------------*/
.business-wrap {
  max-width: 1000px;
  width: 100%;
}
.business-item {
  column-gap: 20px;
}
@media screen and (max-width:768px) {
  .business-item {
    grid-row-gap: 24px;
  }
}
.business-item:not(:last-of-type) {
  margin-bottom: 100px;
}
@media screen and (max-width:768px) {
  .business-item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.business-item .img-wrap {
  width: 40%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 40px;
}
@media screen and (max-width:768px) {
  .business-item .img-wrap {
    width: 100%;
    border-radius: 30px;
  }
}
.business-item-txt-wrap {
  width: 52%;
}
@media screen and (max-width:768px) {
  .business-item-txt-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.business-item-txt-wrap .business-ttl-icon {
  height: 16px;
  width: auto;
  margin-bottom: 16px;
}
@media screen and (max-width:768px) {
  .business-item-txt-wrap .business-ttl-icon {
    margin-bottom: 10px;
  }
}
.business-item-txt-wrap .business-item-ttl {
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .business-item-txt-wrap .business-item-ttl {
    margin-bottom: 20px;
  }
}
.business-item-txt-wrap .txt {
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .business-item-txt-wrap .txt {
    margin-bottom: 0;
    order: 2;
  }
}
@media screen and (max-width:768px) {
  .business-item .btn {
    margin-bottom: 24px;
  }
}
.business-item-note {
  display: block;
  font-weight: 600;
  line-height: 1.75;
  margin-top: 16px;
  letter-spacing: 0.08rem;
}
@media screen and (max-width:768px) {
  .business-item-note {
    line-height: 1.5;
    margin-top: 10px;
    letter-spacing: 0.2rem;
  }
}
/* 取り扱い機械 */
.lineup > .w-1200 {
  padding: 0 15px;
}
@media screen and (max-width:768px) {
  .lineup > .w-1200 > .flex {
    grid-row-gap: 30px;
    align-items: center;
  }
}
.lineup-wrap {
  max-width: 1000px;
  grid-row-gap: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .lineup-wrap {
    grid-row-gap: 70px;
    margin-bottom: 40px;
  }
}
.lineup-item {
  width: calc(100%/3 - 20px);
}
@media screen and (max-width:768px) {
  .lineup-item {
    width: calc(100%/2 - 8px);
  }
}
.lineup-item .img-wrap {
  border-radius: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .lineup-item .img-wrap {
    border-radius: 20px;
    margin-bottom: 16px;
  }
}
.lineup-item .js-open .img-wrap img {
  transition: var(--all);
}
@media screen and (min-width:769px) {
  .lineup-item .js-open:hover .img-wrap img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    will-change: transform;
  }
}
.cate {
  column-gap: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width:768px) {
  .cate {
    column-gap: 4px;
    margin-bottom: 10px;
  }
  .lineup-modal .cate {
    margin-bottom: 30px;
  }
}
.cate li {
  border: solid 2px var(--blue);
  font-weight: 500;
  font-size: 1.4rem;
  padding: 0 5px;
}
@media screen and (max-width:768px) {
  .cate li {
    font-size: 1.0rem;
  }
  .lineup-modal .cate li {
    font-size: 1.2rem;
  }
}
.cate .fff {
  background-color: var(--blue);
}
.cate .blue {
  background-color: #ffffff;
}
.lineup-item-ttl {
  margin-bottom: 30px;
  height: 76px;
}
@media screen and (max-width:768px) {
  .lineup-item-ttl {
    margin-bottom: 16px;
    max-height: 76px;
    height: 16vw;
    font-size: clamp(1.0rem, 4.8vw, 2.4rem);
  }
}
.lineup-item .js-open {
  margin-bottom: 16px;
}
@media screen and (max-width:768px) {
  .lineup-item .js-open {
    margin-bottom: 10px;
  }
}
.lineup-item .js-open .btn {
  margin-top: auto;
  height: 40px;
}
@media screen and (max-width:768px) {
  .lineup-item .js-open .btn {
    height: 40px;
  }
}
.lineup-item .js-open > .flex-column {
  padding: 0 10px;
}
@media screen and (max-width:768px) {
  .lineup-item .js-open > .flex-column {
    padding: 0 4px;
  }
}
.lineup-item > div:last-of-type {
  padding-left: 10px;
  margin-top: auto;
}
@media screen and (max-width:768px) {
  .lineup-item > div:last-of-type {
    padding-left: 4px;
    font-size: 1.2rem;
  }
}
/*---------------------------------------------------------------------
	モーダル
---------------------------------------------------------------------*/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 1000;
}
@media screen and (max-width:768px) {
  .no_scroll {
    overflow: hidden;
  }
}
.js-open {
  cursor: pointer;
}
.modal-window {
  display: none;
  position: fixed;
  top: calc(50% + 15px);
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
  max-height: calc(100vh - 6.94vw);
  max-width: 1080px;
  z-index: 1001;
}
.modal-window.business-modal {
  max-width: 900px;
}
.modal-window-content-inner {
  width: 100%;
  margin: 0 auto;
  padding: 50px 40px;
  max-height: calc(100vh - 6.94vw - 30px);
  overflow-y: scroll;
  background-color: #ffffff;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-window-content-inner::-webkit-scrollbar {
  display: none;
}
.contents_box::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width:768px) {
  .modal-window-content-inner {
    max-height: calc(100dvh - 30vw - 30px);
    padding: 40px 30px;
  }
}
.modal-window-content-inner > .flex {
  column-gap: 60px;
}
@media screen and (max-width:768px) {
  .modal-window-content-inner > .flex {
    grid-row-gap: 20px;
  }
}
.modal-window-content-inner .img-wrap {
  width: 50%;
  flex-shrink: 0;
  border-radius: 40px;
  height: auto;
  aspect-ratio: 1 / 1;
}
@media screen and (max-width:768px) {
  .modal-window-content-inner .img-wrap {
    width: 100%;
    max-width: 500px;
  }
}
.modal-window-content-inner .h3-ttl {
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .modal-window-content-inner .h3-ttl {
    margin-bottom: 16px;
  }
}
.modal-window-content-inner .h3-ttl span {
  font-size: 1.6rem;
  margin-bottom: 6px;
}
.modal-window-content-inner > .flex > .flex-column p {
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .modal-window-content-inner > .flex > .flex-column p {
    order: 2;
  }
}
.modal-window-content-inner > .flex > .flex-column div:last-of-type {
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .modal-window-content-inner > .flex > .flex-column div:last-of-type {
    margin-bottom: 0;
    order: 3;
  }
}
@media screen and (max-width:768px) {
  .lineup-modal .btn {
    margin-bottom: 20px;
  }
}
/* 閉じるボタン */
.button-close {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-left: auto;
  margin-bottom: 16px;
  background-image: url("../img/business-overview/modal_closebtn.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
/* 対応可能車両 */
.business-modal table {
  max-width: 600px;
  margin: 0 auto 16px;
  text-align: left;
}
.business-modal table thead {
  background-color: var(--blue);
  color: #ffffff;
  font-size: 1.8rem;
  border-bottom: 4px solid #ffffff;
}
@media screen and (max-width:768px) {
  .business-modal table thead {
    font-size: clamp(1.0rem, 3.73vw, 1.8rem);
  }
}
.business-modal table th, .business-modal table td {
  padding: 10px 20px;
}
@media screen and (max-width:768px) {
  .business-modal table th, .business-modal table td {
    padding: 10px 14px;
  }
}
.business-modal tbody tr {
  background-color: var(--mura);
  color: #000000;
  border-bottom: 4px solid #ffffff;
}
.business-modal tbody tr th {
  font-weight: 400;
}
.business-modal .note {
  max-width: 600px;
  margin: 0 auto;
}
/*---------------------------------------------------------------------
	お問い合わせユニット
---------------------------------------------------------------------*/
.contact-unit {
  background-color: var(--blue);
  padding: 70px 0 60px;
}
@media screen and (max-width:768px) {
  .contact-unit {
    padding: 60px 0 40px;
  }
}
.contact-unit .inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width:768px) {
  .contact-unit .inner {
    padding: 0 30px;
  }
}
.contact-unit .content-ttl {
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .contact-unit .content-ttl {
    margin-bottom: 30px;
  }
}
.contact-unit-link {
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .contact-unit-link {
    margin-bottom: 20px;
  }
}
.contact-unit-link a {
  width: calc(100%/2 - 20px);
  background-color: var(--mura);
  border-radius: 10px;
  text-align: center;
  transition: var(--all);
}
@media screen and (max-width:768px) {
  .contact-unit-link a {
    width: calc(100%/2 - 8px);
    grid-row-gap: 10px;
  }
}
@media screen and (min-width:769px) {
  .contact-unit-link a:nth-of-type(2):hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}
.contact-unit-link__ttl {
  font-size: 2.4rem;
}
@media screen and (max-width:768px) {
  .contact-unit-link__ttl {
    font-size: 1.4rem;
  }
}
.contact-unit-link span span {
  display: inline-block;
}
@media screen and (max-width:768px) {
  .contact-unit-link span span {
    display: none;
  }
}
.contact-unit-link span span:nth-child(2) {
  display: none;
}
@media screen and (max-width:768px) {
  .contact-unit-link span span:nth-child(2) {
    display: inline-block;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 8px;
  }
}
.contact-unit-link__tel {
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .contact-unit-link__tel {
    pointer-events: auto;
  }
}
.contact-unit-link__tel img {
  width: 50px;
}
@media screen and (max-width:768px) {
  .contact-unit-link__tel img {
    width: 40px;
  }
}
@media screen and (max-width:768px) {
  .contact-unit-link__tel span {
    line-height: 1;
  }
}
.contact-unit-link__form {
  padding: 25px 0;
}
@media screen and (max-width:768px) {
  .contact-unit-link__form {
    padding: 16px 0 10px;
  }
}
.contact-unit-link__form img {
  width: 58px;
  margin-bottom: 16px;
}
@media screen and (max-width:768px) {
  .contact-unit-link__form img {
    width: 40px;
    margin-bottom: 0;
  }
}
.contact-unit-link__form span {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media screen and (max-width:768px) {
  .contact-unit-link__form span {
    margin-left: 20px;
    line-height: 1.4;
  }
}
.contact-unit-link__form span::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background-image: url("../img/common/arrow_h.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width:768px) {
  .contact-unit-link__form span::after {
    width: 8px;
    height: 14px;
  }
}
.contact-unit-area {
  background-color: var(--sky);
  padding: 16px 30px;
  border-radius: 500px;
}
@media screen and (max-width:768px) {
  .contact-unit-area {
    border-radius: 10px;
  }
}
.contact-unit-area > .flex {
  column-gap: 16px;
}
@media screen and (max-width:768px) {
  .contact-unit-area > .flex {
    column-gap: 10px;
    align-items: flex-start;
    grid-row-gap: 8px;
  }
}
.contact-unit-area .contact-unit-area__ttl {
  font-size: 2.2rem;
  column-gap: 12px;
}
@media screen and (max-width:768px) {
  .contact-unit-area .contact-unit-area__ttl {
    font-size: 2.0rem;
  }
}
.contact-unit-area .contact-unit-area__ttl::before {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  background-image: url("../img/common/contact_area.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width:768px) {
  .contact-unit-area .contact-unit-area__ttl::before {
    width: 16px;
    height: 24px;
  }
}
/*---------------------------------------------------------------------

	会社情報

---------------------------------------------------------------------*/
/* 会社概要 */
@media screen and (max-width:768px) {
  .company > .w-1200 > .flex {
    grid-row-gap: 30px;
  }
}
.company table {
  max-width: 1000px;
}
.company table tr {
  border-top: solid 1px rgba(0, 0, 0, 0.3);
  text-align: left;
  padding: 40px 0;
  display: flex;
}
@media screen and (max-width:768px) {
  .company table tr {
    flex-direction: column;
    grid-row-gap: 10px;
    padding: 24px 0;
  }
}
.company table tr th {
  width: 22%;
  flex-shrink: 0;
  font-weight: 600;
}
@media screen and (max-width:768px) {
  .company table tr th {
    width: 100%;
  }
}
.company table tr td {
  width: 78%;
}
@media screen and (max-width:768px) {
  .company table tr td {
    width: 100%;
  }
}
.company table tr td iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 6 / 5;
  max-width: 600px;
}
/* 沿革 */
@media screen and (min-width:769px) {
  .history .res-gap {
    column-gap: 20px;
  }
}
.history-wrap {
  max-width: 800px;
  width: 100%;
  grid-row-gap: 40px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:768px) {
  .history-wrap {
    grid-row-gap: 30px;
  }
}
.history-wrap::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: var(--blue);
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width:768px) {
  .history-wrap::before {
    left: 10px;
  }
}
.history .history-wrap li {
  position: relative;
  width: 50%;
}
@media screen and (max-width:768px) {
  .history .history-wrap li {
    width: 100%;
  }
}
.history .history-wrap li:nth-child(odd) {
  padding-left: 55px;
  margin-left: auto;
}
.history .history-wrap li:nth-child(even) {
  padding-right: 55px;
  margin-right: auto;
  text-align: right;
}
@media screen and (max-width:768px) {
  .history .history-wrap li:nth-child(even) {
    padding-right: 0;
    padding-left: 55px;
    margin-right: 0;
    text-align: left;
  }
}
.history .history-wrap li::before, .history .history-wrap li::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.history .history-wrap li::before {
  width: 50px;
  height: 2px;
  background-color: var(--blue);
}
.history .history-wrap li::after {
  width: 12px;
  height: 12px;
  background-color: var(--mura);
  border: solid 4px var(--blue);
  border-radius: 100px;
}
.history .history-wrap li:nth-child(odd)::before, .history .history-wrap li:nth-child(odd)::after {
  left: 0;
}
.history .history-wrap li:nth-child(even)::before, .history .history-wrap li:nth-child(even)::after {
  right: 0;
}
@media screen and (max-width:768px) {
  .history .history-wrap li:nth-child(even)::before, .history .history-wrap li:nth-child(even)::after {
    right: auto;
    left: 0;
  }
}
.history .history-wrap li:nth-child(odd)::after {
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width:768px) {
  .history .history-wrap li:nth-child(odd)::after {
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
  }
}
.history .history-wrap li:nth-child(even)::after {
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}
@media screen and (max-width:768px) {
  .history .history-wrap li:nth-child(even)::after {
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
  }
}
.history .history-wrap li .day {
  font-family: var(--en);
  font-weight: 600;
  font-size: 3.0rem;
  line-height: 1;
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width:768px) {
  .history .history-wrap li .day {
    font-size: 2.6rem;
  }
}
.history .history-wrap li .txt {
  white-space: nowrap;
}
@media screen and (max-width:768px) {
  .history .history-wrap li .txt {
    white-space: normal;
    letter-spacing: 0.03em;
  }
}
/*---------------------------------------------------------------------

	プライバシーポリシー

---------------------------------------------------------------------*/
@media screen and (max-width:768px) {
  .privacy {
    padding-top: 40px;
  }
}
.privacy .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width:768px) {
  .privacy .inner {
    padding: 0 30px;
  }
}
.privacy-item {
  padding: 40px 0;
  border-top: solid 1px var(--blue);
}
@media screen and (max-width:768px) {
  .privacy-item {
    padding: 30px 0;
  }
}
.privacy-item:first-of-type {
  margin-top: 100px;
}
@media screen and (max-width:768px) {
  .privacy-item:first-of-type {
    margin-top: 40px;
  }
}
.privacy-item__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 24px;
  font-family: var(--sm);
}
@media screen and (max-width:768px) {
  .privacy-item__ttl {
    margin-bottom: 16px;
    font-size: 2.0rem;
  }
}
.privacy-item p {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
/*---------------------------------------------------------------------

	お問い合わせ

---------------------------------------------------------------------*/
.contact {
  padding: 20px 0 100px;
}
@media screen and (max-width:768px) {
  .contact {
    padding: 30px 0 80px;
  }
}
.contact .w-1000 {
  background-color: #ffffff;
  border-radius: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width:768px) {
  .contact .w-1000 {
    width: 90%;
    padding: 50px 20px;
  }
}
.contact .inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.contact .flow {
  margin-bottom: 80px;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .contact .flow {
    margin-bottom: 40px;
  }
}
.contact .flow li {
  width: calc(100% / 3 + 16px);
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  background-color: #F0EFF5;
  color: rgba(55, 55, 55, 0.4);
  position: relative;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .contact .flow li {
    height: 46px;
    font-size: clamp(1.0rem, 3.73vw, 1.8rem);
  }
}
.form-area .contact .flow li:first-of-type {
  clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%);
}
@media screen and (max-width:768px) {
  .form-area .contact .flow li:first-of-type {
    clip-path: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%);
  }
}
.form-area .contact .flow li:nth-of-type(2), .form-area .contact .flow li:last-of-type {
  clip-path: polygon(94% 0%, 100% 50%, 94% 100%, 0% 100%, 6% 50%, 0% 0%);
  margin-left: -8px;
}
@media screen and (max-width:768px) {
  .form-area .contact .flow li:nth-of-type(2), .form-area .contact .flow li:last-of-type {
    clip-path: polygon(88% 0%, 100% 50%, 88% 100%, 0% 100%, 12% 50%, 0% 0%);
    margin-left: -8px;
  }
}
.form-area.s1 .contact .flow li:first-of-type, .form-area.s2 .contact .flow li:nth-of-type(2), .form-area.s3 .contact .flow li:last-of-type {
  background-color: var(--blue);
  color: #ffffff;
}
/* フォーム */
button, input:not([type="radio"]), optgroup, select, textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}
input[type=checkbox] {
  appearance: auto;
}
input, textarea {
  background-color: #f2f2f2 !important;
  border: solid 1px var(--gray);
  color: #373737 !important;
}
textarea {
  resize: none;
  width: calc(100% - 40px);
  height: 360px;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  textarea {
    width: calc(100% - 20px);
    padding: 14px 10px;
    font-size: 1.6rem;
  }
}
.form .hasInput input[type="text"], .form .hasInput input[type="tel"], .form .hasInput input[type="email"] {
  height: 60px;
  padding: 0 20px;
  width: calc(100% - 40px);
  border-radius: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .form .hasInput input[type="text"], .form .hasInput input[type="tel"], .form .hasInput input[type="email"] {
    height: 46px;
    padding: 0 10px;
    width: calc(100% - 20px);
    font-size: 1.6rem;
  }
}
::placeholder {
  font-size: 1.8rem;
  color: #B3B3B3;
  font-family: var(--noto);
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  ::placeholder {
    font-size: 1.6rem;
  }
}
.form .hasInput {
  margin-bottom: 30px;
}
.form-area.s2 .form .hasInput {
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
  .form-area.s2 .form .hasInput {
    margin-bottom: 30px;
  }
}
.form .hasTextArea {
  margin-bottom: 60px;
}
.form .hasInput > .flex {
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .form .hasInput > .flex {
    margin-bottom: 10px;
  }
}
.form .hasInput > .flex > div {
  color: #373737;
}
.contact .required, .contact .any {
  font-size: 1.2rem;
  margin-right: 10px;
  font-weight: 700;
}
.contact .required {
  color: #BC0000;
}
.contact .any {
  color: #B3B3B3;
}
.form-area.s2 .contact .required, .form-area.s2 .contact .any {
  display: none;
}
/* チェックボックス */
.privacy_check {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .privacy_check {
    margin-bottom: 30px;
  }
}
.privacy_check input[type=checkbox] {
  width: 24px;
  height: 24px;
  min-height: 20px;
  margin-right: 15px;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .privacy_check input[type=checkbox] {
    width: 16px;
    height: 16px;
    min-height: 16px;
    margin-right: 2px;
  }
}
.privacy_txt {
  margin-bottom: 40px;
}
/* ボタン */
section#form .btns {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  grid-row-gap: 30px;
}
section#form .btns #btnNext {
  pointer-events: none;
  background-color: #B3B3B3;
  border: solid 2px #B3B3B3;
}
section#form .btns #btnNext.is-active {
  pointer-events: all;
  background-color: var(--blue);
  border: solid 2px var(--blue);
}
.btnArrow {
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .btnArrow {
    max-width: 250px;
  }
}
.form-area .step2 .btnArrow.prev span {
  font-weight: 500;
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.form-area .step2 .btnArrow.prev span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background-image: url("../img/common/arrow_h.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -1px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.form-area .step1, .form-area .step2, .form-area .step3 {
  display: none !important;
}
.form-area.s2 .step2, .form-area.s1 .step1 {
  display: flex !important;
}
@media screen and (max-width:768px) {
  .form-area.s2 .step2 {
    flex-direction: column;
    grid-row-gap: 20px;
  }
}
.form-area.s2 section#form form input, .form-area.s2 section#form form textarea {
  background: #ffffff !important;
  pointer-events: none;
  border: none;
  height: auto;
  padding: 0;
}
.form-area.s2 section#form form input::placeholder, .form-area.s2 section#form form textarea::placeholder {
  opacity: 0;
}
.form-area.s2 section#form .inner form > .hasChk > :nth-child(3) {
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .form-area.s2 .step2.btns > :nth-child(1) {
    margin-right: 0;
  }
}
.form-area.s3 #form_body {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.form-area.s3 .step3 {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-success {
  color: #373737;
}
.contact-success h3 {
  font-size: 3.0rem;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .contact-success h3 {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
}
.contact-success p {
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
  .contact-success p {
    margin-bottom: 30px;
  }
}
.form-area.s3 .contact-ttl__txt {
  display: none;
}
/* 確認画面でテキストとプライバシーポリシー消す */
.form-area.s2 .contact-ttl__txt, .form-area.s2 .privacy_check, .form-area.s2 .privacy_txt {
  display: none;
}