@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://use.typekit.net/ugg3dkc.css");
/* color */
#content {
  line-height: normal;
}
#content h3 {
  font-size: 4.5rem;
  font-weight: 400;
  margin: 0;
}
#content h5 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0.5rem 0 0 0;
}

/* パンくずリスト */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1rem 0;
  padding: 0 40px;
  align-items: baseline;
}
.breadcrumb a {
  text-decoration: none;
  color: #000;
}

.breadcrumb li:not(:last-of-type)::after {
  content: ">";
  margin: 0 0.6em;
  color: #000;
}

/* 会社概要*/
.message {
  color: #fff;
  background-color: #ff5500;
  padding: 100px 0 300px;
}
.message .message-wd {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.message h3 span {
  color: #000;
}
.message .row {
  margin-top: 50px;
  gap: 50;
}
.message .message-left,
.message .message-right {
  padding: 0 1rem;
}
.message .message-left img {
  width: 100%;
  max-width: 500px;
  border: none;
}
.message .message-right p {
  margin-bottom: 1rem;
}
.message .message-right p:last-child {
  text-align: right;
  font-size: 1.25rem;
  margin-top: 2rem;
}

.outline-mb {
  width: 90%;
  margin: -150px auto 150px;
}

.outline {
  background-color: #fff;
  width: 100%;
  padding: 80px 0;
  text-align: center;
}
.outline h3 span {
  color: #ff5500;
}
.outline table {
  width: 90%;
  max-width: 1000px;
  margin: 80px auto 0;
  line-height: 2rem;
  text-align: left;
}
.outline table tr {
  border-bottom: solid 1px #ccc;
}
.outline table tr th, .outline table tr td {
  padding: 1rem 2rem;
}
.outline table tr th {
  width: 20%;
  vertical-align: top;
}
.outline table tr td span {
  color: #ff5500;
}
.outline table tr img {
  width: 100%;
  max-width: 550px;
  margin-top: 1rem;
}
.outline table tr .map-pin {
  width: 12px;
  height: auto;
  margin: 0 0 0 0.25rem;
}

/* 業務内容 */
.business-top {
  background-color: #ff5500;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}
.business-top div {
  width: 90%;
  margin: 0 auto;
}
.business-top div h4 {
  font-size: 1.75rem;
  margin-bottom: 2rem;
}
.business-top div p {
  margin: 0 0 0.5rem;
}

.business-nav ul {
  display: flex;
  list-style: none;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  font-size: 1.5rem;
  padding: 0;
}
.business-nav ul li {
  width: 33.33333%;
  padding: 2rem 0;
  border-right: solid 1px #ccc;
}
.business-nav ul li:last-child {
  border: none;
}
.business-nav ul li a {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #000;
}
.business-nav ul li a span {
  position: relative;
}
.business-nav ul li a span::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  left: -2rem;
  margin-top: -6px;
}

.business-content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  border-bottom: solid 1px #ccc;
  text-align: justify;
}
.business-content .business-right {
  padding: 0 2rem 0 0;
}
.business-content .business-right p {
  font-size: 1.125rem;
}
.business-content .business-right p:first-child {
  font-size: 1rem;
  background-color: #ff5500;
  width: fit-content;
  padding: 0.25rem 0.5rem;
  margin-bottom: 1rem;
  color: #fff;
}
.business-content .business-right h6 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 50px;
}
.business-content .business-right .strong {
  margin: 0 0 1rem -0.5rem;
}
.business-content .business-right ol {
  counter-reset: li;
  list-style: none;
}
.business-content .business-right ol li {
  position: relative;
  counter-increment: mycounter;
  padding-left: 2rem;
}
.business-content .business-right ol li :before {
  content: counter(mycounter);
  position: absolute;
  top: 0.15rem;
  left: 0;
  background: #ff5500;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
}
.business-content .business-right ol dl {
  padding-left: 0.25rem;
}
.business-content .business-right ol dl dt {
  font-weight: 500;
  font-size: 1.25rem;
}
.business-content .business-right ol dl dd {
  margin: 0 0 0.5rem;
}
.business-content .business-right .cta-btn {
  display: flex;
  justify-content: center;
  max-width: 300px;
  height: 60px;
  line-height: 55px;
  margin-top: 50px;
  position: relative;
  border: solid 2px #000;
  border-radius: 50px;
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  transition-duration: 0.3s;
}
.business-content .business-right .cta-btn:hover {
  background-color: #000;
  color: #fff;
}
.business-content .business-right .cta-btn:last-child {
  margin-top: 1.5rem;
}
.business-content .col-md-7 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  padding: 0;
  height: fit-content;
}
.business-content .col-md-7 div {
  position: relative;
  height: fit-content;
}
.business-content .col-md-7 div img {
  width: 100%;
  height: auto;
}
.business-content .col-md-7 div .business-label {
  position: absolute;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0.25rem;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0.5rem 0;
  font-size: min(3vw, 16px);
  text-align: center;
}
.business-content .col-md-7 div:nth-last-child(-n+2) div {
  position: relative;
}
.business-content .col-md-7 div:nth-last-child(-n+2) div .business-label {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
}
.business-content .col-md-7 p {
  padding: 0.5rem;
  font-size: 0.875rem;
}

