@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Roboto:wght@500;700&display=swap");
/*************************
page
*************************/
.spNone {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .spNone {
    display: none !important;
  }
}

.pcNone {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .pcNone {
    display: block !important;
  }
}

.m-section.m-wrapper {
  padding-top: 0;
}

#fieldservice #sec01 .m-column.m-column--col2 {
  padding-top: 50px;
}
@media screen and (max-width: 640px) {
  #fieldservice #sec01 .m-column.m-column--col2 {
    padding-top: 25px;
  }
}
#fieldservice #sec01 .m-column--col2-item--img {
  width: 422px;
}
@media screen and (max-width: 640px) {
  #fieldservice #sec01 .m-column--col2-item--img {
    width: 100%;
  }
}
#fieldservice #sec01 .m-column--col2-item--img .m-image {
  text-align: left;
}
@media screen and (max-width: 640px) {
  #fieldservice #sec01 .m-column--col2-item--img .m-image {
    text-align: center;
  }
  #fieldservice #sec01 .m-column--col2-item--img .m-image img {
    width: 81.6vw;
  }
}
#fieldservice #sec01 .m-column--col2-item--txt {
  width: calc(100% - 422px - 40px);
}
@media screen and (max-width: 640px) {
  #fieldservice #sec01 .m-column--col2-item--txt {
    width: 100%;
  }
}
#fieldservice #sec01 .m-table {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #fieldservice #sec01 .m-table {
    margin-top: 15px;
  }
  #fieldservice #sec01 .m-table .m-table__th {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
#fieldservice #sec01 .m-table__th--122 {
  width: 122px;
}
@media screen and (max-width: 640px) {
  #fieldservice #sec01 .m-table__th--122 {
    width: 24vw;
  }
}
#fieldservice #sec01 .m-table__td {
  font-weight: normal;
  text-align: left;
}
#fieldservice #sec01 .m-borderbox {
  margin-top: 66px;
}
@media screen and (max-width: 640px) {
  #fieldservice #sec01 .m-borderbox {
    margin-top: 33px;
  }
}
#fieldservice #sec01 .m-borderbox .m-indent {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  #fieldservice #sec01 .m-borderbox .m-indent {
    margin-top: 8px;
  }
}
#fieldservice #sec02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  background: #f1f2f6;
  padding: 14px;
}
@media screen and (max-width: 640px) {
  #fieldservice #sec02 ul {
    gap: 6px;
    padding: 6px;
  }
}
#fieldservice #sec02 ul li {
  background: #fff;
  width: calc((100% - 14px) / 2);
  padding: 45px 50px;
}
@media screen and (max-width: 640px) {
  #fieldservice #sec02 ul li {
    width: 100%;
    padding: 6.6666666667vw 5.6vw;
  }
}
#fieldservice #sec02 ul li h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  #fieldservice #sec02 ul li h2 {
    font-size: 4.5333333333vw;
  }
}
#fieldservice #sec02 ul li h2::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 18px;
}
@media screen and (max-width: 640px) {
  #fieldservice #sec02 ul li h2::before {
    width: 8vw;
    height: 8vw;
    margin-right: 10px;
  }
}
#fieldservice #sec02 ul li h2 span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 640px) {
  #fieldservice #sec02 ul li h2 span {
    font-size: 3.4666666667vw;
  }
}
#fieldservice #sec02 ul li .m-indent {
  padding-top: 10px;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  #fieldservice #sec02 ul li .m-indent {
    margin-bottom: 40px;
  }
}
#fieldservice #sec02 ul li .m-btn-ellipse {
  width: min(185px, 100%);
  height: 50px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  #fieldservice #sec02 ul li .m-btn-ellipse {
    width: 65.3333333333vw;
    height: 40px;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-right: auto;
  }
}
#fieldservice #sec02 ul li:nth-child(1) h2::before {
  background-image: url(../image/icon_01.png);
}
#fieldservice #sec02 ul li:nth-child(2) h2::before {
  background-image: url(../image/icon_02.png);
}
#fieldservice #sec02 ul li:nth-child(3) h2::before {
  background-image: url(../image/icon_03.png);
}
#fieldservice #sec02 ul li:nth-child(4) h2::before {
  background-image: url(../image/icon_04.png);
}

.mT80 {
  margin-top: 80px !important;
}

