/* ==========================================================================
.c-level1-heading
========================================================================== */
.c-level1-heading {
  font-size: 2.6rem;
  font-weight: 500;
  border-left: 5px solid #ff9000;
  padding: 18px 0 18px 22px;
}

@media screen and (max-width: 768px) {
  .c-level1-heading {
    font-size: 1.5rem;
    border-left: 3px solid #ff9000;
    padding: 13px 0 13px 13px;
    line-height: 1.6;
  }
}

/* ==========================================================================
.c-level2-heading
========================================================================== */
.c-level2-heading {
  position: relative;
  font-size: 2.3rem;
  font-weight: 500;
  border-bottom: 4px solid #eeeeee;
  padding-left: 10px;
  padding-bottom: 15px;
}

.c-level2-heading::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 4px solid #ff9000;
  bottom: -4px;
  left: 0;
  width: 13.79310%;
}

@media screen and (max-width: 768px) {
  .c-level2-heading {
    font-size: 1.65rem;
    font-weight: 500;
    border-bottom: 3px solid #eeeeee;
    padding-left: 5px;
    padding-bottom: 10px;
  }

  .c-level2-heading::after {
    border-bottom: 3px solid #ff9000;
    bottom: -3px;
    width: 21.33333vw;
  }
}

/* ==========================================================================
c-button
========================================================================== */
.c-button {
  display: block;
  max-width: 100%;
  text-align: center;
  position: relative;
  background: #fff;
}

.c-button:hover {
  color: #fff;
}

.c-button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff9000;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}

.c-button:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.c-button.-primary {
  font-size: 1.5rem;
  font-weight: 500;
  width: 210px;
  padding: 15px 2em 15px 15px;
  border: 1px solid #333;
}

.c-button.-primary:hover {
  color: #fff;
  border: 1px solid #ff9000;
}

.c-button.-primary::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: block;
  width: 23px;
  height: 11px;
  content: "";
  background-image: url(../images/common/icon_button.png);
  background-repeat: no-repeat;
  background-size: 23px 11px;
  transition: transform ease .3s;
}

.c-button.-primary:hover::after {
  background-image: url(../images/common/icon_button_w.png);
}

/* .-back */
.c-button.-back {
  padding: 15px 15px 15px 2em;
  background: #777777;
  font-size: 1.5rem;
  font-weight: 500;
  width: 210px;
  border: 1px solid #333;
}

.c-button.-back::before {
  background: #dadada;
  transform: scaleX(1);
}

.c-button.-back::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  display: block;
  width: 23px;
  height: 11px;
  content: "";
  background-image: url(../images/common/icon_back-button.png);
  background-repeat: no-repeat;
  background-size: 23px 11px;
  transition: transform ease .3s;
}

.c-button.-back:hover {
  border: 1px solid #333;
}

.c-button.-back:hover::before {
  transform: scaleX(0);
}

.c-button.-back:hover::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: block;
  width: 23px;
  height: 11px;
  content: "";
  background-image: url(../images/common/icon_back-button_w.png);
  background-repeat: no-repeat;
  background-size: 23px 11px;
  transition: transform ease .3s;
}

.c-button__text {
  position: relative;
}

@media screen and (max-width: 768px) {

  .c-button.-primary,
  .c-button.-back {
    font-size: 1.1rem;
    max-width: 250px;
    width: 100%;
    padding: 9px 10px;
  }

  .c-button.-primary::after,
  .c-button.-back::after {
    width: 12px;
    height: 6px;
    background-size: 12px 6px;
  }
}


/* ==========================================================================
c-icon
========================================================================== */
.c-icon-blank {
  position: relative;
  display: inline-flex;
}

.c-icon-blank::after {
  content: "";
  position: absolute;
  top: 54%;
  right: -25px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-image: url(../images/common/icon_blank.png);
  width: 15px;
  height: 15px;
  background-size: 15px auto;
}

.c-icon-blank.-reverse::after {
  background-image: url(../images/common/icon_blank_w.png);
}

@media screen and (max-width: 768px) {
  .c-icon-blank::after {
    top: 55%;
    right: -17px;
    width: 10px;
    height: 10px;
    background-size: 10px auto;
  }

  .c-icon-blank.-large::after {
    width: 13px;
    height: 13px;
    right: -20px;
    background-size: 13px auto;
  }
}

.c-icon-pdf {
  position: relative;
  display: inline-flex;
}

