@charset "UTF-8";
/* =========================
色の変数 
========================= */
/* =========================
レスポンシブ変数 
========================= */
/* =========================
mixin 
========================= */
/* =========================
下層ページ
========================= */
.sub-main {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 20px 0;
}

.sub-main__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sub-main__header {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px 50px;
}
@media screen and (max-width: 767px) {
  .sub-main__header {
    margin: 0 -20px 30px;
  }
}

.sub-main__header-mv {
  width: 100vw;
  height: 268px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1159px) {
  .sub-main__header-mv {
    aspect-ratio: 768/268;
  }
}
@media screen and (max-width: 767px) {
  .sub-main__header-mv {
    aspect-ratio: 375/268;
  }
}

.sub-main__header-visual {
  width: 100%;
  height: 100%;
}
.sub-main__header-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-main__header-overlay {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  padding: 0 140px;
}
@media screen and (max-width: 1159px) {
  .sub-main__header-overlay {
    padding: 0 20px;
  }
}

.sub-main__header-title {
  font-size: 54px;
  color: #fff;
}
@media screen and (max-width: 1159px) {
  .sub-main__header-title {
    font-size: 29px;
  }
}

.sub-main__content {
  width: 100%;
  max-width: 1160px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 120px;
}
.sub-main__content p {
  width: 100%;
  margin-bottom: 16px;
}

