.under_main {
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  .under_main {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 1150px) {
  .under_main {
    margin-top: 130px;
  }
}

/*-------------------------
  RECRUITING
-------------------------*/
.recruiting__container,
.underlayer_container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 27px;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .recruiting__container,
  .underlayer_container {
    grid-template-columns: 20rem 1fr;
    gap: clamp(20px, -8rem + 13vw, 125px);;
    margin-top: 80px;
  }
}

.recruiting__box {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  display: block;
  border: 1px solid #000;
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .recruiting__box {
    font-size: 1.8rem;
    padding: 22px;
  }
}

.recruiting__table .table__list,
.underlayer_right .table__list {
  color: #000;
  border-bottom: 1px solid #696969;
  line-height: 1.8;
}

.recruiting__table .table__list:first-child {
  padding-top: 9px;
  border-top: 1px solid #696969;
}
@media print, screen and (min-width: 768px) {
  .recruiting__table .table__list:first-child {
    padding-top: 25px;
  }
}

.recruiting__table .table__term,
.underlayer_right .table__term {
  font-weight: 700;
  font-size: 1.5rem;
  width: auto;
  padding-right: 1em;
  margin-bottom: 4px;
}
@media print, screen and (min-width: 768px) {
  .recruiting__table .table__term,
  .underlayer_right .table__term {
    width: min(35%,172px );
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}

.recruiting__flow {
  display: flex;
  gap: 10px;
}

.recruiting__flow-box {
  background-color: #000;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  width: 30%;
  padding: min(5%,200px );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .recruiting__flow-box {
    font-size: clamp(1rem, 1.4vw, 1.8rem);
  }
}

.recruiting__flow-box--arrow {
  width: 34%;
  background-color: #000;
  clip-path: polygon(0% 0%, 83% 0, 100% 50%, 83% 100%, 0% 100%);
  padding-left: 10px;
}

.recruiting__flow-number {
  text-transform: uppercase;
}
.recruiting__flow-number span {
  font-size: clamp(1.4rem, 2.5vw, 2.9rem);
  padding-left: 2px;
}

.recruiting__flow-text--mid {
  text-align: center;
}

.recruiting__table-tel {
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .recruiting__table-tel {
    font-size: 3rem;
  }
}
.recruiting__table-tel a {
  color: #000;
}

.table__tel-wrapper {
  display: flex;
  align-items: center;
}

/*-------------------------
  SPONSORSHIP
-------------------------*/
.sponsorship__container {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .sponsorship__container {
    display: grid;
    grid-template-columns: min(43.1%, 500px) 1fr;
    gap: 5%;
    margin-top: 55px;
  }
}

.sponsorship__img {
  aspect-ratio: 500/708;
  max-width: 300px;
  margin-inline: auto;
  margin-top: 26px;
}
@media print, screen and (min-width: 768px) {
  .sponsorship__img {
    max-width: 500px;
    margin-inline: initial;
    margin-top: 0;
  }
}

.sponsorship__text-wrapper {
  display: flex;
  flex-direction: column;
}
.sponsorship__sub-title {
  font-size: 1.8rem;
  color: #000;
  line-height: 1.4;
  margin-top: 24px;
}
@media print, screen and (min-width: 768px) {
  .sponsorship__sub-title {
    font-size: 2.7rem;
    margin-top: 0;
  }
}

.sponsorship__text {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #000;
  padding: 20px 0;
}
@media print, screen and (min-width: 768px) {
  .sponsorship__text {
    font-size: 1.6rem;
    padding: 27px 0;
  }
}

.sponsorship__text:first-of-type {
  margin-top: 26px;
}
@media print, screen and (min-width: 768px) {
  .sponsorship__text:first-of-type {
    margin-top: 0;
  }
}

.sponsorship__text + .sponsorship__text {
  border-top: 1px solid #696969;
}

.sponsorship__text-under {
  font-size: 1.4rem;
  color: #000;
  font-weight: 700;
  margin-top: 24px;
}
@media print, screen and (min-width: 768px) {
  .sponsorship__text-under {
    font-size: 1.6rem;
  }
}

.sponsorship__btn {
  max-width: 174px;
  width: 100%;
  margin-inline: auto;
  margin-top: 42px;
}
@media print, screen and (min-width: 768px) {
  .sponsorship__btn {
    max-width: 348px;
    margin-top: 58px;
  }
}

/*-------------------------
  FLOW
-------------------------*/
.flow-title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 12px 10px;
  border-top: 1px solid #696969;
  border-bottom: 1px solid #696969;
}
@media print, screen and (min-width: 768px) {
  .flow-title {
    font-size: 1.6rem;
  }
}

.flow-title__step {
  display: block;
}

.flow-title__title {
  display: block;
}