.c-icon-pdf::after {
  content: "";
  position: absolute;
  top: 57%;
  right: -25px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-image: url(../images/common/icon_pdf.png);
  width: 15px;
  height: 18px;
  background-size: 15px auto;
}

@media screen and (max-width: 768px) {
  .c-icon-pdf::after {
    width: 11px;
    height: 14px;
    background-size: 11px auto;
    right: -20px;
  }
}

.c-icon-map {
  position: relative;
  display: inline-flex;
}

.c-icon-map::after {
  content: "";
  position: absolute;
  top: 70%;
  right: -25px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-image: url(../images/common/icon_map.png);
  width: 17px;
  height: 24px;
  background-size: 17px auto;
}

@media screen and (max-width: 768px) {
  .c-icon-map::after {
    width: 11px;
    height: 17px;
    background-size: 11px auto;
    right: -18px;
  }
}


/* ==========================================================================
c-text-link
========================================================================== */
.c-text-link {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  color: #2e68d0;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-color: #2e68d0;
}

.c-text-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 6px solid #ff9000;
}

.c-text-link:hover {
  text-decoration-color: transparent;
  color: #333;
}

@media screen and (max-width: 768px) {
  .c-text-link {
    padding-left: 13px;
    text-underline-offset: 4px;
  }

  .c-text-link::after {
    border: 4px solid transparent;
    border-left: 6px solid #ff9000;
    top: 58%;
  }
}


/* ==========================================================================
c-text-link2
========================================================================== */
.c-text-link2 {
  display: inline-block;
  color: #2e68d0;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-color: #2e68d0;
}

.c-text-link2:hover {
  text-decoration-color: transparent;
  color: #333;
}

@media screen and (max-width: 768px) {
  .c-text-link2 {
    padding-left: 13px;
    text-underline-offset: 4px;
  }

  .c-text-link2::after {
    border: 4px solid transparent;
    border-left: 6px solid #ff9000;
    top: 58%;
  }
}


/* ==========================================================================
c-table
========================================================================== */
.c-table {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #d2d2d2;
}

.c-table:first-of-type {
  border-top: 1px solid #d2d2d2;
}

.c-table__heading {
  background-color: #f8f8f8;
  font-size: 1.6rem;
  font-weight: 700;
  flex: 0 1 23.46938%;
  border-right: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
  padding: 15px 30px;
  min-width: 145px;
}

.c-table__body {
  flex: 1;
  font-size: 1.6rem;
  padding: 25px 30px;
  line-height: 1.8;
}

.c-table__body>*:last-child {
  margin-bottom: 0;
}