.sub-main__content-section {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sub-main__content-wrapper {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.sub-main__h2 {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
}
.sub-main__h2 .sub-main__h2-line {
  display: inline-block;
  width: 5px;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#52BB9E), to(#D0FCBB));
  background: linear-gradient(to bottom, #52BB9E, #D0FCBB);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.sub-main__h2 .sub-main__h2-text {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 1159px) {
  .sub-main__h2 .sub-main__h2-text {
    font-size: 24px;
  }
}

/* =========================
ページネーション
========================= */
.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0 0;
}

.pagination__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.pagination__link {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination__link:hover {
  opacity: 0.7;
}
.pagination__link span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__link img {
  width: 18px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.pagination__link--prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.pagination__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 2px solid #52BB9E;
  border-radius: 6px;
  text-decoration: none;
  color: #52BB9E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination__number:hover {
  background-color: #52BB9E;
  border-color: #ccc;
}
.pagination__number--current {
  background-color: #52BB9E;
  color: #fff;
}
.pagination__number--current:hover {
  background-color: #005a87;
  border-color: #005a87;
}
@media screen and (max-width: 1159px) {
  .pagination__number {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .pagination__number {
    width: 32px;
    height: 32px;
  }
}

.pagination__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  color: #666;
}
@media screen and (max-width: 1159px) {
  .pagination__dots {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .pagination__dots {
    width: 32px;
    height: 32px;
  }
}

.pagination__text {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pagination__text {
    font-size: 12px;
  }
}

/* =========================
ボタンアロー
========================= */
.b-button-arrow__wrapper.sub {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}

/* =========================
企業文化
========================= */
.sub-main__content-section-item-text-title {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  align-items: center;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.364;
  color: #333;
}

.sub-main__content-section-item-text-number {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  align-items: center;
  background-color: #52BB9E;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}

.sub-main__content-section-item-text-text {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}

/* =========================
  朝日興産の特徴と魅力
    ========================= */
.sub-main__content-section-article {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.sub-main__content-section-article-text-title {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
  color: #333;
  padding-bottom: 16px;
  position: relative;
}
.sub-main__content-section-article-text-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#52BB9E), to(#D0FCBB));
  background: linear-gradient(to right, #52BB9E, #D0FCBB);
}

.sub-main__content-section-article-text-text {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* =========================
  社内の様子
    ========================= */
.sub-main__content-section-visual-list {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .sub-main__content-section-visual-list {
    grid-template-columns: 1fr;
  }
}

.sub-main__content-section-item {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-radius: 6px;
}
.sub-main__content-section-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.sub-main__content-flex {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 37px;
     -moz-column-gap: 37px;
          column-gap: 37px;
}
.sub-main__content-flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sub-main__content-flex.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sub-main__content-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}

.sub-main__content-flex-visual {
  width: 33.27%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sub-main__content-flex-visual {
    width: 100%;
  }
}
.sub-main__content-flex-visual img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.sub-main__content-flex-right {
  width: 63.4%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 32px;
}
@media screen and (max-width: 767px) {
  .sub-main__content-flex-right {
    width: 100%;
  }
}
.sub-main__content-flex-right p {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sub-main__visual-full {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  border-radius: 6px;
}
.sub-main__visual-full img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.sub-main__content-details {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sub-main__content-details-item {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  padding: 14px 0;
  border-bottom: 1px solid #8A8D8C;
}
@media screen and (max-width: 1159px) {
  .sub-main__content-details-item {
    -webkit-column-gap: 7%;
       -moz-column-gap: 7%;
            column-gap: 7%;
  }
}

.sub-main__content-details-item-title {
  width: 10.6%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  color: #333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media screen and (max-width: 1159px) {
  .sub-main__content-details-item-title {
    width: 25%;
  }
}

.sub-main__content-details-item-text {
  width: 89.4%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  color: #333;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1159px) {
  .sub-main__content-details-item-text {
    width: 68%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

/* =========================
    フォーム
    ========================= */
.sub-main-contact__box--gray {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.sub-main__content-form {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 14px;
}
@media screen and (max-width: 1159px) {
  .sub-main__content-form {
    row-gap: 32px;
  }
}

.sub-main__content-form-item {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}
@media screen and (max-width: 1159px) {
  .sub-main__content-form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.sub-main__content-form-item-label {
  width: 19%;
  height: 80px;
  font-size: 18px;
  color: #333;
  line-height: 1.75;
  letter-spacing: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1159px) {
  .sub-main__content-form-item-label {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 15px;
  }
}
.sub-main__content-form-item-label.required::after {
  content: "[必須]";
  color: #FF0000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1159px) {
  .sub-main__content-form-item-label.required::after {
    font-size: 15px;
    right: 0;
  }
}

.sub-main__content-form-item-input {
  width: 77.52%;
  height: 80px;
  padding: 12px 16px;
  border: 1px solid #8A8D8C;
  border-radius: 10px;
  font-size: 18px;
  color: #333;
  line-height: 1.75;
  letter-spacing: 0;
  background-color: #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 1159px) {
  .sub-main__content-form-item-input {
    width: 100%;
    height: 58px;
    font-size: 15px;
  }
}
.sub-main__content-form-item-input:focus {
  outline: none;
  border-color: #ff0000;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1);
          box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1);
}

.sub-main__content-form-item-textarea {
  width: 77.52%;
  height: 254px;
  padding: 12px 16px;
  border: 1px solid #8A8D8C;
  border-radius: 10px;
  font-size: 18px;
  color: #333;
  line-height: 1.75;
  letter-spacing: 0;
  background-color: #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 1159px) {
  .sub-main__content-form-item-textarea {
    width: 100%;
    font-size: 15px;
  }
}
.sub-main__content-form-item-textarea:focus {
  outline: none;
  border-color: #ff0000;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1);
          box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1);
}

.sub-main__content-form-item.privacy-check {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  margin-top: 22px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 1159px) {
  .sub-main__content-form-item.privacy-check {
    width: 100%;
    margin-top: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sub-main__content-form-item.privacy-check input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 2px solid #8A8D8C;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sub-main__content-form-item.privacy-check input[type=checkbox]:checked {
  background-color: #52BB9E;
  border-color: #52BB9E;
}
.sub-main__content-form-item.privacy-check input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.sub-main__content-form-item.privacy-check input[type=checkbox]:focus {
  outline: none;
  border-color: #52BB9E;
}
.sub-main__content-form-item.privacy-check label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 16px;
  color: #333;
  line-height: 1;
  cursor: pointer;
}
.sub-main__content-form-item.privacy-check label a {
  color: #0b80d3;
}
.sub-main__content-form-item.privacy-check label a:hover {
  text-decoration: none;
}

.sub-main__content-form-item.submit-button {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  justify-content: center;
  margin-top: 63px;
}
@media screen and (max-width: 1159px) {
  .sub-main__content-form-item.submit-button {
    margin-top: 48px;
  }
}

.sub-main__content-form-item-button {
  width: 307px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #52BB9E;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  padding: 20px 60px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: center;
  position: relative;
}
.sub-main__content-form-item-button::after {
  content: "";
  background-image: url("../images/arrow-contact.svg");
  background-color: #fff;
  background-size: 28px 28px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
@media screen and (max-width: 1159px) {
  .sub-main__content-form-item-button {
    font-size: 18px;
  }
}
.sub-main__content-form-item-button:hover {
  opacity: 0.7;
}

.sub-main__content-list {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sub-main__content-item {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #333;
  letter-spacing: 0.03em;
  padding-left: 28px;
  position: relative;
}
.sub-main__content-item::before {
  content: "";
  position: absolute;
  background-color: #52BB9E;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
}/*# sourceMappingURL=sub.css.map */