@media screen and (max-width: 640px) {
  .spmT20 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .spmT40 {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 640px) {
  .sppT10 {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 640px) {
  .sppT15 {
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 640px) {
  .sppT25 {
    padding-top: 25px !important;
  }
}

/* syosai_page */
.m-pagehead-nav + .m-indent {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .m-pagehead-nav + .m-indent {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.list_box {
  width: 1044px;
  max-width: 100%;
  margin-bottom: 50px;
}
.list_box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: #D0D3DB 1px solid;
  border-bottom: #D0D3DB 1px solid;
  margin-bottom: 30px;
}
.list_box li:last-child {
  margin-bottom: 0;
}
.list_box li:last-child h4::after {
  content: none !important;
}
.list_box li h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  background: #EEEEEE;
  width: 200px;
  height: 55px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .list_box li h4 {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 24.2666666667vw;
    height: 44px;
  }
}
.list_box li h4::after {
  content: "";
  background: #D0D3DB;
  height: 10px;
  width: 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  position: absolute;
  bottom: -20px;
}
@media screen and (max-width: 640px) {
  .list_box li .list_box_flow-h4 {
    height: 72px;
  }
}
.list_box li p {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.06em;
  width: calc(100% - 200px);
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  .list_box li p {
    font-size: 14px;
    font-size: 0.875rem;
    width: calc(100% - 24.2666666667vw);
    padding-left: 4.2666666667vw;
  }
}
.list_box li p.list_box_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.list_box li p.list_box_flow span::after {
  content: "";
  background: #D0D3DB;
  height: 15px;
  width: 8px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .list_box li p.list_box_flow span::after {
    height: 13px;
    width: 6px;
    margin-left: 6px;
    margin-right: 6px;
  }
}
.list_box li p.list_box_flow span:last-child::after {
  content: none;
}

.m-column--col2-w940 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-column--col2-w940 .m-column--col2-item {
  width: min(450px, 100%) !important;
}
.m-column--col2-w940 .m-column--col3-item {
  width: min(296px, 100%) !important;
}
@media screen and (max-width: 640px) {
  .m-column--col2-w940 .m-column--col3-item {
    width: 64vw !important;
  }
}

@media screen and (max-width: 640px) {
  .js-scrollable {
    width: calc(100% + 5.3333333333vw);
  }
}

.m-article-border {
  border: #F1F2F6 15px solid;
  padding: 58px 50px 40px;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .m-article-border {
    border-width: 4px;
    padding: 36px 5.3333333333vw 15px;
    margin-top: 20px;
  }
}
.m-article-border#sec01 {
  margin-top: 0;
}
.m-article-border#sec01 .m-column--col2-item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 640px) {
  .m-article-border#sec01 .m-column--col2-item {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .m-article-border#sec02 .js-scrollable-01 img {
    width: 138.6666666667vw;
    max-width: unset;
  }
}
@media screen and (max-width: 640px) {
  .m-article-border#sec02 .js-scrollable-02 > div {
    width: 223.4666666667vw;
    max-width: unset;
  }
}
@media screen and (max-width: 640px) {
  .m-article-border#sec02 .js-scrollable-img-01 img {
    width: 189.3333333333vw;
    max-width: unset;
  }
}
.m-article-border#sec02 .tenken-table_1 {
  width: 960px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .m-article-border#sec02 .tenken-table_1 {
    margin-top: 20px;
  }
}
.m-article-border#sec02 .tenken-table_1 .m-table:nth-child(1) {
  width: 81.25%;
  position: relative;
}
.m-article-border#sec02 .tenken-table_1 .m-table:nth-child(1) .m-table__th,
.m-article-border#sec02 .tenken-table_1 .m-table:nth-child(1) .m-table__td {
  font-weight: unset;
  text-align: center;
  padding: 12px 0;
}
.m-article-border#sec02 .tenken-table_1 .m-table:nth-child(1) .m-table__th {
  width: 16.6666666667%;
}
.m-article-border#sec02 .tenken-table_1 .m-table:nth-child(1) .m-table__th:not(:last-of-type) {
  border-right: 1px solid #cdd0d8;
}
.m-article-border#sec02 .tenken-table_1 .m-table:nth-child(1)::after {
  content: "";
  background: #019FE3;
  height: 20px;
  width: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .m-article-border#sec02 .tenken-table_1 .m-table:nth-child(1)::after {
    right: -3%;
  }
}
.m-article-border#sec02 .tenken-table_1 .m-table:nth-child(2) {
  width: 130px;
}
.m-article-border#sec02 .tenken-table_1 .m-table:nth-child(2) .m-table__th,
.m-article-border#sec02 .tenken-table_1 .m-table:nth-child(2) .m-table__td {
  font-weight: unset;
  text-align: center;
  padding: 12px 0;
}
.m-article-border#sec02 .tenken-table_1 .m-table:nth-child(2) .m-table__th {
  color: #fff;
  background: #019FE3;
  width: 100%;
}
.m-article-border#sec02 .tenken-table_1 .m-table:nth-child(2) .m-table__td {
  color: #019FE3;
}
.m-article-border#sec02 .tenken-table_2 {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .m-article-border#sec02 .tenken-table_2 {
    margin-top: 20px;
  }
}
.m-article-border#sec02 .tenken-table_2 .m-table__th,
.m-article-border#sec02 .tenken-table_2 .m-table__td {
  font-weight: unset;
  text-align: center;
}
.m-article-border#sec02 .tenken-table_2 .m-table__th:not(:last-of-type) {
  border-right: 1px solid #cdd0d8;
}
.m-article-border#sec02 .tenken-table_2 .m-table__th:nth-child(1) {
  width: 128px;
}
.m-article-border#sec02 .tenken-table_2 .m-table__th:nth-child(2) {
  width: 173px;
}
.m-article-border#sec02 .tenken-table_2 .m-table__th:nth-child(3) {
  width: calc(100% - 301px);
}
@media screen and (max-width: 640px) {
  .m-article-border#sec02 .tenken-table_2 .m-table__th:nth-child(3) {
    width: calc(223.4666666667vw - 301px);
  }
}
.m-article-border#sec02 .tenken-table_2 .m-table__td:nth-child(3) {
  text-align: left;
}
.m-article-border#sec02 .m-borderbox {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .m-article-border#sec02 .m-borderbox {
    margin-top: 20px;
    padding: 6.9333333333vw 4vw 9.3333333333vw;
  }
}
.m-article-border#sec02 .m-image__caption-2 span {
  width: 50%;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .m-article-border#sec02 .m-image__huguai-caption {
    font-size: 3vw;
    letter-spacing: 0;
    padding-top: 10px;
    margin-bottom: -15px;
  }
}
@media screen and (max-width: 640px) {
  .m-article-border#sec03 .m-column--border-blue {
    gap: 20px;
  }
}
.m-article-border#sec03 .m-column--border-blue .m-column--col2-item {
  border: #0399DE 1px solid;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 640px) {
  .m-article-border#sec03 .m-column--border-blue .m-column--col2-item {
    width: 100%;
  }
}
.m-article-border#sec03 .m-column--border-blue .m-column--col2-item .border-blue-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
  background: #0399DE;
  text-align: center;
  padding: 11px 0;
}
@media screen and (max-width: 640px) {
  .m-article-border#sec03 .m-column--border-blue .m-column--col2-item .border-blue-title {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 6px;
  }
}
.m-article-border#sec03 .m-column--border-blue .m-column--col2-item .m-image {
  padding: 27px 0 31px;
}
@media screen and (max-width: 640px) {
  .m-article-border#sec03 .m-column--border-blue .m-column--col2-item .m-image {
    padding: 18px;
  }
}
.m-article-border#sec03 .m-column--w1075 {
  padding-top: 50px;
}
@media screen and (max-width: 640px) {
  .m-article-border#sec03 .m-column--w1075 {
    padding-top: 30px;
  }
}
.m-article-border#sec03 .m-column--w1075 .m-title-borderleft {
  margin-top: 0;
}
.m-article-border#sec03 .m-column--w1075 .m-column--col2-style-2-text {
  width: min(550px, 100%);
}
.m-article-border#sec03 .m-column--w1075 .m-column--col2-style-2-image {
  width: min(450px, 100%);
}
.m-article-border#sec03 .m-h3-fs17 {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .m-article-border#sec03 .m-h3-fs17 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 640px) {
  .m-article-border#sec03 .m-h3-fs17 + .m-table colgroup col:nth-child(1) {
    width: 6vw !important;
  }
  .m-article-border#sec03 .m-h3-fs17 + .m-table colgroup col:nth-child(2) {
    width: calc(100% - 6vw) !important;
  }
}
@media screen and (max-width: 640px) {
  .m-article-border#sec03 .m-h3-fs17 + .m-table .m-table__th,
  .m-article-border#sec03 .m-h3-fs17 + .m-table .m-table__td {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 640px) {
  .m-article-border#sec03 .m-h3-fs17 + .m-table .m-table__th {
    padding-left: 0;
    padding-right: 0;
  }
}
.m-article-border#sec03 .m-h3-fs17 + .m-table .m-table__td {
  text-align: left;
}
.m-article-border#sec03 .m-h3-fs17 + .m-table .m-table__td-fwN {
  font-weight: unset;
}
.m-article-border#sec03 .m-h3-fs17 + .m-table .m-table__td:nth-child(1) {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .m-article-border#sec03 .m-h3-fs17 + .m-table .m-table__td:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
  }
}/*# sourceMappingURL=fieldservice.css.map */