.c-table__link {
  display: inline-block;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-table {
    display: block;
  }

  .c-table__heading {
    border-bottom: 1px solid #c1c1c1;
    border-right: none;
    font-size: 1.3rem;
    padding: 13px 2.66666vw;
  }

  .c-table__body {
    padding: 17px 2.66666vw;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .c-table__link {
    margin-bottom: 15px;
  }
}



/* ==========================================================================
c-page-list
========================================================================== */
.c-page-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-page-list__item_service {
  width: 31.5%;
  width: 48%;
}

.c-page-list__item {
  width: 48.27586%;
}

.c-page-list__item:not(:last-child, :nth-last-child(2)) {
  margin-bottom: 60px;
}

.c-page-list__image_service {
  margin-bottom: 25px;
  transition: .25s;
}

.c-page-list__image {
  margin-bottom: 35px;
  transition: .25s;
}

.c-page-list__image:hover {
  opacity: .7;
}

.c-page-list__heading_service {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}

.c-page-list__heading {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px;
}

.c-page-list__button {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .c-page-list__item_service {
    width: 100%;
  }

  .c-page-list__item_service:not(:last-child) {
    margin-bottom: 40px;
  }

  .c-page-list__item {
    width: 100%;
  }

  .c-page-list__item:not(:last-child) {
    margin-bottom: 40px;
  }

  .c-page-list__image {
    margin-bottom: 17px;
  }

  .c-page-list__heading {
    font-size: 1.5rem;
    margin-bottom: 17px;
  }
}



/* ==========================================================================
c-modal
========================================================================== */
.c-modal {
  opacity: 0;
  visibility: hidden;
  transition: .45s;
  position: relative;
  z-index: 1000;
}

.c-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.c-modal__overlay {
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.c-modal__container {
  border-radius: 8px;
  background: #FFF;
  padding: 30px;
  width: 90%;
  max-width: 900px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 2px 6px #777);
  z-index: 10000;
}

.c-modal__cross {
  /* content: "\2715"; */
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: 20px;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .c-modal__container {
    padding: 8px;
    border-radius: 4px;
    width: calc(100vw - 15px);
  }
}

/* ==========================================================================
c-link-list 
========================================================================== */

.c-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 20px;
  margin: 0 auto;
  width: 940px;
}

@media screen and (max-width: 1375px) {
  .c-link-list {
    width: 700px;
  }
}

@media screen and (max-width: 1126px) {
  .c-link-list {
    width: 460px;
  }
}

@media screen and (max-width: 1024px) {
  .c-link-list {
    width: 100%;
  }
}

.c-link-list li {
  width: 220px;
  height: 64px;
}

.c-link-list li a {
  width: 100%;
  height: 100%;
  border: 3px solid #aaa;
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: left;
  color: #aaa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 10px;
}

.c-link-list li.heading a {
  color: #45A5B4;
  background: #DCEFF2;
  font-size: 19px;
  font-weight: bold;
  border: none;
  display: grid;
  grid-template-columns: 1fr 10px;
  place-items: center;
}

.c-link-list li.current a {
  border: 3px solid #45A5B4;
  color: #45A5B4;
}

.c-link-list.--manufacturing li.heading a {
  color: #7A9874;
  background: #DFEFDC;
}

.c-link-list.--manufacturing li.current a {
  border: 3px solid #7A9874;
  color: #7A9874;
}

.c-link-list li a::after {
  margin-top: 10px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  transform: translate(0, -50%) rotate(45deg);
}

.c-link-list li a:hover {
  background: #f2f2f2;
  text-decoration: none;
}

.c-link-list li.current a:hover {
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .c-link-list {
    display: block;
    gap: 20px;
    margin: 0 auto;
  }

  .c-link-list li {
    width: 100%;
    height: auto;
  }

  .c-link-list li a {
    padding: 10px 10px 10px 10px;
    border: none;
    border-bottom: 1px solid #777;
    font-size: 14px;
  }

  .c-link-list li.heading a {
    justify-content: center;
    padding: 20px 10px 20px 10px;
  }

  .c-link-list li.current a {
    border: none;
    border-bottom: 1px solid #777;
  }

  .c-link-list.--manufacturing li.current a {
    border: none;
    border-bottom: 1px solid #777;
  }

  .c-link-list li.current a::after {
    border-top: 1px solid #111;
    border-right: 1px solid #111;
  }
  .c-link-list li a br.pc-only {
    display: none;
  }

}


/* ==========================================================================
cntbox 三機アクアテックからの流用
========================================================================== */

sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.35em;
}

sup.bottom {
  vertical-align: sub;
}

.cnt_pc {
  display: block !important;
}

.--engineering strong {
  font-weight: bold;
}

.cntbox.--manufacturing img {
  width: 175px;
  height: 160px;
}

.cntbox.--manufacturing p.image_full img {
  width: 100%;
  height: auto;
}

.cntbox.--engineering img {
  width: auto;
}

.cntbox p.center {
  text-align: center;
}
.cntbox p.mb50 {
  margin-bottom: 50px;
}

.column ol {
  margin: 20px 0 30px;
  text-align: left;
  font-size: 1.6rem;
}

.column ol li {
  position: relative;
  margin: 0 0 12px 18px;
  padding: 0 0 0 0;
  text-align: left;
  line-height: 1.8;
  list-style-position: outside;
  list-style: auto;
}




.cntbox.--engineering table {
  width: 100%;
  margin: 20px 0 30px;
  border-collapse: collapse;
  border-top: 1px solid #999;
  border-top: 1px solid #d2d2d2;
  line-height: 1.5;
  font-size: 1.6rem;
}

.cntbox.--engineering th {
  padding: 12px 14px;
  border-bottom: 1px solid #999;
  border-bottom: 1px solid #d2d2d2;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  background: #eee;

  background-color: #f8f8f8;
  font-size: 1.6rem;
  font-weight: 700;
}
.cntbox.--engineering th.vertical {
  writing-mode: vertical-rl;
  letter-spacing: .5em;
}