#business-3 {
  border: none;
  margin-bottom: 150px;
}

/* 業務の流れ */
.flow {
  max-width: 1200px;
  margin: 0 auto;
}

.flow-top {
  width: 90%;
  text-align: center;
  margin: 100px auto 0;
}
.flow-top h3 span {
  color: #ff5500;
}

.flow-list {
  width: 90%;
  margin: 50px auto 100px;
  text-align: center;
}
.flow-list .flow-list-step {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.flow-list .flow-list-step li {
  width: 22.5%;
  margin-left: -40px;
  padding: 1.75rem 0 1.75rem 0.75rem;
  font-weight: 500;
  color: #fff;
  background-color: #ff5500;
  clip-path: polygon(82.5% 0%, 100% 50%, 82.5% 100%, 0% 100%, 17.5% 50%, 0% 0%);
}
.flow-list .flow-list-step li:first-child {
  margin-left: 0;
}
.flow-list .flow-list-step li dt {
  margin-bottom: 0.5rem;
}
.flow-list .flow-list-step li dd {
  margin: 0;
  font-size: 1.125rem;
}

.flow-item {
  width: 90%;
  margin: 0 auto;
}

.flow-item-step {
  width: 100%;
  margin: 0;
  padding: 50px 0 100px;
  border-bottom: solid 1px #ccc;
}
.flow-item-step:last-child {
  padding-bottom: 150px;
}
.flow-item-step .col-md-5 {
  padding: 0;
}
.flow-item-step .col-md-5 h6 {
  display: none;
}
.flow-item-step .col-md-5 img {
  width: 100%;
  padding: 0 2.5rem 0 0;
}
.flow-item-step .col-md-7 {
  padding: 0;
}
.flow-item-step .col-md-7 h6 {
  color: #ff5500;
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.flow-item-step .col-md-7 h6 span {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.flow-item-step .col-md-7 h6 .h6-sm {
  font-size: 1rem;
  display: block;
  margin: 0.25rem 0 0 5rem;
}
.flow-item-step .col-md-7 .flow-text, .flow-item-step .col-md-7 dt {
  font-size: 1.25rem;
}
.flow-item-step .col-md-7 .flow-text {
  margin-bottom: 1rem;
}
.flow-item-step .col-md-7 .step-last p:last-child {
  margin-top: 1rem;
}
.flow-item-step .col-md-7 ol {
  list-style: decimal;
  margin: 0;
  padding-left: 1.25rem;
}
.flow-item-step .col-md-7 ol dt {
  font-weight: 500;
}
.flow-item-step .col-md-7 ol dd {
  margin: 0 0 2rem 0;
}
.flow-item-step .col-md-7 ol dd:last-child {
  margin-bottom: 1rem;
}
.flow-item-step .col-md-7 .cta-btn {
  display: flex;
  justify-content: center;
  max-width: 300px;
  height: 60px;
  line-height: 55px;
  margin-top: 50px;
  position: relative;
  background-color: #000;
  border: solid 2px #000;
  border-radius: 50px;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  transition-duration: 0.3s;
}
.flow-item-step .col-md-7 .cta-btn:hover {
  background: none;
  color: #000;
}

/* 保有資材 */
.tab-switch {
  --active-tab-color: #ff5500;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1200px;
  margin: 150px auto;
  justify-content: flex-start;
  gap: 10px;
}
.tab-switch > label {
  flex: 0 0 calc((100% - 20px) / 3);
  order: -1;
  position: relative;
  padding: 1rem 0.5rem;
  border-bottom: 2px solid var(--active-tab-color);
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}
.tab-switch > label:hover,
.tab-switch label:has(:checked) {
  background-color: var(--active-tab-color);
  color: #fff;
}
.tab-switch label:has(:checked)::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 9px;
  background-color: var(--active-tab-color);
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.tab-switch input {
  display: none;
}
.tab-switch > div {
  display: none;
  width: 100%;
  padding: 100px 0 0;
}
.tab-switch label:has(:checked) + div {
  display: block;
}
.tab-switch .tab-content .tab-item {
  display: flex;
}
.tab-switch .tab-content .tab-item .col-12 {
  margin-bottom: 2.5rem;
}
.tab-switch .tab-content .tab-item .col-12 .tab-img {
  position: relative;
  width: 100%;
}
.tab-switch .tab-content .tab-item .col-12 .tab-img img, .tab-switch .tab-content .tab-item .col-12 .tab-img video {
  width: 100%;
}
.tab-switch .tab-content .tab-item .col-12 .tab-img .tab-label {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0.5rem 0;
  text-align: center;
  font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
  font-feature-settings: "palt";
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.tab-switch .tab-content .tab-item .col-12 p {
  padding: 1rem 0.25rem;
}

/* 実績一覧 */
.work-block .work-top {
  position: sticky;
  top: 90px;
  z-index: 10;
  background-color: #ff5500;
  color: #fff;
  padding: 2rem 0;
  text-align: center;
}
.work-block .work-top h4 {
  width: 90%;
  margin: 0 auto;
  font-size: 1.75rem;
}
.work-block table {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto;
  caption-side: top;
  border-collapse: collapse;
}
.work-block table caption {
  color: #ff5500;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 0 0 1rem 1rem;
}
.work-block table tr {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.work-block table tr th, .work-block table tr td {
  padding: 1rem 1rem 0;
}
.work-block table tr th {
  width: 200px;
  vertical-align: top;
  font-weight: 500;
  color: #ff5500;
}
.work-block table tr td .work-name {
  display: inline-block;
  font-weight: 500;
  margin: 1rem 0 0 1.5rem;
}
.work-block table tr td .work-name:first-child {
  margin-top: 0;
}
.work-block table tr td ul {
  margin: 0;
  padding: 0.5rem 1rem 1rem 2.8rem;
  border-bottom: solid 1px #ccc;
  list-style: circle;
}
.work-block table tr td ul:last-child {
  border: none;
}

/* 採用 */
.recruit-top {
  background-color: #ff5500;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
.recruit-top div {
  width: 90%;
  margin: 0 auto;
}
.recruit-top div h4 {
  font-size: 1.75rem;
  margin-bottom: 2rem;
}
.recruit-top div p {
  margin: 0 0 0.5rem;
}

.recruit-tab .tab-content {
  padding: 0;
}
.recruit-tab table {
  width: 100%;
  caption-side: top;
  border-collapse: collapse;
}
.recruit-tab table caption {
  color: #ff5500;
  font-weight: 500;
  font-size: 1.75rem;
  padding-bottom: 2rem;
  text-align: center;
}
.recruit-tab table tr {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.recruit-tab table tr th, .recruit-tab table tr td {
  padding: 1rem;
}
.recruit-tab table tr th {
  min-width: 161px;
  vertical-align: top;
  font-weight: 500;
  color: #ff5500;
}
.recruit-tab table tr td {
  line-height: 1.75rem;
}
.recruit-tab table tr td span {
  display: block;
  margin-left: -0.5rem;
}
.recruit-tab table tr td .type-name {
  margin-top: 1rem;
}
.recruit-tab table tr td .benefit {
  margin-left: 0;
}
.recruit-tab table tr td ul {
  margin: 0;
  padding: 0.5rem 1rem 1rem;
  border-bottom: solid 1px #ccc;
  list-style: none;
}
.recruit-tab table tr td ul:last-child {
  border: none;
  padding-bottom: 0;
}
.recruit-tab table tr td ul li {
  position: relative;
}
.recruit-tab table tr td ul li::before {
  content: "・";
  font-size: 1rem;
  position: absolute;
  top: -1%;
  left: -1.25rem;
}
.recruit-tab table tr td .list-none {
  padding-left: 0;
}
.recruit-tab table tr td .list-none li::before {
  content: "";
}

.recruit-bottom {
  margin: 0 auto 200px;
}
.recruit-bottom .recruit-btn {
  margin-top: -50px;
}

/* お問い合わせ */
.contact-top {
  background-color: #ff5500;
  color: #fff;
  padding: 2rem 0;
  text-align: center;
}
.contact-top h2 {
  font-size: 1.75rem;
}

.contact {
  width: 90%;
  max-width: 1200px;
  margin: 150px auto;
}
.contact h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.contact h3 span {
  color: #ff5500;
}
.contact h5 {
  color: #ff5500;
}
.contact .contact-list {
  display: flex;
  line-height: 25px;
}
.contact .contact-list img {
  height: 40px;
  margin-right: 1rem;
}
.contact .contact-tel-text {
  margin-top: 1.5rem;
  padding-bottom: 50px;
  line-height: 1.75rem;
  border-bottom: solid 1px #ccc;
}
.contact .contact-tel-text p:first-child {
  margin-bottom: 0.75rem;
  font-size: 2rem;
  font-weight: 500;
}
.contact .contact-form-text {
  line-height: 1.75rem;
}
.contact .col-12 {
  padding: 0;
}
.contact .col-md-5 p {
  margin: 50px 0;
}
.contact .col-md-5 img {
  width: 75%;
  margin-top: 2rem;
}
.contact .col-md-7 {
  background-color: #fff;
  padding: 2.5rem 2rem;
}
.contact .col-md-7 form .form-flex {
  display: flex;
  gap: 2rem;
}
.contact .col-md-7 form div .form-label {
  display: flex;
  align-items: center;
}
.contact .col-md-7 form div .form-label .any, .contact .col-md-7 form div .form-label .need {
  background-color: #666;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.05rem 0.5rem 0.15rem;
  margin: 0 1rem 0 0;
}
.contact .col-md-7 form div .form-label .need {
  background-color: #ff5500;
}
.contact .col-md-7 form div .form-label label {
  display: block;
}
.contact .col-md-7 form div input {
  width: 100%;
  height: 42px;
}
.contact .col-md-7 form div input[type=checkbox] {
  width: auto;
  height: auto;
}
.contact .col-md-7 form div .wpcf7-list-item {
  margin: 0 1rem 0 0;
}
.contact .col-md-7 form div textarea {
  width: 100%;
  height: 180px;
}
.contact .col-md-7 input[type=submit] {
  display: flex;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  height: 60px;
  line-height: 50px;
  margin: 50px auto 0;
  position: relative;
  background-color: #000;
  border: solid 2px #000;
  border-radius: 50px;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  transition-duration: 0.3s;
}
.contact .col-md-7 input[type=submit]::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -6px;
}
.contact .col-md-7 input[type=submit]:hover {
  background: none;
  color: #000;
}
.contact .col-md-7 input[type=submit]:hover::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.contact input[type=text] {
  border-width: 1px;
}
.contact iframe #cf-chl-widget-tltnq {
  min-width: auto;
}

/* エントリー */
select {
  padding: 0.5rem 1rem;
}

/* ニュース一覧 */
.news {
  margin-bottom: 80px;
}

.news-container {
  width: 90%;
  max-width: 860px;
  margin: 150px auto 0;
}

.news-link {
  border-bottom: solid 1px #ccc;
}
.news-link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
  padding: 1.5rem 1rem;
}
.news-link a .news-list {
  display: flex;
  align-items: center;
  height: 100%;
}
.news-link a .news-list .news-info {
  width: 100px;
  font-weight: 500;
  margin-right: 2rem;
}
.news-link a .news-list .news-title {
  margin: 0;
  display: flex;
  align-items: center;
}
.news-link a .arrow-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  background-color: #ff5500;
  border-radius: 100%;
}
.news-link a .arrow {
  position: relative;
  display: inline-block;
  margin: 20px 0 0 10px;
  width: 0;
  height: 2px;
  border-radius: 100px;
  background-color: #fff;
  padding-left: 20px;
}
.news-link a .arrow::before, .news-link a .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}
.news-link a .arrow::before {
  transform: rotate(45deg);
}
.news-link a .arrow::after {
  transform: rotate(-45deg);
}
.news-link a .arrow .contact {
  margin-left: 5px;
  font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
  padding-left: 20px;
}

.post-pagination-wrapper {
  margin: 0 auto 150px;
}
.post-pagination-wrapper .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.post-pagination-wrapper .page-numbers > li > a, .post-pagination-wrapper .page-numbers > li > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  text-decoration: none;
  color: #000;
}
.post-pagination-wrapper .page-numbers > li > .dots {
  width: auto;
  height: auto;
  border: 0;
}
.post-pagination-wrapper .page-numbers li span {
  background-color: #ff5500;
  color: #fff;
  border-radius: 25px;
}

/* ニュース詳細 */
.news-content {
  width: 90%;
  max-width: 860px;
  margin: 150px auto 0;
}
.news-content .news-top {
  border-bottom: solid 1px #000;
  margin-bottom: 50px;
  padding: 1rem;
}
.news-content .news-top h2 {
  font-size: min(2rem, 1.325rem + 0.9vw);
  font-weight: 500;
}
.news-content .news-top p {
  margin-bottom: 1rem;
}
.news-content .news-main img {
  display: block;
  width: 90%;
  margin: 0 auto 2rem;
}
.news-content .news-main p {
  margin-bottom: 1rem;
}
.news-content .cta-btn {
  display: flex;
  justify-content: center;
  max-width: 300px;
  height: 60px;
  line-height: 55px;
  margin: 80px auto 150px;
  position: relative;
  background-color: #000;
  border: solid 2px #000;
  border-radius: 50px;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  transition-duration: 0.3s;
}
.news-content .cta-btn:hover {
  background: none;
  color: #000;
}

/* プライバシーポリシー */
#pp-content {
  width: 90%;
  max-width: 1200px;
  margin: 150px auto;
}
#pp-content .pp-block {
  margin-top: 60px;
}
#pp-content .pp-block .pp-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
#pp-content .pp-block .pp-title span {
  color: #ff5500;
  margin-right: 1rem;
}
#pp-content .pp-block ul {
  list-style-type: disc;
  margin: 1rem 0 0 1.2rem;
  line-height: 1.75rem;
}
#pp-content .pp-block .mt-3 {
  line-height: 1.75rem;
}