.table__list--flow {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .table__list--flow {
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.table__list--flow.last .table__term {
  background: none;
  height: auto;
}
.table__list--flow .table__term {
  height: 50px;
  background: url(../img/underlayer/flow_arrow.svg) bottom center no-repeat;
  background-size: 13px auto;
  padding-right: 0;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .table__list--flow .table__term {
    height: auto;
    padding-right: 1em;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .table__list--flow .table__description {
    padding: 2px 0 4px;
  }
  .table__list--flow .table__description.pd01 {
    padding-top: 1px;
    padding-bottom: 3px;
  }
  .table__list--flow .table__description.pd02 {
    padding-top: 3px;
    padding-bottom: 5px;
  }
}

.flow-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .flow-tags {
    margin-top: 18px;
  }
}

.flow-tags__item {
  padding: 6px 8px;
  border-radius: 6px;
  line-height: 1;
  background: #fff;
  font-size: 1.1rem;
  border: 1px solid #bababa;
}
@media print, screen and (min-width: 768px) {
  .flow-tags__item {
    font-size: 1.3rem;
    padding: 8px 11px;
  }
}

.table__list--contact {
  border-top: 1px solid #696969;
  padding: 20px 0;
}
@media print, screen and (min-width: 768px) {
  .table__list--contact {
    padding: 35px 0 40px;
  }
}
.table__list--contact .table_tel .tel_link {
  display: inline-block;
  padding: 0 0.8em 0 0.5em;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 768px) {
  .table__list--contact .table_tel .tel_link {
    font-size: 3rem;
  }
}
.table__list--contact .table_tel .tel_link a {
  color: #000;
  text-decoration: underline;
}
.table__list--contact .table_tel .tel_link a:hover {
  text-decoration: none;
}
.table__list--contact .table_tel .tel_reception {
  display: inline-block;
}
.table__list--contact .table_mail a {
  color: #000;
  text-decoration: underline;
}
.table__list--contact .table_mail a:hover {
  text-decoration: none;
}

.snow_plow_page {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .snow_plow_page {
    font-size: 1.6rem;
  }
}
.snow_plow_page .flow-title {
  padding: 20px 10px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .snow_plow_page .flow-title {
    margin-bottom: 40px;
    padding: 24px 10px;
  }
}

.anchor_button {
  margin-top: 24px;
}
@media print, screen and (min-width: 768px) {
  .anchor_button {
    margin-top: 60px;
  }
}

.anchor_button_item:not(:first-child) {
  margin-top: 16px;
}
.anchor_button_item a {
  display: block;
  position: relative;
  line-height: 1.4;
  padding-left: 20px;
  color: initial;
}
.anchor_button_item a::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 9px;
  height: 9px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.anchor_button_item a:hover::before {
  transform: translateY(calc(-50% + 3px)) rotate(45deg);
}

.snowplow_section {
  margin-top: -20px;
  padding-top: 20px;
}
.snowplow_section:not(:first-child) {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .snowplow_section:not(:first-child) {
    margin-top: 50px;
  }
}

.snowplow_mv {
  margin-bottom: 24px;
  height: 200px;
}
@media print, screen and (min-width: 768px) {
  .snowplow_mv {
    margin-bottom: 40px;
    height: auto;
  }
}
.snowplow_mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.snowplow_mv_area .text {
  line-height: 2;
}
.snowplow_mv_area .text:not(:first-of-type) {
  margin-top: 1em;
}

.snowplow_price {
  display: flex;
  column-gap: 3%;
  row-gap: 24px;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .snowplow_price {
    flex-direction: row;
  }
}

.snowplow_item {
  border: 2px solid #000;
}
@media print, screen and (min-width: 920px) {
  .snowplow_item {
    width: 48.5%;
  }
}
.snowplow_item .img img {
  width: 100%;
}

.snowplow_item_textarea {
  padding: 20px 16px;
}
@media print, screen and (min-width: 768px) {
  .snowplow_item_textarea {
    padding: 20px;
  }
}
.snowplow_item_textarea .title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .snowplow_item_textarea .title {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .snowplow_item_textarea .title {
    font-size: 2.4rem;
  }
}
.snowplow_item_textarea .price {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  background-color: #ededed;
  margin-top: 8px;
  padding: 1px 0 3px;
}
@media print, screen and (min-width: 920px) {
  .snowplow_item_textarea .price {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .snowplow_item_textarea .price {
    font-size: 2.4rem;
  }
}
.snowplow_item_textarea .list {
  margin-top: 20px;
}
.snowplow_item_textarea .list li {
  font-size: 1.4rem;
  line-height: 1.4;
  list-style-type: disc;
  margin-left: 2em;
}
.snowplow_item_textarea .list li:not(:first-child) {
  margin-top: 6px;
}

.snowplow_correspondence .note {
  margin-top: 20px;
}

.snowplow_map {
  border: 2px solid #000;
}
.snowplow_map img {
  width: 100%;
}

.snowplow_faq_item {
  background-color: #efefef;
  border: 1px solid #d0d0d0;
  padding: 0 16px;
}
@media print, screen and (min-width: 768px) {
  .snowplow_faq_item {
    padding: 0 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .snowplow_faq_item {
    column-gap: 40px;
  }
}
.snowplow_faq_item:not(:first-child) {
  margin-top: 20px;
}
.snowplow_faq_item .number {
  display: block;
  font-size: 2.2rem;
  font-family: "Anton", sans-serif;
  line-height: 1;
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .snowplow_faq_item .number {
    font-size: 2.8rem;
  }
}
.snowplow_faq_item .text {
  display: block;
  line-height: 1.4;
  flex-grow: 1;
}

.snowplow_faq_dt,
.snowplow_faq_dd {
  display: flex;
  align-items: center;
  column-gap: 24px;
  padding: 20px 0;
}
@media print, screen and (min-width: 768px) {
  .snowplow_faq_dt,
  .snowplow_faq_dd {
    padding: 30px 0;
  }
}

.snowplow_faq_dd {
  border-top: 1px solid #d0d0d0;
}