.cntbox.--engineering td {
  padding: 12px 14px;
  border-bottom: 1px solid #999;
  border-bottom: 1px solid #d2d2d2;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}

.cntbox.--engineering .table_company td {
  text-align: left;
  vertical-align: top;
}

.cntbox.--engineering .table_company td table {
  margin: 0 0 0;
  border-top: none;
}

.cntbox.--engineering .table_company td table td {
  border-bottom: none;
}


@media screen and (max-width: 1024px) {

  .cntbox.--engineering table {
    width: 100%;
    margin: 20px 0 20px;
    border-collapse: collapse;
    border-top: 1px solid #999;
    border-top: 1px solid #d2d2d2;
    line-height: 1.5;
  }

  .cntbox.--engineering th {
    padding: 8px 8px;
    border-bottom: 1px solid #999;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    background: #eee;
    background-color: #f8f8f8;
    font-size: 14px;
    font-size: 1.3rem;
    font-weight: 700;
  }

  .cntbox.--engineering td {
    padding: 8px 8px;
    border-bottom: 1px solid #999;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.2rem;
  }

  .cntbox.--engineering .table_company td {
    text-align: left;
    vertical-align: top;
  }

  .cntbox.--engineering .table_company td table {
    margin: 0 0 0;
    border-top: none;
  }

  .cntbox.--engineering .table_company td table td {
    border-bottom: none;
  }

}

.cnt_2column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 30px;
}

.cnt_2column p:last-of-type {
  margin: 0 0 0;
}

.cnt_2column.mb0 {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .cnt_2column {
    display: block;
    width: 100%;
    margin: 0 0 30px;
  }

  .cnt_2column p:last-of-type {
    margin: 0 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .column_s p {
    text-align: center;
  }

  .column_s p img {
    width: auto;
  }
}

.column {
  -webkit-flex-basis: 46.3%;
  -ms-flex-basis: 46.3%;
  flex-basis: 46.3%;
  max-width: 46.3%;
  width: 46.3%;
  margin: 0 0 25px;
}

.column.mb0 {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .column {
    max-width: 100%;
    width: 100%;
    margin: 0 0 25px;
  }
  .column.mb0  {
    margin-bottom: 25px;
  }
}

.column_l {
  flex: 1;
  padding-left: 50px;
  margin: 0 0 25px;
}

@media screen and (max-width: 1024px) {
  .column_l {
    flex: 1;
    padding-left: 0;
    margin: 0 0 25px;
  }
}

.c-horizontal-list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(10, auto);
  justify-content: space-around;
  width: 100%;
}

.c-horizontal-list li {
  list-style: none;
  position: relative;
  margin: 0 0 12px 5px;
  padding: 0 0 0 18px;
  text-align: left;
  line-height: 1.8;
  font-size: 1.6rem;
  width: 220px;
  width: auto;
}

.c-horizontal-list li::before {
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #F38A0A;
}

@media screen and (max-width: 1024px) {
  .c-horizontal-list {
    grid-template-rows: auto;
    grid-auto-flow: row;
    justify-content: start;
  }
}

.cntbox iframe {
  width: 720px;
  height: auto;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 1024px) {
  .cntbox iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}

/* .cntbox h3 {
  position: relative;
  margin: 100px auto 50px;
  padding: 0 0 25px;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.7;
  text-align: center;
}

.cntbox h3::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  content: "";
  width: 100px;
  height: 3px;
  background: #F38A0A;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (max-width: 1024px) {
  .cntbox h3 {
    position: relative;
    margin: 60px auto 30px;
    padding: 0 0 16px;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.5;
    text-align: center;
  }

  .cntbox h3::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    content: "";
    width: 80px;
    height: 3px;
    background: #F38A0A;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
} */

/* .cntbox h4 {
  position: relative;
  margin: 80px auto 30px;
  padding: 3px 0 3px 15px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.7;
  text-align: left;
}

.cntbox h4::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  background: #F38A0A;
}

@media screen and (max-width: 1024px) {
  .cntbox h4 {
    position: relative;
    margin: 40px auto 20px;
    padding: 2px 0 2px 10px;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.7;
    text-align: left;
  }

  .cntbox h4::after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 3px;
    height: 100%;
    background: #F38A0A;
  }
} */

.column_s {
  margin: 0 0 25px;
}

@media screen and (max-width: 1024px) {
  .column_s {
    margin: 0 0 25px;
  }
}

.column_l_left {
  flex: 1;
  padding-right: 50px;
  margin: 0 0 25px;
}

@media screen and (max-width: 1024px) {
  .column_l_left {
    flex: 1;
    padding-right: 0;
    margin: 0 0 25px;
  }
}

.column>*:first-child,
.column_s>*:first-child,
.column_l>*:first-child,
.column_l_left>*:first-child {
  margin-top: 0;
}

.column>*:last-child,
.column_s>*:last-child,
.column_l>*:last-child,
.column_l_left>*:last-child {
  margin-bottom: 0;
}