@media screen and (max-width: 1024px) {
  .breadcrumb {
    padding: 0 20px;
  }
  /* 業務実績 */
  .work-block .work-top {
    top: max(8.75vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  /* お問い合わせ */
  .contact .col-md-5 p {
    margin-top: max(5.5vw, 1.5rem);
  }
  .contact .col-md-5 img {
    display: block;
    margin: 0 auto 80px;
  }
  .contact .col-md-7 form .form-flex {
    display: block;
  }
  .contact .col-md-7 form .form-flex div:last-child {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0 20px;
    font-size: max(2vw, 0.875rem);
  }
  /* 会社概要*/
  .message .message-left img {
    max-width: 100%;
  }
  .message .message-right {
    margin-top: 50px;
  }
  /* 業務内容 */
  .business-nav ul {
    font-size: min(1.5rem, 3vw);
  }
  .business-nav ul li {
    padding: 5vw 0;
  }
  .business-nav ul li a span::before {
    left: -4vw;
  }
  .business-content .business-right {
    padding-right: 0;
  }
  .business-content .business-right h6 br {
    display: none;
  }
  .business-content .business-right .business-btn {
    display: flex;
    justify-content: space-between;
  }
  .business-content .business-right .business-btn .cta-btn {
    width: 49%;
    margin-bottom: 50px;
  }
  .business-content .business-right .business-btn .cta-btn:last-child {
    margin-top: 50px;
  }
  /* 業務の流れ */
  .flow-list .flow-list-step {
    display: block;
    width: 100%;
  }
  .flow-list .flow-list-step li {
    width: 100%;
    clip-path: none;
    padding: 0;
    margin: 0 0 1rem;
    position: relative;
  }
  .flow-list .flow-list-step li::after {
    content: "";
    position: absolute;
    bottom: -25%;
    left: 4vw;
    border: 10px solid transparent;
    border-top: 10px solid #ff5500;
  }
  .flow-list .flow-list-step li dl {
    display: flex;
    padding: 1.5rem;
    margin: 0;
    position: relative;
  }
  .flow-list .flow-list-step li dt {
    margin: 0 1.5rem 0 0;
  }
  .flow-item-step .col-md-5 h6 {
    display: block;
    color: #ff5500;
    font-size: max(1.5rem, 4.5vw);
    font-weight: 500;
    margin-bottom: 2rem;
  }
  .flow-item-step .col-md-5 h6 span {
    display: block;
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
  }
  .flow-item-step .col-md-5 h6 .h6-sm {
    font-size: max(0.875rem, 2.5vw);
    display: block;
    margin: 0.25rem 0 0 0;
  }
  .flow-item-step .col-md-5 img {
    padding: 0;
  }
  .flow-item-step .col-md-7 h6 {
    display: none;
  }
  .flow-item-step .col-md-7 .flow-text {
    margin-top: 2rem;
  }
  .flow-item-step .cta-btn {
    width: 100%;
    height: 50px;
    margin: 50px auto 0;
    max-height: 60px;
    min-height: 40px;
    line-height: 40px;
    font-size: 1rem;
  }
  /* 保有資材 */
  .tab-switch > label {
    flex: 0 0 calc((100% - 10px) / 2);
  }
  .tab-switch .tab-last {
    flex: 100%;
  }
  /* 採用 */
  .recruit-tab > label {
    flex: 0 0 calc((100% - 10px) / 2);
  }
  /* お問い合わせ */
  .contact .col-md-5 p {
    margin-top: max(5.5vw, 1.5rem);
  }
  .contact .col-md-5 img {
    display: block;
    margin: 0 auto 80px;
  }
}
@media screen and (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 750px) {
  .contact .contact-tel-text a[href*="tel:"] {
    text-decoration: underline;
  }
}
@media screen and (max-width: 576px) {
  p {
    font-size: 14px;
  }
  #content h3 {
    font-size: max(12.5vw, 2.5rem);
    font-weight: 400;
    margin: 0;
  }
  #content h5 {
    font-size: max(3.5vw, 0.875rem);
    font-weight: 500;
  }
  /* 会社概要*/
  .message .message-wd {
    padding: 0 20px;
  }
  .outline table tr th, .outline table tr td {
    display: block;
    padding: 1rem;
  }
  .outline table tr th {
    width: 100%;
    border-bottom: solid 1px #ff5500;
  }
  .outline table tr th br {
    display: none;
  }
  /* 業務内容 */
  .business-nav ul li {
    padding: 5vw 0 8.5vw;
  }
  .business-nav ul li a span::before {
    top: 150%;
    left: 50%;
  }
  .business-content .business-right h6 {
    font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  }
  .business-content .business-right h6 br {
    display: block;
  }
  .business-content .business-right .business-btn {
    display: block;
  }
  .business-content .business-right .business-btn .cta-btn {
    width: 100%;
    margin: 50px auto 0;
  }
  .business-content .business-right .business-btn .cta-btn:last-child {
    margin: 1.5rem auto 50px;
  }
  .business-content .col-md-7 p {
    padding: 0.25rem;
  }
  /* 業務実績 */
  .work-block .work-top {
    padding-top: max(5.5vw, 1.25rem);
    padding-bottom: max(5.5vw, 1.25rem);
  }
  .work-block .work-top h4 {
    font-size: max(4.8vw, 1.25rem);
  }
  .work-block table {
    margin: 80px auto;
  }
  .work-block table tr th, .work-block table tr td {
    display: block;
  }
  .work-block table tr th {
    border-bottom: solid 1px #ff5500;
    padding-bottom: 1rem;
    width: 100%;
  }
  .work-block table tr th br {
    display: none;
  }
  .work-block table tr td {
    width: 100%;
  }
  .work-block table tr td .work-name {
    margin-left: 0;
  }
  .work-block table tr td ul {
    padding-left: 1.2rem;
  }
  /* 採用 */
  .recruit-tab table {
    margin: 80px auto;
  }
  .recruit-tab table tr th, .recruit-tab table tr td {
    display: block;
  }
  .recruit-tab table tr th {
    border-bottom: solid 1px #ff5500;
    padding-bottom: 1rem;
  }
  .recruit-tab table tr td ul {
    padding-left: 1rem;
  }
  /* ニュース一覧 */
  .news-link a .news-list {
    display: block;
  }
  .news-link a .news-list .news-title {
    margin-top: 0.5rem;
  }
  .news-link a .arrow-icon {
    width: 6.75vw;
    min-width: 30px;
    height: 6.75vw;
    min-height: 30px;
    margin-left: 1rem;
  }
  .news-link a .arrow-icon .arrow {
    margin: max(3.2vw, 0.9rem) 0 0 max(1.5vw, 0.4rem);
    padding-left: max(3.5vw, 1rem);
  }
  .news-link a .arrow-icon .arrow::before, .news-link a .arrow-icon .arrow::after {
    width: max(1.75vw, 0.5rem);
  }
  /* プライバシーポリシー */
  #pp-content {
    margin-top: 80px;
  }
  #pp-content .pp-block .pp-title {
    font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  }
  /* お問い合わせ */
  .contact-top h2 {
    font-size: max(4.8vw, 1.25rem);
  }
}/*# sourceMappingURL=page.css.map */