@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --body-color: #ffffff;
  --font-color: #333333;
  --primary-color: #2e2b53;
  --secondary-color: #edebe7;
  --border-color: #000000;
  --white-color: #ffffff;
  --font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  --font-weight: 300;
}
button {
  appearance: none;
  -webkit-appearance: none;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-family: var(--font-family);
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  width: 100%;
}
body {
  line-height: 1;
  overflow-x: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

img,
iframe {
  vertical-align: bottom;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  font-family: var(--font-family);
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: var(--font-family);
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: var(--font-family);
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

header, footer, section {
  overflow: hidden;
}

header {
  position: relative;
  height: 900px;
}
header img.main-visual {
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 900px;
  left: 0px;
  top: 0px;
}

header img.logo {
  position: absolute;
  left: 30px;
  top: 20px;
  width: 200px;
}
header nav ul {
  display: flex;
  position: absolute;
  right: 200px;
  top: 40px;
  width: 300px;
  color: var(--white-color);
}
header nav ul li a {
  text-decoration: none;
  color: var(--white-color);
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
header a.tel p {
  font-size: 3.0rem;
  position: absolute;
  right: 30px;
  top: 35px;
  color: var(--white-color);
}

header a.tel div img:nth-child(1) {
  position: absolute;
  right: 230px;
  top: 35px;
  width: 30px;
}
header a.tel div img:nth-child(2) {
  position: absolute;
  right: 238px;
  top: 44px;
  width: 12px;
}

header nav ul {
  display: flex;
  align-items: center;
  gap: 50px;
}

header nav ul li {
  position: relative;
}

header nav ul li + li::before {
  content: "";
  position: absolute;
  left: -3.0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 1.2em;
  background: currentColor;
  pointer-events: none;
}
header nav ul li:last-child::before {
  content: none;
  width: 0px;
  height: 0em;
}
header nav ul a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.business header,
.business footer,
.business section {
  overflow: hidden;
}

.business header {
  background: var(--secondary-color);
  position: relative;
  height: 100px;
  border-bottom: var(--primary-color) solid 1.5px !important;
}
.business section img.main-visual {
  object-fit: cover;
  width: 100%;
  position: unset;
  height: 590px;
}

.business header img.logo {
  position: absolute;
  left: 30px;
  top: 20px;
  width: 200px;
}
.business header nav ul {
  display: flex;
  position: absolute;
  right: 200px;
  top: 42px;
  width: 300px;
  color: var(--primary-color);
}
.business header nav ul li a {
  text-decoration: none;
  color: var(--primary-color);
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.business header a.tel p {
  font-size: 3.0rem;
  position: absolute;
  right: 30px;
  top: 35px;
  color: var(--primary-color);
}

.business header a.tel div img:nth-child(1) {
  position: absolute;
  right: 220px;
  top: 35px;
  width: 30px;
}
.business header a.tel div img:nth-child(2) {
  position: absolute;
  right: 228px;
  top: 44px;
  width: 12px;
}

.business header nav ul {
  display: flex;
  align-items: center;
  gap: 50px;
}

.business header nav ul li {
  position: relative;
}

.business header nav ul li + li::before {
  content: "";
  position: absolute;
  left: -3.0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 1.2em;
  background: currentColor;
  pointer-events: none;
}

.business header nav ul a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.business .section-business-summary {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--secondary-color);
}
.business .section-business-summary .inner-container {
  width: 80%;
}
.business .section-business-summary .inner-container h2 {
  width: 100%;
  height: 310px;
  background: var(--secondary-color);
  color: var(--primary-color);
  font-size: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border: unset !important;
}

.business .section-business-summary .img-group {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.business .section-business-summary .img-group .img-card {
  width: 50%;
  position: relative;
  height: 445px;
}
.business .section-business-summary .img-group .img-card img {
  object-fit: cover;
  position: absolute;
  border: var(--white-color) solid 1.5px;
  width: 100%;
  height: 445px;
  left: 0px;
  top: 0px;
}

.business .section-business-summary .img-group .img-card h3 {
  left: 100px;
  top: 130px;
  width: 100%;
  position: absolute;
  color: var(--white-color);
  font-size: 2.4rem;
}
.business .section-business-summary .img-group .img-card p {
  left: 0px;
  top: 170px;
  width: 100%;
  position: absolute;
  color: var(--white-color);
  font-size: 1.6rem;
  line-height: 3rem;
  padding-left: 100px;
  padding-right: 100px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.business .section-business-summary .img-group .img-card a {
  left: 100px;
  top: 300px;
  position: absolute;
  background: var(--primary-color);
  color: var(--white-color) !important;
  border-radius: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}


.business .section-business-summary .alignment-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: var(--primary-color);
  color: var(--white-color);
  padding-top: 66px;
  padding-bottom: 66px;
}
.business .section-business-summary .alignment-card-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.business .section-business-summary .alignment-card {
  border: 1.5px solid var(--white-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 10px;
  width: 240px;
}
.business .section-business-summary .alignment-card p {
  line-height: 2.0rem;
  font-size: 1.4rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.business .section-business-summary .alignment-group h3 {
  font-size: 3rem;
  margin-bottom: 30px;
}
.business .section-business-summary .alignment-group a {
  background: var(--white-color);
  color: var(--primary-color);
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 30px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;

}


.business .section-business-summary h2 span + span::before {
  content: none !important;
  width: 0px;
  height: 0em;
}

.business .section-business-summary h2 span {
  line-height: 0 !important;
}
.business .section-business-summary h2 span:nth-child(2) {
  font-size: 2rem !important;
  margin-top: 20px;
  margin-bottom: -140px;
}

.business .judicial-institution-assistance-services-imgs {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.business .judicial-institution-assistance-services-imgs div {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.business .judicial-institution-assistance-services-flow .long {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 2.4rem;
}
.business .judicial-institution-assistance-services-flow .half-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.business .judicial-institution-assistance-services-flow .half-group .half {
  width: 49%;
}
.business .judicial-institution-assistance-services-flow .half-group .half .element {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 2.4rem;
}

.business .judicial-institution-assistance-services-imgs {
  margin-top: 100px;
}
.business .judicial-institution-assistance-services-imgs div img {
  width: 100%;
}

.business .judicial-institution-assistance-services {
  display: flex;
  flex-direction: row;
  margin-top: 80px;
  margin-bottom: 80px;
}

.business .judicial-institution-assistance-services-p p {
  font-size: 2rem;
  line-height: 4rem;
  width: 100%;
}
.business .section-business-summary h3 {
  font-size: 4rem;
  width: 130%;
}

.business .medical-equipment-waste-management {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0px;
  margin-bottom: 80px;
  padding-top: 90px;
  border-top: 1.5px solid var(--primary-color);
}

.business .section-business-summary .inner-container:nth-child(7) .medical-equipment-waste-management {
  margin-top: 100px;
}

.business .section-business-summary .inner-container:nth-child(5) .medical-equipment-waste-management {
  margin-top: 100px;
  margin-bottom: -27px !important;
}

.business .section-business-summary .inner-container:nth-child(3) .judicial-institution-assistance-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0px;
  margin-bottom: 80px;
  padding-top: 90px;
  border-top: 1.5px solid var(--primary-color);
}

.business .judicial-institution-assistance-services-imgs div {
  border-bottom: 1.5px solid var(--white-color);
}
.business .judicial-institution-assistance-services-imgs div div {
  border-right: 1.5px solid var(--white-color);
}


.business .medical-equipment-waste-management-p,
.business .medical-equipment-waste-management h3 {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.business .medical-equipment-waste-management-p p {
  font-size: 2rem;
  line-height: 4rem;
}

.business .judicial-institution-assistance-services-imgs div div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business .judicial-institution-assistance-services-imgs span {
  background: var(--primary-color);
  color: var(--white-color);
  width: 150px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow {
  width: 40px;
  height: 40px;
  background: #8C8B9C;
  clip-path: polygon(50% 100%, 100% 50%, 0% 50%);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.arrow2 {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0px;
  width: 20px;
  height: 40px;
  background: #ffffff;
  clip-path: polygon(100% 50%, 0% 100%, 0% 0%);
}

.company .section-company-information .inner-container:nth-child(4) h3,
.company .section-company-information .inner-container:nth-child(5) h3 {
  font-size: 4rem;
}
.company .section-company-information table {
  width: 100%;
}
.company .section-company-information table tr {
  width: 100%;
  height: auto;
  border-top: 1.5px solid var(--primary-color);
  display: flex;
  flex-direction: row !important;
}
.company .section-company-information table tr:nth-last-child(1) {
  border-bottom: 1.5px solid var(--primary-color);
  margin-bottom: 100px;
}

.company .section-company-information table tr th,
.company .section-company-information table tr td {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 2rem;
  line-height: 4rem;
  padding-left: 20px;
}
.company .section-company-information table tr td {
  margin-left: -300px;
}

.company .section-company-information .inner-container:nth-child(4) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top: 1.5px solid var(--primary-color);
  margin-top: 100px;
  padding-top: 100px;
}
.company .section-company-information .inner-container:nth-child(5) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top: 1.5px solid var(--primary-color);
  margin-top: 100px;
  padding-top: 100px;
}
.company .section-company-information .inner-container:nth-child(5) .company-policy {
  padding-bottom: 80px;
}
.company .section-company-information .company-policy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0px;
  padding-top: 40px;
}
.company .section-company-information .company-policy img {
  width: 80%;
}
.company .section-company-information .company-policy .message {
  display: flex;
  flex-direction: column;
  padding-right: 50px;
  font-size: 2rem;
  line-height: 4rem;
}
.company .section-company-information .company-policy .message p:nth-child(1) {
  margin-bottom: 40px;
  width: 113%;
}
.company header,
.company footer,
.company section {
  overflow: hidden;
}

.company header {
  background: var(--secondary-color);
  position: relative;
  height: 100px;
  border-bottom: var(--primary-color) solid 1.5px !important;
}
.company section img.main-visual {
  object-fit: cover;
  width: 100%;
  position: unset;
  height: 590px;
}

.company header img.logo {
  position: absolute;
  left: 30px;
  top: 20px;
  width: 200px;
}
.company header nav ul {
  display: flex;
  position: absolute;
  right: 200px;
  top: 42px;
  width: 300px;
  color: var(--primary-color);
}
.business header nav ul li a,
.company header nav ul li a {
  text-decoration: none;
  color: var(--primary-color);
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
.company header a.tel p {
  font-size: 3.0rem;
  position: absolute;
  right: 30px;
  top: 35px;
  color: var(--primary-color);
}

.company header a.tel div img:nth-child(1) {
  position: absolute;
  right: 220px;
  top: 35px;
  width: 30px;
}
.company header a.tel div img:nth-child(2) {
  position: absolute;
  right: 228px;
  top: 44px;
  width: 12px;
}

.company header nav ul {
  display: flex;
  align-items: center;
  gap: 50px;
}

.company header nav ul li {
  position: relative;
}

.company header nav ul li + li::before {
  content: "";
  position: absolute;
  left: -3.0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 1.2em;
  background: currentColor;
  pointer-events: none;
}

.company header nav ul a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.company .section-company-information {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--secondary-color);
}
.company .section-company-information .inner-container {
  width: 80%;
}
.company .section-company-information .inner-container h2 {
  width: 100%;
  height: 310px;
  background: var(--secondary-color);
  color: var(--primary-color);
  font-size: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border: unset !important;
  margin-top: -35px;
  margin-bottom: 35px;
}
.company .section-company-information .inner-container h2 span:nth-child(1) {
  margin-bottom: 20px;
}


.company .section-company-information .img-group {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.company .section-company-information .img-group .img-card {
  width: 50%;
  position: relative;
  height: 445px;
}
.company .section-company-informationy .img-group .img-card img {
  object-fit: cover;
  position: absolute;
  border: var(--white-color) solid 1.5px;
  width: 100%;
  height: 445px;
  left: 0px;
  top: 0px;
}

.company .section-company-information .img-group .img-card h3 {
  left: 100px;
  top: 130px;
  width: 100%;
  position: absolute;
  color: var(--white-color);
  font-size: 2.4rem;
}
.company .section-company-information .img-group .img-card p {
  left: 0px;
  top: 170px;
  width: 100%;
  position: absolute;
  color: var(--white-color);
  font-size: 1.6rem;
  line-height: 3rem;
  padding-left: 100px;
  padding-right: 100px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.company .section-company-information .img-group .img-card a {
  left: 100px;
  top: 300px;
  position: absolute;
  background: var(--primary-color);
  color: var(--white-color);
  border-radius: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}


.company .section-company-information .alignment-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: var(--primary-color);
  color: var(--white-color);
  padding-top: 66px;
  padding-bottom: 66px;
}
.company .section-company-information .alignment-card-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.company .section-company-information .alignment-card {
  border: 1.5px solid var(--white-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 10px;
  width: 240px;
}
.company .section-company-information .alignment-card p {
  line-height: 2.0rem;
  font-size: 1.4rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.company .section-company-information .alignment-group h3 {
  font-size: 3rem;
  margin-bottom: 30px;
}
.company .section-company-information .alignment-group a {
  background: var(--white-color);
  color: var(--primary-color);
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 30px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;

}
.company .section-company-information .inner-container h2 span:nth-child(2) {
  font-size: 2rem;
}

.company .section-business-summary h2 span + span::before {
  content: none !important;
  width: 0px;
  height: 0em;
}

.company .section-business-summary h2 span {
  line-height: 0 !important;
}
.company .section-business-summary h2 span:nth-child(2) {
  font-size: 2rem !important;
  margin-top: 20px;
  margin-bottom: -140px;
}

.company .judicial-institution-assistance-services-imgs {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.company .judicial-institution-assistance-services-imgs div {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.company .judicial-institution-assistance-services-flow .long {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 2.4rem;
}
.company .judicial-institution-assistance-services-flow .half-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.company .judicial-institution-assistance-services-flow .half-group .half {
  width: 49%;
}
.company .judicial-institution-assistance-services-flow .half-group .half .element {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 2.4rem;
}

.company .judicial-institution-assistance-services-imgs {
  margin-top: 100px;
}
.company .judicial-institution-assistance-services-imgs div img {
  width: 100%;
}

.company .company-information {
  display: flex;
  flex-direction: row;
  margin-top: 100px;
  margin-bottom: 100px;
}

.company .judicial-institution-assistance-services-p p {
  font-size: 2rem;
  line-height: 4rem;
  width: 100%;
}
.company .company-information h3 {
  font-size: 4rem;
  width: 130%;
}

.company .medical-equipment-waste-management {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0px;
  margin-bottom: 80px;
  padding-top: 90px;
  border-top: 1.5px solid var(--primary-color);
}

.company .section-business-summary .inner-container:nth-child(7) .medical-equipment-waste-management {
  margin-top: 100px;
}

.company .section-business-summary .inner-container:nth-child(5) .medical-equipment-waste-management {
  margin-top: 100px;
  margin-bottom: -27px !important;
}

.company .section-business-summary .inner-container:nth-child(3) .judicial-institution-assistance-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0px;
  margin-bottom: 80px;
  padding-top: 90px;
  border-top: 1.5px solid var(--primary-color);
}

.company .judicial-institution-assistance-services-imgs div {
  border-bottom: 1.5px solid var(--white-color);
}
.company .judicial-institution-assistance-services-imgs div div {
  border-right: 1.5px solid var(--white-color);
}


.company .medical-equipment-waste-management-p,
.company .medical-equipment-waste-management h3 {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.company .medical-equipment-waste-management-p p {
  font-size: 2rem;
  line-height: 4rem;
}

.company .judicial-institution-assistance-services-imgs div div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company .judicial-institution-assistance-services-imgs span {
  background: var(--primary-color);
  color: var(--white-color);
  width: 150px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.company .section-flow .flow-card h3 {
  font-size: 2rem;
}
.company .section-flow .flow-card {
  position: relative;
  width: 100%;
  height: 150px;
  padding-top: 45px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 45px;
  border: 1.5px solid var(--primary-color);
  display: flex;
  align-items: center;
  background: var(--white-color);
}
.company .section-flow .inner-container {
  padding-top: 100px;
  border-top: 1.5px solid var(--border-color);
  width: 80%;
}
.company .section-flow h2 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.company .section-flow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.company .section-flow h2 span {
  font-size: 4rem !important;
}

.company .section-company-information .inner-container:nth-child(5) img.tablet-sp {
  display: none;
}
.company .section-company-information .inner-container:nth-child(5) img.pc {
  display: block;
  margin-left: 80px;
}

.company .section-company-information table tr td {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

main {
  width: 100%;
}

.section-business-summary {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-business-summary h2 {
  width: 100%;
  height: 90px;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-top: var(--white-color) solid 1.5px;
  border-bottom: var(--white-color) solid 1.5px;
}

.section-business-summary .img-group {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.section-business-summary .img-group .img-card {
  width: 50%;
  position: relative;
  height: 445px;
}
.section-business-summary .img-group .img-card:nth-child(1) img {
  object-fit: cover;
  position: absolute;
  border-top: var(--white-color) solid 1.5px;
  border-bottom: var(--white-color) solid 1.5px;
  border-right: var(--white-color) solid 1.5px;
  width: 100%;
  height: 445px;
  left: 0px;
  top: 0px;
}
.section-business-summary .img-group .img-card:nth-child(2) img {
  object-fit: cover;
  position: absolute;
  border-top: var(--white-color) solid 1.5px;
  border-bottom: var(--white-color) solid 1.5px;
  border-left: var(--white-color) solid 1.5px;
  width: 100%;
  height: 445px;
  left: 0px;
  top: 0px;
}

.section-business-summary .img-group .img-card h3 {
  left: 100px;
  top: 130px;
  width: 100%;
  position: absolute;
  color: var(--white-color);
  font-size: 2.4rem;
}
.section-business-summary .img-group .img-card p {
  left: 0px;
  top: 170px;
  width: 100%;
  position: absolute;
  color: var(--white-color);
  font-size: 1.6rem;
  line-height: 3rem;
  padding-left: 100px;
  padding-right: 100px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.section-business-summary .img-group .img-card a {
  left: 100px;
  top: 300px;
  position: absolute;
  background: var(--primary-color);
  color: var(--white-color) !important;
  border-radius: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}


.section-business-summary .alignment-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: var(--primary-color);
  color: var(--white-color);
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-business-summary .alignment-card-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.section-business-summary .alignment-card {
  border: 1.5px solid var(--white-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 10px;
  width: 280px;
}
.section-business-summary .alignment-card p {
  line-height: 2rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;

}
.section-business-summary .alignment-group h3 {
  font-size: 3rem;
  margin-bottom: 30px;
}
.section-business-summary .alignment-group a {
  background: var(--white-color);
  color: var(--primary-color);
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 30px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;

}

.section-flow {
  width: 100%;
  background: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section-flow h2 {
  width: 100%;
  height: 90px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.section-flow h2 span {
  color: var(--primary-color);
  font-size: 3rem;
}

.company .section-flow h2 span {
  color: var(--font-color);
  font-size: 3rem;
}

.section-flow .flow-card-group {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: center;
  border-top: 1.5px solid var(--primary-color);
  border-bottom: 1.5px solid var(--primary-color);
}
.section-flow .flow-card {
  position: relative;
  width: 100%;
  padding-top: 45px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 45px;
  border: 0.5px solid var(--primary-color);
}
.section-flow .flow-card h3 {
  font-size: 2.6rem;
}
.section-flow .flow-card hr {
  width: 100%;
  background: var(--primary-color);
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.section-flow .flow-card p {
  font-size: 1.2rem;
}

.section-flow .flow-card:hover {
  background: var(--primary-color) !important;
  color: var(--secondary-color) !important;
}

.div-hr {
  height: 0.5px;
  width: 100%;
  border-bottom: 1.5px solid var(--primary-color);
}

.section-business-summary h2,
.section-flow h2 {
  display: flex;
  align-items: center;
  gap: 50px;

}

.section-business-summary h2 span,
.section-flow h2 span {
  position: relative;
}
.section-business-summary h2 span + span::before,
.section-flow h2 span + span::before {
  content: "";
  position: absolute;
  left: -3.0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 1.2em;
  background: currentColor;
  pointer-events: none;
}

.section-business-summary h2 span,
.section-flow h2 span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

footer {
  width: 100%;
  background: var(--secondary-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 125px;
  border-top: 1.5px solid var(--primary-color);
}

.triangle {
  position: absolute;
  bottom: -0.5px;
  right: -0.5px;
  --w: 3em;
  --h: 3em;
  display: inline-block;
  width: var(--w);
  height: var(--h);
  background: var(--primary-color);

  clip-path: polygon(
    100% 0%,
    100% 100%,
    0% 100%,
    100% 0%
  );

}
.arrow-tri {
  position: absolute;
  bottom: 7px;
  right: 7px;
  --w: 0.5em;
  --h: 0.6em;
  display: inline-block;
  width: var(--w);
  height: var(--h);
  background: var(--secondary-color);

  clip-path: polygon(
    0% 0%,
    100% 50%,
    0% 100%,
    30% 50%
  );
}


.business .medical-equipment-waste-management h3 {
    display: flex;
    justify-content: flex-start;
    width: 80%;
}
.business .section-business-summary .inner-container:nth-child(3) .judicial-institution-assistance-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0px;
    margin-bottom: 80px;
    padding-top: 90px;
    border-top: none !important;
}
footer .set1,
footer .set2 {
  display: flex;
}

footer .footer-div .footer-logo-a {
  margin-left: 20px;
}
footer .footer-div .title-address {
  margin-left: 4px;
  margin-top: 30px;
}
footer .footer-div nav {
  margin-right: 23px;
  margin-top: 15px;
}
footer .footer-div a.tel {
  margin-right: 20px;
}
footer .title-address address span,
footer a.tel .number span,
footer nav a {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
footer .title-address h3 {
  margin-bottom: 10px;
}
footer .footer-div {
  height: 80px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
footer .footer-logo-a .logo {
    width: 180px;
}
footer nav ul {
  display: flex;
  align-items: center;
  gap: 50px;
}

footer nav ul li {
  position: relative;
} 

footer nav ul li + li::before {
  content: "";
  position: absolute;
  left: -3.0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 1.2em;
  background: currentColor;
  pointer-events: none;
}

footer nav ul a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
footer .footer-div a.tel  {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer .footer-div a.tel div img:nth-child(1) {
  width: 40px;
  margin-bottom: -10px;
  margin-right: -22px;
}
footer .footer-div a.tel div img:nth-child(2) {
  width: 15px;
  margin-left: -5px;
  margin-bottom: 1px;
  position: absolute;
  bottom: 123px
}
footer .number {
  margin-left: 30px;
}
footer .number span {
  font-size: 1.4rem;
}
footer .number p {
  font-size: 3.0rem;
}
footer address span {
  font-style: normal;
}

.business header nav ul li:last-child::before,
.company header nav ul li:last-child::before {
  content: none !important;
  width: 0px !important;
  height: 0em !important;
}

div.mainview-logo {
  margin-top: 300px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.mainview-logo img {
  width: 50vw;
}
.main-message {
  text-shadow: 0px 0px 10px black;
  color: #ffffff;
  font-size: 6vw;
  margin-top: 20px;
}

.sub-message {
  text-shadow: 0px 0px 10px black;
  color: #ffffff;
  font-size: clamp(1.6rem, 1.6vw, 5rem);
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 969px) and (max-width: 1200px) {
  .company .section-company-information .inner-container h2 span:nth-child(1) {
    font-size: 7rem;
  }
  .section-business-summary .img-group .img-card:nth-child(1) img,
  .section-business-summary .img-group .img-card:nth-child(2) img {
    height: 350px !important;
  }

  .section-business-summary .img-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-business-summary .img-group .img-card {
    width: 100%;
    position: relative;
    height: 350px;
  }
  .section-business-summary .img-group .img-card img {
    object-fit: cover;
    width: 100%;
    position: absolute;
    height: 350px;
    border-left: none !important;
    border-right: none !important;
  }

  .section-business-summary .img-group .img-card h3 {
    left: 30px;
    top: 30px;
    width: 100%;
    position: absolute;
    color: var(--white-color);
    font-size: 2.4rem;
  }
  .section-business-summary .img-group .img-card p {
    left: 0px;
    top: 70px;
    width: 100%;
    position: absolute;
    color: var(--white-color);
    font-size: 1.6rem;
    line-height: 3rem;
    padding-left: 30px;
    padding-right: 30px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .section-business-summary .img-group .img-card a {
    left: 30px;
    top: 250px;
    position: absolute;
    background: var(--primary-color);
    color: var(--white-color) !important;
    border-radius: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }

}

@media (min-width: 577px) and (max-width: 968px) {
  .section-flow .flow-card-group {
    grid-template-columns: repeat(2, 1fr);
  }
  .company h2 {
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    gap: 30px !important;
  }
  header img.main-visual,
  header {
    object-fit: cover;
    width: 100%;
    height: 600px !important;
  }

  .business header {
    background: var(--secondary-color);
    position: relative;
    height: 100px !important;
    border-bottom: var(--primary-color) solid 1.5px !important;
  }

  .section-business-summary .img-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-business-summary .img-group .img-card {
    width: 100%;
    position: relative;
    height: 350px;
  }
  .section-business-summary .img-group .img-card img {
    object-fit: cover;
    width: 100%;
    position: absolute;
    height: 350px;
  }

  .section-business-summary .img-group .img-card h3 {
    left: 30px;
    top: 30px;
    width: 100%;
    position: absolute;
    color: var(--white-color);
    font-size: 2.4rem;
  }
  .section-business-summary .img-group .img-card p {
    left: 0px;
    top: 70px;
    width: 100%;
    position: absolute;
    color: var(--white-color);
    font-size: 1.6rem;
    line-height: 3rem;
    padding-left: 30px;
    padding-right: 30px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .section-business-summary .img-group .img-card a {
    left: 30px;
    top: 250px;
    position: absolute;
    background: var(--primary-color);
    color: var(--white-color) !important;
    border-radius: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-business-summary .alignment-group h3 {
    font-size: 2rem;
    margin-bottom: 30px;
    width: 80%;
  }

  .section-business-summary .alignment-card-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .section-business-summary .alignment-card-group .alignment-card {
    width: 240px;
  }

  .section-business-summary .alignment-group a {
    background: var(--white-color);
    color: var(--primary-color);
    width: 240px;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 40px;
  }

  .section-flow h2 span {
    font-size: 2rem;
  }
  h2 {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 30px !important;
  }

  .section-business-summary h2 span + span::before,
  .section-flow h2 span + span::before {
    content: none;
    width: 0px;
    height: 0;
  }

  .section-business-summary h2 span,
  .section-flow h2 span {
    line-height: 0;
  }

  .section-flow .flow-card-group {
    flex-direction: column !important;
  }

  .section-flow .flow-card {
    position: relative;
    width: 100%;
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 45px;
    border: 1.5px solid var(--primary-color);
  }

    .burger-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .burger-btn span:nth-child(1) {
    position: absolute;
    display: block;
    width: 30px;
    height: 4px;
    background: var(--border-color);
    border-radius: 2px;
    transition: 0.3s;
    margin-top: 5px;
    z-index: 999;
    top: 20px;
    right: 20px;
  }
  .burger-btn span:nth-child(2) {
    position: absolute;
    display: block;
    width: 30px;
    height: 4px;
    background: var(--border-color);
    border-radius: 2px;
    transition: 0.3s;
    margin-top: 5px;
    z-index: 999;
    top: 28px;
    right: 20px;
  }
  .burger-btn span:nth-child(3) {
    position: absolute;
    display: block;
    width: 30px;
    height: 4px;
    background: var(--border-color);
    border-radius: 2px;
    transition: 0.3s;
    margin-top: 5px;
    z-index: 999;
    top: 36px;
    right: 20px;
  }

  .burger-btn {
    color: var(--font-color);
    top: 0px;
    right: 0px;
  }
  header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header nav {
    opacity: 0;
  }

  header h1 {
    font-size: 1.6rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .burger-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    z-index: 999;
  }
  .burger-btn.active span:nth-child(2) {
    opacity: 0;
    z-index: 999;
  }
  .burger-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
    z-index: 999;
  }

    nav {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-align: center;
        -ms-flex-pack: center;
    height: 100dvh;
            justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    width: 100vw;
    z-index: 99;
  }
  nav.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }

  nav ul {
    display: block;
    text-align: center;
    z-index: 9999;
    right: 0px !important;
    flex-direction: column;
  }
  nav ul li a {
    color: var(--font-color) !important;
  }
  .section-business-summary .alignment-card-group .alignment-card {
    width: 448px;
  }
  .section-business-summary .alignment-group a {
    background: var(--white-color);
    color: var(--primary-color);
    width: 448px;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  div.mainview-logo {
    margin-top: 0px !important;
  }
  .section-business-summary .img-group .img-card:nth-child(1) img {
    border-right: none !important;
  }
  .section-business-summary .img-group .img-card:nth-child(2) img {
    border-left: none !important;
  }
}

@media screen and (max-width: 576px) {
  .section-business-summary .img-group .img-card:nth-child(1) img {
    border-right: none !important;
  }
  .section-business-summary .img-group .img-card:nth-child(2) img {
    border-left: none !important;
  }
  .section-flow .flow-card-group {
    grid-template-columns: 1fr;
  }
  header img.main-visual,
  header {
    object-fit: cover;
    width: 100%;
    height: 300px !important;
  }

  header a.tel p {
    font-size: 3.0rem;
    position: absolute;
    right: 30px;
    top: 100px;
    color: var(--white-color);
  }

  header a.tel div img:nth-child(1) {
    position: absolute;
    right: 245px;
    top: 100px;
    width: 30px;
  }
  header a.tel div img:nth-child(2) {
    position: absolute;
    right: 253px;
    top: 110px;
    width: 12px;
  }


  .section-business-summary h2 {
    width: 100%;
    height: 90px;
    background: var(--primary-color);
    color: var(--white-color);
    font-size: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top: var(--white-color) solid 1.5px;
    border-bottom: var(--white-color) solid 1.5px;
  }
  .section-business-summary .img-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-business-summary .img-group .img-card {
    width: 100%;
    position: relative;
    height: 350px;
  }
  .section-business-summary .img-group .img-card img {
    object-fit: cover;
    width: 100%;
    position: absolute;
    height: 350px;
  }

  .section-business-summary .img-group .img-card h3 {
    left: 30px;
    top: 30px;
    width: 100%;
    position: absolute;
    color: var(--white-color);
    font-size: 2.4rem;
  }
  .section-business-summary .img-group .img-card p {
    left: 0px;
    top: 70px;
    width: 100%;
    position: absolute;
    color: var(--white-color);
    font-size: 1.6rem;
    line-height: 3rem;
    padding-left: 30px;
    padding-right: 30px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .section-business-summary .img-group .img-card a {
    left: 30px;
    top: 250px;
    position: absolute;
    background: var(--primary-color);
    color: var(--white-color) !important;
    border-radius: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-business-summary .alignment-group h3 {
    font-size: 2rem;
    margin-bottom: 30px;
    width: 80%;
  }

  .section-business-summary .alignment-card-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .section-business-summary .alignment-card-group .alignment-card {
    width: 80%;
  }

  .section-business-summary .alignment-group a {
    background: var(--white-color);
    color: var(--primary-color);
    width: 80%;
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 40px;
  }

  .section-flow h2 span {
    font-size: 2rem;
  }
  h2 {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 30px !important;
  }

  .section-business-summary h2 span + span::before,
  .section-flow h2 span + span::before {
    content: none;
    width: 0px;
    height: 0;
  }

  .section-business-summary h2 span,
  .section-flow h2 span {
    line-height: 0;
  }

  .section-flow .flow-card-group {
    flex-direction: column !important;
  }

  .section-flow .flow-card {
    position: relative;
    width: 100%;
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 45px;
    border: 1.5px solid var(--primary-color);
  }

    .burger-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .burger-btn span:nth-child(1) {
    position: absolute;
    display: block;
    width: 30px;
    height: 4px;
    background: var(--border-color);
    border-radius: 2px;
    transition: 0.3s;
    margin-top: 5px;
    z-index: 999;
    top: 20px;
    right: 20px;
  }
  .burger-btn span:nth-child(2) {
    position: absolute;
    display: block;
    width: 30px;
    height: 4px;
    background: var(--border-color);
    border-radius: 2px;
    transition: 0.3s;
    margin-top: 5px;
    z-index: 999;
    top: 28px;
    right: 20px;
  }
  .burger-btn span:nth-child(3) {
    position: absolute;
    display: block;
    width: 30px;
    height: 4px;
    background: var(--border-color);
    border-radius: 2px;
    transition: 0.3s;
    margin-top: 5px;
    z-index: 999;
    top: 36px;
    right: 20px;
  }

  .burger-btn {
    color: var(--font-color);
    top: 0px;
    right: 0px;
  }
  header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .business header {
    background: var(--secondary-color);
    position: relative;
    height: 100px !important;
    border-bottom: var(--primary-color) solid 1.5px !important;
  }

  header nav {
    opacity: 0;
  }

  header h1 {
    font-size: 1.6rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .burger-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    z-index: 999;
  }
  .burger-btn.active span:nth-child(2) {
    opacity: 0;
    z-index: 999;
  }
  .burger-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
    z-index: 999;
  }

    nav {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-align: center;
        -ms-flex-pack: center;
    height: 100dvh;
            justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    width: 100vw;
    z-index: 99;
  }
  nav.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }

  nav ul {
    display: block;
    text-align: center;
    z-index: 9999;
    right: 0px !important;
    flex-direction: column;
  }
  nav ul li a {
    color: var(--font-color) !important;
  }

  .business .section-business-summary .inner-container h2 {
    margin-top: -130px;
  }

  div.mainview-logo {
    margin-top: 50px !important;
  }
  .sub-message {
    font-weight: 500 !important;
    width: 90%;
  }
}

@media (max-width: 968px) {
  
  .company .section-company-information .company-policy img {
    width: 100% !important;
  }

  .business header nav ul li + li::before,
  .company header nav ul li + li::before {
    content: none;
    width: 0px;
    height: 0px;
  }


  .business header nav ul a,
  .company header nav ul a {
    line-height: 0;
  }

  .company header a.tel p {
    position: unset;
  }
  .company .section-company-information table tr th {
    padding-left: 0px;
  }
  .company .section-company-information table tr td {
    font-size: 1.6rem;
    padding-left: 0px;
  }
  
  .company .section-flow h2 span {
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .company .section-flow .flow-card {
    width: 100%;
  }

  .company .medical-equipment-waste-management-p p {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  .company .section-company-information .company-policy .message {
    display: flex;
    flex-direction: column;
    padding-right: 0px;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }

  .company .section-company-information .inner-container:nth-child(4) .company-policy img {
    width: 80%;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .company .section-company-information .inner-container:nth-child(5) img.tablet-sp {
    display: block;
    margin-bottom: 20px;
  }
  .company .section-company-information .inner-container:nth-child(5) img.pc {
    display: none;
  }

  .company .section-company-information .company-policy {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    padding-top: 40px;
  }

  .company .section-company-information table tr td {
    margin-left: 0px !important;
  }

  .company .section-company-information table tr {
    width: 100%;
    height: auto;
    border-top: 1.5px solid var(--primary-color);
    display: flex;
    flex-direction: column !important;
  }

  .company section img.main-visual {
    object-fit: cover;
    width: 100%;
    position: unset;
    height: 50vw !important;
  }

  .company header {
    object-fit: cover;
    width: 100%;
    height: 100px !important;
  }

  .company .section-company-information .inner-container h2 span:nth-child(1) {
    margin-bottom: 0px;
    font-size: 7vw;
  }


  .company .section-company-information .inner-container h2 {
    width: 100%;
    height: 180px;
    background: var(--secondary-color);
    color: var(--primary-color);
    font-size: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    border: unset !important;
    margin-top: -35px;
    margin-bottom: 35px;
  }



  .business .section-business-summary .inner-container:nth-child(8) .medical-equipment-waste-management {
    margin-bottom: 50px !important;
  }

  .arrow2 {
    position: absolute;
    top: -20px;
    left: auto;
    right: auto;
    width: 40px;
    height: 40px;
    background: #ffffff;
    clip-path: polygon(50% 100%, 100% 50%, 0% 50%);
  }
  #atel {
    display: none;
  }
  header nav.active ul {
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  header nav.active a p {
    color: var(--font-color) !important;
    font-size: 3.0rem;
    position: unset;
    right: 30px;
    top: 35px;
  }
  header nav.active a.tel {
    text-decoration: none;
    margin-left: 40px;
    margin-top: 20px;
  }
  header nav.active a.tel div {
    position: relative;
    margin-right: -30px;
  }
  header nav.active a.tel div img:nth-child(1) {
    position: absolute;
    top: -17px;
    left: -68px; 
  }
  header nav.active a.tel div img:nth-child(2) {
    position: absolute;
    top: -9px; 
    left: -59px; 
  }

  .business header a.tel p {
    font-size: 3.0rem;
    position: unset;
    right: 30px;
    top: 35px;
    color: var(--primary-color);
  }
  .business .judicial-institution-assistance-services-imgs div {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .business .judicial-institution-assistance-services-imgs div img {
    width: 100%;
  }
  .business .section-business-summary .alignment-card-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .business .medical-equipment-waste-management {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 10px;
    margin-top: 50px !important;
    margin-bottom: 0px !important;
    padding-top: 50px;
    border-top: 1.5px solid var(--primary-color);
  }

  .business .section-business-summary h3 {
    font-size: 3rem;
    width: 100%;
    margin-bottom: 10px;
  }
  .business .judicial-institution-assistance-services-flow .long,
  .business .judicial-institution-assistance-services-flow .element {
    padding-left: 10px;
    padding-right: 10px; 
    font-size: 1.4rem !important;
  }
  .business .judicial-institution-assistance-services-flow .half-group .half {
    width: 49%;
  }
  .business .section-business-summary .inner-container:nth-child(3) .judicial-institution-assistance-services {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px !important;
    padding-top: 50px !important;
  }
  .business section img.main-visual {
    height: 50vw;
  }
  .business .section-business-summary h2 span:nth-child(2) {
    font-size: 2rem !important;
    width: 86%;
    margin-top: 20px;
  }
  .business .section-business-summary .inner-container {
    width: 90%;
  }
  .business .section-business-summary h2 span {
    font-size: 9vw;
  }

  .company .section-company-information .company-policy .message p:nth-child(1) {
    margin-bottom: 40px;
    width: 100% !important;
  }

  footer,
  footer .footer-div {
    height: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .footer-logo-a .logo {
    width: 180px;
    margin-bottom: -30px;
  }
  footer .footer-div a.tel {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -60px;
    margin-bottom: 0px;
  }
  footer .footer-div a.tel span {
    margin-left: 15px;
  }

  footer .footer-div a.tel div img:nth-child(1) {
    width: 40px;
    margin-bottom: -10px;
  }
  footer .footer-div a.tel div img:nth-child(2) {
    width: 15px;
    margin-left: -5px !important;
    margin-bottom: 1px;
    bottom: 209px !important;
  }
  footer .footer-div a.tel .number {
    display: flex;
    flex-direction: column;

  }
  footer .title-address {
    margin-top: -173px !important;
    margin-bottom: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  footer .title-address address span {
    font-style: normal;
  }
  footer .footer-div {
    margin-bottom: 10px;
  }
  footer .set1,
  footer .set2 {
    display: flex;
    flex-direction: column;
  }
  footer .footer-div a.tel {
    margin-right: 0px;
  }
  footer .footer-div .footer-logo-a {
    margin-left: 0px;
    display: flex;
    justify-content: center;
  }

  .section-business-summary .alignment-group h3 {
    font-size: 2rem;
    margin-bottom: 30px;
    width: 80%;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}


.business .section-business-summary h2 {
  border-color: var(--primary-color) !important;
}

a {
  color: var(--font-color);
  text-decoration: none !important;
}

@media screen and (max-width: 576px) {
}
.business main p,
.company .section-company-information p,
.company .section-company-information span,
.company .section-company-information table tr th, .company .section-company-information table tr td {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 500;
}

.company .section-company-information .inner-container h2 span {
  font-family: var(--font-family) !important;
}

footer small {
  background: var(--primary-color);
  color: var(--white-color);
  margin-bottom: 0px;
  margin-top: -58px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
a.active {
  visibility: visible !important;
}

.section-activities {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--secondary-color);
}

.section-activities h2 span:first-child {
  font-size: clamp(4rem, 7vw, 8rem);
}
.section-activities div.inner-container {
  width: 80%;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 35px;
}
article.inner-container {
  padding-top: 90px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1.5px solid var(--primary-color);
  width: 80%;
}
article.inner-container h3 {
  font-size: 4rem;
  margin-bottom: 30px;
}
article.inner-container span,
article.inner-container p {
  font-size: 2rem;
  line-height: 4rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 500;
}
article.inner-container span {
  margin-bottom: 30px;
}
article.inner-container img {
  width: 100%;
}
article div.article-title {
  width: 100%;
  height: 140px;
  border-bottom: 1.5px solid var(--primary-color);
  margin-bottom: 30px;
}
.activities header {
  background: var(--secondary-color);
  position: relative;
  height: 100px !important;
  border-bottom: var(--primary-color) solid 1.5px !important;
}
.activities section img.main-visual {
  object-fit: cover;
  width: 100%;
  position: unset;
  height: 590px;
  margin-top: 105px;
}

.activities header img.logo {
  position: absolute;
  left: 30px;
  top: 20px;
  width: 200px;
}
.activities header nav ul {
  display: flex;
  position: absolute;
  right: 200px;
  top: 42px;
  width: 300px;
  color: var(--primary-color);
}
.activities header nav ul li a {
  text-decoration: none;
  color: var(--primary-color);
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
.activities header a.tel p {
  font-size: 3.0rem;
  position: absolute;
  right: 30px;
  top: 35px;
  color: var(--primary-color);
}

.activities header a.tel div img:nth-child(1) {
  position: absolute;
  right: 220px;
  top: 35px;
  width: 30px;
}
.activities header a.tel div img:nth-child(2) {
  position: absolute;
  right: 228px;
  top: 44px;
  width: 12px;
}

.activities header nav ul {
  display: flex;
  align-items: center;
  gap: 50px;
}

.activities header nav ul li {
  position: relative;
}

.activities header nav ul li + li::before {
  content: "";
  position: absolute;
  left: -3.0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 1.2em;
  background: currentColor;
  pointer-events: none;
}

.activities header nav ul a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.activities .section-activities .inner-container h2 {
  width: 100%;
  height: 310px;
  background: var(--secondary-color);
  color: var(--primary-color);
  font-size: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border: unset !important;
  margin-top: -35px;
  margin-bottom: 35px;
}

.activities .section-activities .inner-container h2 span:nth-child(2) {
  font-size: 2rem !important;
  margin-top: 20px;
  margin-bottom: -140px;
}
.activities header nav ul li:last-child::before {
  content: none;
  width: 0px;
  height: 0em;
}

@media (max-width: 968px) {
  header img.logo {
    top: 10px !important;
    width: 150px !important;
  }
  header nav ul li + li::before {
    content: none !important;
    width: 0px !important;
    height: 0 !important;
    pointer-events: none !important;
  }
  .section-business-summary .img-group .img-card:nth-child(1) img,
  .section-business-summary .img-group .img-card:nth-child(2) img {
    height: 350px !important;
  }

  .section-activities .main-visual {
    margin-top: 0px !important;
  }
  .section-activities h2 span:first-child {
    font-size: 9vw !important;
  }

  .activities .section-activities .inner-container h2 {
    height: 170px !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
  }
  .activities article {
    margin-top: 0px !important;
  }
  .activities div.inner-container {
    width: 80%;
    height: 300px !important;
    margin-bottom: 0px !important;
  }

  .activities h2 {
    width: 100% !important;
    height: 40px !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    gap: 30px !important;
  }
  .section-activities h2 span:nth-child(2) {
    margin-top: -10px !important;
    margin-bottom: -120px !important;
  }


  .activities header nav.active ul {
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .activities header nav.active a p {
    color: var(--font-color) !important;
    font-size: 3.0rem;
    position: unset;
    right: 30px;
    top: 35px;
  }

  .activities header nav.active a.tel {
    text-decoration: none;
    margin-left: 40px;
    margin-top: 20px;
  }
  .activities header nav.active a.tel div {
    position: relative;
    margin-right: -30px;
  }
  .activities header nav.active a.tel div img:nth-child(1) {
    position: absolute;
    top: -17px;
    left: -87px; 
  }
  .activities header nav.active a.tel div img:nth-child(2) {
    position: absolute;
    top: -9px; 
    left: -80px; 
  }

  .activities header nav ul li + li::before {
    content: none;
    width: 0px;
    height: 0px;
  }

  .section-activities .main-visual {
    height: 50vw !important;
  }
  article.inner-container h3 {
    font-size: 3rem !important;
  }
  .activities .section-activities article.inner-container {
    padding-top: 50px;
  }
}

@media screen and (max-width: 576px) {
  .activities .section-activities .inner-container {
    height: auto !important;
  }
  .activities .section-activities .inner-container h2 {
    height: 30px !important;
  }
  .section-activities h2 span:nth-child(2) {
    margin-top: -10px !important;
    margin-bottom: -130px !important;
  }

 .section-activities .main-visual {
    margin-top: 150px !important;
  }
}

@media (hover: hover){
  /* リンクの場合 */
  a:-moz-any-link:hover:not(.flow-card) {
    opacity: 0.7;
    text-decoration: none;
  }
  a:any-link:hover:not(.flow-card) {
    opacity: 0.7;
    text-decoration: none;
  }
  /* ボタンの場合 */
  button:enabled:hover {
    opacity: 0.7;
  }
  /* 特定できない場合 */
  .btn:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .btn:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}


section {
  opacity: 0;                /* 最初は透明 */
  transform: translateY(20px); /* 少し下にずらす */
  transition: opacity 1.8s ease, transform 1.8s ease;
}

section.show {
  opacity: 1;               /* 可視化 */
  transform: translateY(0); /* 元の位置に */
}