.cntbox p {
  margin: 0 0 30px;
  text-align: left;
  line-height: 2.5;
}

.cntbox p.mb0 {
  margin-bottom: 0;
}
.cntbox p.mb55 {
  margin-bottom: 55px;
}

@media screen and (max-width: 1024px) {
  .cntbox p {
    margin: 0 0 30px;
    text-align: left;
    line-height: 2;
    font-size: 1.6rem;
  }


  .cntbox p:has(img) {
    text-align: center;
  }
}

.cntbox p.lead {
  text-align: left;
  line-height: 2.5;
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .cntbox p.lead {
    text-align: left;
    line-height: 2;
    font-size: 1.65rem;
  }
}

.box_copy_l {
  position: relative;
  margin: 100px auto 50px;
  margin: 100px auto 100px;
  padding: 15px 0 15px;
  font-weight: bold;
  font-size: 26px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.7;
  text-align: center;
  /* border-top: 3px solid #F38A0A;
  border-bottom: 3px solid #F38A0A; */
}

@media screen and (max-width: 1024px) {
  .box_copy_l {
    position: relative;
    margin: 50px auto 25px;
    margin: 50px auto 50px;
    margin: 75px auto;
    padding: 10px 0 10px;
    font-weight: bold;
    font-size: 19px;
    font-size: 22px;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    /* border-top: 2px solid #F38A0A;
    border-bottom: 2px solid #F38A0A; */
  }
}

.mark_list {
  margin: 30px 0 30px;
  text-align: left;
}

.mark_list.mt0 {
  margin-top: 0;
  text-align: left;
}

.mark_list li {
  list-style: none;
  position: relative;
  margin: 0 0 12px 5px;
  padding: 0 0 0 18px;
  text-align: left;
  line-height: 1.8;
  font-size: 1.6rem;
}

.mark_list li strong {
  font-weight: bold;
}

.mark_list li::before {
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #F38A0A;
}

@media screen and (max-width: 1024px) {
  .mark_list {
    margin: 20px 0 20px;
    text-align: left;
  }

  .mark_list li {
    list-style: none;
    position: relative;
    margin: 0 0 12px 5px;
    padding: 0 0 0 18px;
    text-align: left;
    line-height: 1.8;
    font-size: 1.6rem;
  }

  .mark_list li::before {
    position: absolute;
    left: 0;
    top: 9px;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #F38A0A;
  }

}


/* ==========================================================================
.c-level1-heading .--artile
========================================================================== */
.c-level1-heading.--article {
  font-size: 2.6rem;
  font-weight: 500;
  border-left: 5px solid #ff9000;
  padding: 18px 0 18px 22px;
}

@media screen and (max-width: 1024px) {
  .c-level1-heading.--article {
    font-size: 1.5rem;
    border-left: 3px solid #ff9000;
    padding: 13px 0 13px 13px;
    line-height: 1.6;
  }
}

/* ==========================================================================
.c-level2-heading .--article
========================================================================== */
.c-level2-heading.--article {
  position: relative;
  font-size: 2.3rem;
  font-weight: 500;
  border-bottom: 4px solid #eeeeee;
  padding-left: 10px;
  padding-bottom: 15px;
}

.c-level2-heading.--article::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 4px solid #ff9000;
  bottom: -4px;
  left: 0;
  width: 13.79310%;
}

@media screen and (max-width: 1024px) {
  .c-level2-heading.--article {
    font-size: 1.65rem;
    font-weight: 500;
    border-bottom: 3px solid #eeeeee;
    padding-left: 5px;
    padding-bottom: 10px;
  }

  .c-level2-heading.--article::after {
    border-bottom: 3px solid #ff9000;
    bottom: -3px;
    width: 21.33333vw;
  }
}



/* .p-service .--article
----------------------------------------------------------------- */
.p-service__section.--article {
  margin-bottom: 65px;
}

.p-service__section-heading.--article {
  margin-bottom: 45px;
}

.p-service__section-text.--article {
  margin-bottom: 65px;
}

.p-service__item.--article:not(:last-child) {
  margin-bottom: 60px;
}

.p-service__item-heading.--article {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .p-service__section.--article,
  .p-service__section-text.--article {
    margin-bottom: 40px;
  }
    
  .p-service__item.--article:not(:last-child) {
    margin-bottom: 40px;
  }
  
  .p-service__section-heading.--article {
    margin-bottom: 25px;
  }

  .p-service__item-heading.--article {
    margin-bottom: 25px;
  }
}