@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
header ul,
header ol {
  padding: 0;
}

footer ul,
footer ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.company-hero {
  width: 100%;
  overflow: hidden;
}

.company-hero__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1500/197;
  overflow: hidden;
}

.company-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.breadcrumb {
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 70px;
}
@media screen and (max-width: 1920px) {
  .breadcrumb {
    margin-left: 165px;
  }
}
@media screen and (max-width: 920px) {
  .breadcrumb {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-left: 15px;
  }
}

.breadcrumb__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  .breadcrumb__text {
    font-size: 12px;
  }
}

.company-greeting {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
}
.company-greeting::before {
  content: "";
  position: absolute;
  top: 134px;
  right: 0;
  bottom: 0;
  left: 25%;
  background-color: #f2fbf7;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .company-greeting::before {
    left: 15%;
  }
}
@media screen and (max-width: 768px) {
  .company-greeting::before {
    left: 0;
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .company-greeting {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.company-greeting__inner {
  max-width: 1600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1920px) {
  .company-greeting__inner {
    max-width: calc(100% - 165px);
    margin-left: 165px;
  }
}
@media screen and (max-width: 1024px) {
  .company-greeting__inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 920px) {
  .company-greeting__inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .company-greeting__inner {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0;
  }
}

.company-greeting__header {
  text-align: center;
  margin-bottom: 40px;
}

.company-greeting__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #333;
  letter-spacing: 6px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  .company-greeting__title {
    font-size: 24px;
    letter-spacing: 4px;
    line-height: 1.6;
  }
}

.company-greeting__line {
  display: block;
  width: 44.5px;
  height: 0;
  border-bottom: 2px solid #246ea0;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.company-greeting__headline {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #4daa86;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .company-greeting__headline {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}

.company-greeting__catchphrase {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #333;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .company-greeting__catchphrase {
    font-size: 20px;
    line-height: 1.5;
  }
}

.company-greeting__position {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .company-greeting__position {
    font-size: 14px;
    line-height: 1.5;
  }
}

.company-greeting__body {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .company-greeting__body {
    flex-direction: column;
    gap: 30px;
  }
}

.company-greeting__content-block {
  flex: 1 1 0;
  min-width: 0;
  background-color: #fff;
  box-shadow: 4px 5px 2px rgba(0, 0, 0, 0.07);
  border: 0.5px solid #707070;
  padding-top: 25px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .company-greeting__content-block {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
}

.company-greeting__message {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 30px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .company-greeting__message {
    font-size: 14px;
    line-height: 1.8;
  }
}

.company-greeting__message p {
  margin-bottom: 0;
}

.company-greeting__photo-box {
  flex: 0 0 auto;
  width: 300px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .company-greeting__photo-box {
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .company-greeting__photo-box {
    max-width: 260px;
  }
}

.company-greeting__photo {
  max-width: 300px;
  width: 100%;
  height: auto;
  aspect-ratio: 300/384;
  border: 1px solid #707070;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .company-greeting__photo {
    max-width: 260px;
  }
}

.company-greeting__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-greeting__photo-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.company-greeting__photo-position {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  letter-spacing: 1.92px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  .company-greeting__photo-position {
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}

.company-greeting__photo-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #333;
  letter-spacing: 3px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  .company-greeting__photo-name {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}

.company-overview {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .company-overview {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.company-overview__inner {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 1920px) {
  .company-overview__inner {
    max-width: calc(100% - 165px);
    margin-left: 165px;
  }
}
@media screen and (max-width: 920px) {
  .company-overview__inner {
    max-width: 100%;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .company-overview__inner {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0;
  }
}

.company-overview__header {
  text-align: center;
  margin-bottom: 50px;
}

.company-overview__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #333;
  letter-spacing: 6px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  .company-overview__title {
    font-size: 24px;
    letter-spacing: 4px;
  }
}

.company-overview__line {
  display: block;
  width: 44.5px;
  height: 2px;
  background-color: #4daa86;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.company-overview__table {
  width: 100%;
  max-width: 934px;
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
}

.company-overview__row {
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 768px) {
  .company-overview__row {
    display: flex;
    flex-direction: column;
  }
}

.company-overview__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 57px;
  text-align: left;
  vertical-align: top;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 0;
  width: 260px;
}
@media screen and (max-width: 768px) {
  .company-overview__label {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: none;
  }
}

.company-overview__value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  letter-spacing: 3.6px;
  line-height: 26px;
  text-align: left;
  vertical-align: top;
  padding-top: 35px;
  padding-right: 0;
  padding-bottom: 35px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .company-overview__value {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.8;
    padding-top: 5px;
    padding-bottom: 15px;
  }
}

.company-history {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .company-history {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.company-history__inner {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 1920px) {
  .company-history__inner {
    max-width: calc(100% - 165px);
    margin-left: 165px;
  }
}
@media screen and (max-width: 920px) {
  .company-history__inner {
    max-width: 100%;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .company-history__inner {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0;
  }
}

.company-history__header {
  text-align: center;
  margin-bottom: 30px;
}

.company-history__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #333;
  letter-spacing: 6px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  .company-history__title {
    font-size: 24px;
    letter-spacing: 4px;
  }
}

.company-history__line {
  display: block;
  width: 44.5px;
  height: 0;
  border-bottom: 2px solid #246ea0;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.company-history__lead {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .company-history__lead {
    margin-bottom: 40px;
  }
}

.company-history__lead p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 32px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .company-history__lead p {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
}

.company-history__timeline {
  position: relative;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.company-history__item {
  position: relative;
  padding-left: 315px;
  min-height: 214px;
}
@media screen and (max-width: 1024px) {
  .company-history__item {
    padding-left: 230px;
    min-height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .company-history__item {
    padding-left: 0;
    min-height: auto;
    margin-bottom: 30px;
  }
}

.company-history__item::before {
  content: "";
  position: absolute;
  left: 232px;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 1px solid #707070;
}
@media screen and (max-width: 1024px) {
  .company-history__item::before {
    left: 180px;
  }
}
@media screen and (max-width: 768px) {
  .company-history__item::before {
    display: none;
  }
}

.company-history__item--first::before {
  top: 231px;
}
@media screen and (max-width: 1024px) {
  .company-history__item--first::before {
    top: 160px;
  }
}

.company-history__item--last::before {
  bottom: -80px;
  border-left-style: dashed;
}
@media screen and (max-width: 768px) {
  .company-history__item--last::before {
    display: none;
  }
}

.company-history__item--first {
  min-height: 391px;
}
@media screen and (max-width: 1024px) {
  .company-history__item--first {
    min-height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .company-history__item--first {
    min-height: auto;
  }
}

.company-history__item--double {
  min-height: 340px;
}
@media screen and (max-width: 1024px) {
  .company-history__item--double {
    min-height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .company-history__item--double {
    min-height: auto;
  }
}

.company-history__item--last {
  min-height: auto;
}

.company-history__year-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 225px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .company-history__year-area {
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .company-history__year-area {
    position: relative;
    left: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}

.company-history__item--first .company-history__year-area {
  top: 100px;
}
@media screen and (max-width: 1024px) {
  .company-history__item--first .company-history__year-area {
    top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .company-history__item--first .company-history__year-area {
    top: auto;
  }
}

.company-history__year {
  font-family: "DIN 2014", "Inter", sans-serif;
  font-size: 103px;
  font-weight: 400;
  color: #d8d8d8;
  line-height: 103px;
  letter-spacing: -4.12px;
}
@media screen and (max-width: 1024px) {
  .company-history__year {
    font-size: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .company-history__year {
    font-size: 40px;
    line-height: 40px;
  }
}

.company-history__year--large {
  font-size: 119px;
  line-height: 119px;
  letter-spacing: -4.76px;
}
@media screen and (max-width: 1024px) {
  .company-history__year--large {
    font-size: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .company-history__year--large {
    font-size: 50px;
    line-height: 50px;
  }
}

.company-history__era {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #d8d8d8;
  line-height: 30px;
  position: absolute;
  left: 20px;
  top: 131px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .company-history__era {
    font-size: 20px;
    top: 100px;
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .company-history__era {
    position: relative;
    left: auto;
    top: auto;
    font-size: 16px;
    margin-left: 10px;
  }
}

.company-history__nendai {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #d8d8d8;
  line-height: 22px;
  margin-left: 8px;
  margin-top: 57px;
}
@media screen and (max-width: 1024px) {
  .company-history__nendai {
    font-size: 16px;
    margin-top: 47px;
  }
}
@media screen and (max-width: 768px) {
  .company-history__nendai {
    font-size: 14px;
    margin-left: 5px;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .company-history__nendai br {
    display: none;
  }
}
.company-history__year-area--double {
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .company-history__year-area--double {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
  }
}

.company-history__year-row {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .company-history__year-row {
    align-items: center;
  }
}

.company-history__year-area--double .company-history__nendai {
  margin-top: 57px;
}
@media screen and (max-width: 1024px) {
  .company-history__year-area--double .company-history__nendai {
    margin-top: 47px;
  }
}
@media screen and (max-width: 768px) {
  .company-history__year-area--double .company-history__nendai {
    margin-top: 0;
  }
}

.company-history__year-separator {
  font-family: "DIN 2014", "Inter", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #d8d8d8;
  line-height: 1;
  margin-top: 28px;
  margin-bottom: 0;
  margin-left: 80px;
}
@media screen and (max-width: 1024px) {
  .company-history__year-separator {
    margin-left: 50px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .company-history__year-separator {
    font-size: 20px;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.company-history__dot-area {
  position: absolute;
  left: 205px;
  top: 60px;
  width: 54px;
  display: flex;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .company-history__dot-area {
    left: 153px;
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .company-history__dot-area {
    display: none;
  }
}

.company-history__item--first .company-history__dot-area {
  top: 204px;
}
@media screen and (max-width: 1024px) {
  .company-history__item--first .company-history__dot-area {
    top: 140px;
  }
}

.company-history__item--double .company-history__dot-area {
  top: 107px;
}
@media screen and (max-width: 1024px) {
  .company-history__item--double .company-history__dot-area {
    top: 80px;
  }
}

.company-history__dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #246ea0;
  flex-shrink: 0;
}

.company-history__dot--large {
  width: 54px;
  height: 54px;
}

.company-history__content-area {
  padding-top: 60px;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .company-history__content-area {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .company-history__content-area {
    padding-top: 0;
    padding-left: 15px;
    border-left: 3px solid #246ea0;
  }
}

.company-history__item--first .company-history__content-area {
  padding-top: 219px;
}
@media screen and (max-width: 1024px) {
  .company-history__item--first .company-history__content-area {
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .company-history__item--first .company-history__content-area {
    padding-top: 0;
  }
}

.company-history__item--double .company-history__content-area {
  padding-top: 107px;
}
@media screen and (max-width: 1024px) {
  .company-history__item--double .company-history__content-area {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .company-history__item--double .company-history__content-area {
    padding-top: 0;
  }
}

.company-history__content-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #333;
  line-height: 30px;
  letter-spacing: 1.25px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .company-history__content-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}

.company-history__content-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 33px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .company-history__content-text {
    font-size: 14px;
    line-height: 1.8;
  }
}

.company-history__content-text p {
  margin-bottom: 0;
}

.company-access {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #fcfcfc;
}
@media screen and (max-width: 768px) {
  .company-access {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.company-access__inner {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 1920px) {
  .company-access__inner {
    max-width: calc(100% - 165px);
    margin-left: 165px;
  }
}
@media screen and (max-width: 920px) {
  .company-access__inner {
    max-width: 100%;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .company-access__inner {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0;
  }
}

.company-access__header {
  text-align: center;
  margin-bottom: 50px;
}

.company-access__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #333;
  letter-spacing: 6px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  .company-access__title {
    font-size: 24px;
    letter-spacing: 4px;
  }
}

.company-access__line {
  display: block;
  width: 44.5px;
  height: 2px;
  background-color: #4daa86;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.company-access__content {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.company-access__map {
  width: 100%;
  height: 714px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .company-access__map {
    height: 300px;
  }
}

.company-access__map iframe {
  width: 100%;
  height: 100%;
}

.company-access__info {
  text-align: center;
}

.company-access__address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  letter-spacing: 3.6px;
  line-height: 57px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .company-access__address {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
}

.company-access__zip {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .company-access__zip {
    display: block;
    margin-right: 0;
  }
}

.company-access__tel {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  letter-spacing: 3.6px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  .company-access__tel {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
}

.company-access__tel span {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .company-access__tel span {
    display: block;
    margin-right: 0;
  }
}

.company-access__tel span:last-child {
  margin-right: 0;
}

.footer-contact {
  background-color: #4daa86;
  padding-top: 27px;
  padding-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .footer-contact {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.footer-contact__inner {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-contact__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.footer-contact__header {
  margin-bottom: 15px;
}

.footer-contact__title {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  line-height: 80px;
}
@media screen and (max-width: 768px) {
  .footer-contact__title {
    font-size: 28px;
    line-height: 1.4;
  }
}

.footer-contact__btn {
  margin-bottom: 43px;
}

.footer-contact__btn-link {
  display: inline-block;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #267859;
  color: #267859;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding-top: 20px;
  padding-right: 60px;
  padding-bottom: 20px;
  padding-left: 60px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.footer-contact__btn-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .footer-contact__btn-link {
    font-size: 16px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
  }
}

.footer-contact__logo {
  margin-bottom: 20px;
}

.footer-contact__logo-image {
  max-width: 429px;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .footer-contact__logo-image {
    max-width: 280px;
  }
}

.footer-contact__logo img {
  width: 100%;
  height: auto;
}

.footer-contact__info {
  margin-bottom: 20px;
}

.footer-contact__company {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .footer-contact__company {
    font-size: 18px;
  }
}

.footer-contact__address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .footer-contact__address {
    font-size: 14px;
  }
}

.footer-contact__tel {
  margin-top: 10px;
}

.footer-contact__tel a {
  font-family: "Inter", sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  letter-spacing: 3.5px;
  line-height: 76px;
}
@media screen and (max-width: 768px) {
  .footer-contact__tel a {
    font-size: 24px;
    line-height: 1.4;
  }
}

.footer-contact__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 16px;
  letter-spacing: 0.8px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .footer-contact__note {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}

.footer-contact__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .footer-contact__copyright {
    font-size: 12px;
    line-height: 1.4;
  }
}

.contact-form {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .contact-form {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.contact-form__inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .contact-form__inner {
    max-width: calc(100% - 165px);
    margin-left: 165px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-form__inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 920px) {
  .contact-form__inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__inner {
    padding: 0 15px;
    margin-left: 0;
  }
}

.contact-form__header {
  text-align: center;
  margin-bottom: 40px;
}

.contact-form__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #333;
  letter-spacing: 6px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  .contact-form__title {
    font-size: 24px;
    letter-spacing: 4px;
    line-height: 1.6;
  }
}

.contact-form__line {
  display: block;
  width: 44.5px;
  height: 0;
  border-bottom: 2px solid #246ea0;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.contact-form__intro {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 2;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-form__intro {
    font-size: 14px;
    line-height: 1.9;
  }
}

.contact-form__wrapper {
  margin-top: 40px;
}

.contact-form__wrapper .wpcf7 {
  margin: 0;
  padding: 0;
}

.contact-form__wrapper .wpcf7-form {
  padding: 0;
}

.contact-form__row {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contact-form__row {
    margin-bottom: 20px;
  }
}

.contact-form__row p,
.contact-form__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  align-items: flex-start;
}

.contact-form__row p {
  width: 100%;
  margin: 0;
}

.contact-form__row p br {
  display: none;
}

.contact-form__row p label,
.contact-form__row > label {
  flex: 0 0 200px;
  min-width: 200px;
}
@media screen and (max-width: 768px) {
  .contact-form__row p label,
  .contact-form__row > label {
    flex: none;
    min-width: auto;
  }
}

.contact-form__row p .contact-form__input,
.contact-form__row p .wpcf7-form-control-wrap,
.contact-form__row > .contact-form__input {
  flex: 1;
  min-width: 0;
}

@media screen and (max-width: 768px) {
  .contact-form__row p,
  .contact-form__row {
    flex-direction: column;
    gap: 8px;
  }
}
.contact-form__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding-top: 12px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .contact-form__label {
    font-size: 14px;
    padding-top: 0;
  }
}

.contact-form__row--textarea {
  align-items: flex-start;
}

.contact-form__required {
  display: inline-block;
  background-color: #e74c3c;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-left: 8px;
  margin-left: 8px;
  vertical-align: middle;
}

.contact-form__input {
  flex: 1;
  min-width: 0;
}
.contact-form__input input[type=text],
.contact-form__input input[type=email],
.contact-form__input input[type=tel],
.contact-form__input textarea {
  width: 100%;
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  border: 1px solid #707070;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contact-form__input input[type=text],
  .contact-form__input input[type=email],
  .contact-form__input input[type=tel],
  .contact-form__input textarea {
    font-size: 14px;
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
  }
}
.contact-form__input input[type=text]::placeholder,
.contact-form__input input[type=email]::placeholder,
.contact-form__input input[type=tel]::placeholder,
.contact-form__input textarea::placeholder {
  color: #919191;
}
.contact-form__input textarea {
  min-height: 160px;
  resize: vertical;
}
.contact-form__input .wpcf7-form-control-wrap .wpcf7-radio,
.contact-form__input .wpcf7-radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.contact-form__input .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .contact-form__input .wpcf7-list-item {
    margin-right: 0;
  }
}
.contact-form__input .wpcf7-list-item-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form__input .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.contact-form__input input[type=radio] {
  margin-right: 8px;
  cursor: pointer;
}

.contact-form__disclaimer {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  margin-top: 24px;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-form__disclaimer {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 24px;
  }
}
.contact-form__disclaimer a {
  color: #246ea0;
  text-decoration: underline;
}

.contact-form__wrapper .wpcf7-response-output {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  margin-top: 20px;
  padding: 12px;
  border: 1px solid #707070;
}

.contact-form__wrapper .wpcf7-not-valid-tip {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #e74c3c;
  margin-top: 4px;
}

.contact-form__submit {
  text-align: center;
}
.contact-form__submit .wpcf7-submit {
  display: inline-block;
  background-color: #246ea0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding-top: 16px;
  padding-right: 60px;
  padding-bottom: 16px;
  padding-left: 60px;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.contact-form__submit .wpcf7-submit:hover {
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .contact-form__submit .wpcf7-submit {
    font-size: 16px;
    padding-top: 14px;
    padding-right: 40px;
    padding-bottom: 14px;
    padding-left: 40px;
  }
}

.privacy-policy {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .privacy-policy {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.privacy-policy__inner {
  max-width: 1240px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 70px;
}
@media screen and (max-width: 1920px) {
  .privacy-policy__inner {
    margin-left: 165px;
  }
}
@media screen and (max-width: 920px) {
  .privacy-policy__inner {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .privacy-policy__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.privacy-policy__header {
  text-align: center;
  margin-bottom: 40px;
}

.privacy-policy__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #333;
  letter-spacing: 6px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  .privacy-policy__title {
    font-size: 24px;
    letter-spacing: 4px;
    line-height: 1.6;
  }
}

.privacy-policy__line {
  display: block;
  width: 44.5px;
  height: 0;
  border-bottom: 2px solid #246ea0;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.privacy-policy__body {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.privacy-policy__intro {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .privacy-policy__intro {
    font-size: 14px;
    line-height: 1.9;
  }
}

.privacy-policy__item {
  margin-bottom: 32px;
}

.privacy-policy__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.8;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .privacy-policy__item-title {
    font-size: 16px;
  }
}

.privacy-policy__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .privacy-policy__item-text {
    font-size: 14px;
    line-height: 1.9;
  }
}

.privacy-policy__contact {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #707070;
}

.privacy-policy__contact-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.8;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .privacy-policy__contact-title {
    font-size: 16px;
  }
}

.privacy-policy__contact-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .privacy-policy__contact-text {
    font-size: 14px;
    line-height: 1.9;
  }
}

.service-hero {
  width: 100%;
  overflow: hidden;
}

.service-hero__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1500/197;
  overflow: hidden;
}

.service-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-title {
  padding: 85px 0 65px;
  text-align: center;
}

.service-title__heading {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 6px;
  line-height: 57px;
  color: #333;
  margin-bottom: 8px;
}

.service-title__line {
  display: block;
  width: 45px;
  height: 2px;
  background-color: #4daa86;
  margin: 0 auto;
}

.service-business {
  position: relative;
  padding-bottom: max(60px, 12000vw / 1360);
  overflow-x: hidden;
}

.service-business__inner {
  position: relative;
  max-width: calc(100% - 108px);
  margin-left: max(108px, 16500vw / 1360);
  padding-top: 0;
  padding-right: max(15px, 3000vw / 1360);
  padding-bottom: 0;
  padding-left: max(15px, 3000vw / 1360);
  box-sizing: border-box;
}
@media (min-width: 1600px) {
  .service-business__inner {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .service-business__inner {
    padding-right: max(20px, 4000vw / 1360);
    padding-left: max(20px, 4000vw / 1360);
  }
}
@media screen and (max-width: 920px) {
  .service-business__inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 108px;
  }
}
@media screen and (max-width: 768px) {
  .service-business__inner {
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 0;
  }
}

.service-business__bg-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 1008px;
  max-width: 100%;
  height: 508px;
  background-color: #f2fbf7;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .service-business__bg-box {
    width: 55%;
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .service-business__bg-box {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 380px;
    border-radius: 10px;
  }
}

.service-business__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(900px, 70%);
  margin-left: calc(21400vw / 1360);
  padding-top: 0;
  padding-right: max(12px, 2400vw / 1360);
  padding-bottom: max(30px, 5000vw / 1360);
  padding-left: 0;
  box-sizing: border-box;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 2.4px;
  color: #333;
}
@media (min-width: 1600px) {
  .service-business__content {
    margin-left: max(0px, 409px - (100vw - 1600px) / 2 - 30px);
  }
}
@media screen and (max-width: 1024px) {
  .service-business__content {
    max-width: min(700px, 65%);
    padding-right: max(12px, 2000vw / 1360);
  }
}
@media screen and (max-width: 920px) {
  .service-business__content {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .service-business__content {
    max-width: 100%;
    margin-left: 0;
    padding-top: 400px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
    font-size: 14px;
    line-height: 32px;
  }
}

.service-business__content p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.service-business__content p + p {
  margin-top: 0.75em;
}

.service-business__highlight {
  font-size: 20px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .service-business__highlight {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}

.service-business__cards-wrapper {
  position: relative;
  z-index: 1;
  margin-top: max(15px, 3000vw / 1360);
  margin-left: calc(19100vw / 1360);
}
@media (min-width: 1600px) {
  .service-business__cards-wrapper {
    margin-left: max(0px, 386px - (100vw - 1600px) / 2 - 30px);
  }
}
@media screen and (max-width: 920px) {
  .service-business__cards-wrapper {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .service-business__cards-wrapper {
    margin-left: 0;
  }
}

.service-business__banner {
  position: relative;
  z-index: 2;
  width: 223px;
  height: 47px;
  background-color: #267859;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  margin-right: auto;
  clip-path: polygon(0 0, 100% 0, 87.77% 100%, 0 100%);
}
@media screen and (max-width: 1024px) {
  .service-business__banner {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .service-business__banner {
    margin-left: 0;
    width: 180px;
    height: 38px;
  }
}

.service-business__banner-text {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 56px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .service-business__banner-text {
    font-size: 24px;
  }
}

.service-business__cards {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px 0 60px;
}
@media screen and (max-width: 1024px) {
  .service-business__cards {
    flex-wrap: wrap;
  }
}

.service-business__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 333px;
}
@media screen and (max-width: 768px) {
  .service-business__card {
    width: 100%;
    max-width: 333px;
  }
}

.service-business__card-image {
  max-width: 333px;
  width: 100%;
  height: auto;
  aspect-ratio: 333/200;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .service-business__card-image {
    width: 100%;
    height: auto;
  }
}

.service-business__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-business__card-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 18px;
}

.service-business__card-info {
  text-align: center;
}

.service-business__card-title {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 22px;
  color: #333;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .service-business__card-title {
    font-size: 16px;
  }
}

.service-business__card-sub {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 22px;
  color: #333;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .service-business__card-sub {
    font-size: 13px;
  }
}

.service-business__card-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #267859;
  border-radius: 1px;
  text-decoration: none;
  flex-shrink: 0;
}

.service-business__card-more-text {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.377px;
  line-height: 38px;
  color: #fff;
}

.service-business__card-more-arrow {
  width: 7px;
  height: 5px;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 5px solid #fff;
  margin-top: -8px;
}

.service-detail {
  padding: 80px 0;
}

.service-detail__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .service-detail__container {
    padding: 0 20px;
  }
}

.service-detail__header {
  text-align: center;
  margin-bottom: 40px;
}

.service-detail__title {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 6px;
  line-height: 57px;
  color: #333;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .service-detail__title {
    font-size: 22px;
    letter-spacing: 3px;
  }
}

.service-detail__line {
  display: block;
  width: 45px;
  height: 2px;
  background-color: #4daa86;
  margin: 0 auto;
}

.service-detail__intro {
  display: flex;
  gap: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .service-detail__intro {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .service-detail__intro {
    flex-direction: column;
    gap: 30px;
  }
}

.service-detail__intro--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .service-detail__intro--reverse {
    flex-direction: column;
  }
}

.service-detail__intro-image {
  width: 450px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .service-detail__intro-image {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .service-detail__intro-image {
    width: 100%;
  }
}

.service-detail__intro-image img {
  width: 100%;
  height: auto;
}

.service-detail__intro-content {
  flex: 1;
  background-color: #f3faff;
  border-radius: 10px 0 10px 0;
  padding: 40px 50px;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 2.4px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .service-detail__intro-content {
    padding: 30px 20px;
    font-size: 14px;
    line-height: 1.8;
  }
}

.service-detail__intro-content p {
  margin-bottom: 1em;
}

.service-detail__intro-content p:last-child {
  margin-bottom: 0;
}

.service-lineup {
  margin-bottom: 80px;
}

.service-lineup__subtitle {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 2.4px;
  color: #4daa86;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service-lineup__subtitle {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}

.service-lineup__divider {
  display: block;
  width: 100%;
  max-width: 1098px;
  height: 2px;
  background-color: #4daa86;
  margin-bottom: 30px;
}

.service-lineup__desc {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 1.6px;
  color: #333;
  margin-bottom: 50px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .service-lineup__desc {
    font-size: 14px;
    line-height: 1.8;
    padding-left: 0;
    margin-bottom: 30px;
  }
}

.service-lineup__desc p {
  margin-bottom: 0;
}

.service-lineup__box {
  position: relative;
  background-color: #f5f5f5;
  box-shadow: 5px 5px 7.5px 0 rgba(0, 0, 0, 0.1);
  padding: 102px 100px 126px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .service-lineup__box {
    padding: 80px 50px 80px;
  }
}
@media screen and (max-width: 768px) {
  .service-lineup__box {
    padding: 70px 20px 50px;
  }
}

.service-lineup__badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 318px;
  height: 371px;
  background-color: #4daa86;
  border-radius: 0 0 0 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .service-lineup__badge {
    width: 180px;
    height: 210px;
    padding-top: 5px;
  }
}

.service-lineup__badge-text {
  font-family: "Inter", sans-serif;
  font-size: 47px;
  font-weight: 400;
  line-height: 88px;
  letter-spacing: 2.35px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .service-lineup__badge-text {
    font-size: 28px;
    line-height: 60px;
  }
}

.service-lineup__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 476px);
  gap: 50px 62px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .service-lineup__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .service-lineup__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.service-lineup__card {
  width: 100%;
}

.service-lineup__card-header {
  background-color: #4daa86;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .service-lineup__card-header {
    height: 80px;
  }
}

.service-lineup__card-name {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 4.5px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .service-lineup__card-name {
    font-size: 22px;
    letter-spacing: 3px;
  }
}

.service-lineup__card-model {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 2.7px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .service-lineup__card-model {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 30px;
  }
}

.service-lineup__card-image {
  width: 100%;
  height: 283px;
  overflow: hidden;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 768px) {
  .service-lineup__card-image {
    height: auto;
    aspect-ratio: 476/283;
  }
}

.service-lineup__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-lineup__card-specs {
  width: 100%;
  border-collapse: collapse;
}

.service-lineup__card-specs tr {
  display: flex;
}

.service-lineup__card-specs th {
  width: 208px;
  height: 41px;
  background-color: #4daa86;
  border: 1px solid #4daa86;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .service-lineup__card-specs th {
    width: 45%;
    font-size: 13px;
    padding: 0 10px;
    height: 38px;
    line-height: 36px;
  }
}

.service-lineup__card-specs td {
  flex: 1;
  height: 41px;
  background-color: #fcfcfc;
  border: 1px solid #4daa86;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service-lineup__card-specs td {
    font-size: 13px;
    height: 38px;
    line-height: 36px;
  }
}

.service-flow {
  margin-bottom: 80px;
}

.service-flow__header {
  text-align: center;
  margin-bottom: 50px;
}

.service-flow__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 6px;
  line-height: 57px;
  color: #333;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .service-flow__title {
    font-size: 22px;
    letter-spacing: 3px;
  }
}

.service-flow__line {
  display: block;
  width: 44.5px;
  height: 0;
  border-bottom: 2px solid #4daa86;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.service-flow__container {
  position: relative;
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-right: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .service-flow__container {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service-flow__container {
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
  }
}

.service-flow__steps {
  display: flex;
  justify-content: center;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .service-flow__steps {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .service-flow__steps {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}

.service-flow__step {
  position: relative;
  flex: 1;
  min-width: 0;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: -24px;
}
@media screen and (max-width: 1024px) {
  .service-flow__step {
    flex: 0 0 auto;
    width: 220px;
    max-width: none;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .service-flow__step {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}

.service-flow__step:first-child {
  margin-left: 0;
}

.service-flow__step-header {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -20px;
}

.service-flow__step-label {
  font-family: "DIN 2014", "Inter", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: #0e5339;
  margin-bottom: -8px;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
@media screen and (max-width: 768px) {
  .service-flow__step-label {
    font-size: 20px;
    margin-bottom: -6px;
  }
}

.service-flow__step-number {
  font-family: "DIN 2014", "Inter", sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 1;
  color: #0e5339;
  margin-top: 0;
  text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0 -3px 0 #fff, 0 3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
}
@media screen and (max-width: 1024px) {
  .service-flow__step-number {
    font-size: 60px;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  }
}
@media screen and (max-width: 768px) {
  .service-flow__step-number {
    font-size: 50px;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  }
}

.service-flow__step-body {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 46px;
  padding-right: 24px;
  padding-bottom: 30px;
  padding-left: 24px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .service-flow__step-body {
    min-height: 280px;
    padding-top: 75px;
    padding-right: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .service-flow__step-body {
    min-height: auto;
    padding-top: 65px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
    border-radius: 10px;
  }
}

.service-flow__step-body--first {
  padding-left: 27px;
  clip-path: polygon(0 0, 83.63% 0, 100% 50%, 83.63% 100%, 0 100%);
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .service-flow__step-body--first {
    padding-left: 27px;
    clip-path: none;
  }
}
@media screen and (max-width: 768px) {
  .service-flow__step-body--first {
    padding-left: 27px;
    clip-path: none;
  }
}

.service-flow__step-body--02 {
  padding-left: 64px;
  clip-path: polygon(0 0, 83.59% 0, 100% 50%, 83.59% 100%, 0 100%, 16.23% 50%);
  background-color: #f2fbf7;
}
@media screen and (max-width: 1024px) {
  .service-flow__step-body--02 {
    padding-left: 64px;
    clip-path: none;
  }
}
@media screen and (max-width: 768px) {
  .service-flow__step-body--02 {
    padding-left: 64px;
    clip-path: none;
  }
}

.service-flow__step-body--03 {
  padding-left: 64px;
  clip-path: polygon(0 0, 83.59% 0, 100% 50%, 83.59% 100%, 0 100%, 16.23% 50%);
  background-color: #d5f1e4;
}
@media screen and (max-width: 1024px) {
  .service-flow__step-body--03 {
    padding-left: 64px;
    clip-path: none;
  }
}
@media screen and (max-width: 768px) {
  .service-flow__step-body--03 {
    padding-left: 64px;
    clip-path: none;
  }
}

.service-flow__step-body--04 {
  padding-left: 64px;
  clip-path: polygon(0 0, 83.59% 0, 100% 50%, 83.59% 100%, 0 100%, 16.23% 50%);
  background-color: #93d1b9;
}
@media screen and (max-width: 1024px) {
  .service-flow__step-body--04 {
    padding-left: 64px;
    clip-path: none;
  }
}
@media screen and (max-width: 768px) {
  .service-flow__step-body--04 {
    padding-left: 64px;
    clip-path: none;
  }
}

.service-flow__step-body--04 .service-flow__step-title {
  margin-bottom: 62px;
  color: #0e5339;
}
@media screen and (max-width: 1024px) {
  .service-flow__step-body--04 .service-flow__step-title {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .service-flow__step-body--04 .service-flow__step-title {
    margin-bottom: 40px;
  }
}

.service-flow__step-body--04 .service-flow__step-desc {
  color: #0e5339;
}

.service-flow__step-body--last {
  padding-left: 64px;
  clip-path: polygon(0.48% 0, 100% 0, 100% 100%, 0 100%, 17.01% 50%);
  background-color: #4daa86;
}
@media screen and (max-width: 1024px) {
  .service-flow__step-body--last {
    padding-left: 64px;
    clip-path: none;
  }
}
@media screen and (max-width: 768px) {
  .service-flow__step-body--last {
    padding-left: 64px;
    clip-path: none;
  }
}

.service-flow__step-body--last .service-flow__step-title {
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .service-flow__step-body--last .service-flow__step-title {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .service-flow__step-body--last .service-flow__step-title {
    margin-bottom: 40px;
  }
}

.service-flow__step-body--last .service-flow__step-desc {
  color: #fff;
}

.service-flow__step:last-child .service-flow__step-label,
.service-flow__step:last-child .service-flow__step-number {
  color: #0e5339;
}

.service-flow__step-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
  color: #0e5339;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .service-flow__step-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service-flow__step-title {
    font-size: 18px;
  }
}

.service-flow__step-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  color: #333;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .service-flow__step-desc {
    font-size: 14px;
    line-height: 1.8;
  }
}

.service-faq {
  padding: 100px 0;
  background-color: #ebf3f0;
}

.service-faq__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .service-faq__container {
    padding: 0 20px;
  }
}

.service-faq__header {
  text-align: center;
  margin-bottom: 50px;
}

.service-faq__title {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 6px;
  line-height: 57px;
  color: #333;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .service-faq__title {
    font-size: 22px;
  }
}

.service-faq__line {
  display: block;
  width: 45px;
  height: 2px;
  background-color: #246ea0;
  margin-top: 8px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.service-faq__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.service-faq__item {
  background-color: #fff;
  overflow: hidden;
}

.service-faq__item.is-open .service-faq__answer {
  display: block;
}

.service-faq__item.is-open .service-faq__toggle-icon {
  transform: rotate(45deg);
}

.service-faq__question {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 25px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  min-height: 74px;
}

.service-faq__q {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 57px;
  color: #267859;
  margin-right: 15px;
}

.service-faq__question-text {
  flex: 1;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 40px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .service-faq__question-text {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6;
  }
}

.service-faq__toggle-icon {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 7.2px;
  line-height: 1;
  color: #267859;
  margin-left: 20px;
  transition: transform 0.3s ease;
}

.service-faq__answer {
  display: none;
  padding: 0 25px 30px 77px;
}
@media screen and (max-width: 768px) {
  .service-faq__answer {
    padding: 0 20px 20px 20px;
  }
}

.service-faq__answer-text {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 40px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .service-faq__answer-text {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
}

.service-sanitation {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .service-sanitation {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.service-sanitation__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 2.4px;
  color: #4daa86;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .service-sanitation__subtitle {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}

.service-sanitation__divider {
  display: block;
  width: 100%;
  max-width: 713px;
  height: 4px;
  background-color: #4daa86;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .service-sanitation__divider {
    max-width: 100%;
    height: 3px;
    margin-bottom: 30px;
  }
}

.service-sanitation__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 1.6px;
  color: #333;
  margin-bottom: 60px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .service-sanitation__desc {
    font-size: 14px;
    line-height: 1.8;
    padding-left: 0;
    margin-bottom: 30px;
  }
}

.service-sanitation__desc p {
  margin-bottom: 0;
}

.service-sanitation__photos {
  position: relative;
  max-width: 1216px;
  height: 630px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .service-sanitation__photos {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .service-sanitation__photos {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

.service-sanitation__photos-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 481px;
  background-image: url("../images/service-bg-img01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .service-sanitation__photos-bg {
    height: 380px;
  }
}
@media screen and (max-width: 768px) {
  .service-sanitation__photos-bg {
    position: relative;
    display: none;
  }
}

.service-sanitation__photo {
  position: absolute;
  max-width: 470px;
  width: 38%;
  aspect-ratio: 470/525;
}
@media screen and (max-width: 768px) {
  .service-sanitation__photo {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 470/300;
  }
}

.service-sanitation__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-sanitation__photo--left {
  top: 0;
  left: 50px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .service-sanitation__photo--left {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service-sanitation__photo--left {
    top: auto;
    left: auto;
    border-radius: 10px;
    overflow: hidden;
  }
}

.service-sanitation__photo--right {
  top: 104px;
  right: 50px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .service-sanitation__photo--right {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service-sanitation__photo--right {
    top: auto;
    right: auto;
    border-radius: 10px;
    overflow: hidden;
  }
}

.service-estate {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .service-estate {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.service-estate__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 2.4px;
  color: #4daa86;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .service-estate__subtitle {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}

.service-estate__divider {
  display: block;
  width: 100%;
  max-width: 327px;
  height: 4px;
  background-color: #4daa86;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .service-estate__divider {
    max-width: 200px;
    height: 3px;
    margin-bottom: 30px;
  }
}

.service-estate__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 1.6px;
  color: #333;
  margin-bottom: 60px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .service-estate__desc {
    font-size: 14px;
    line-height: 1.8;
    padding-left: 0;
    margin-bottom: 30px;
  }
}

.service-estate__desc p {
  margin-bottom: 0;
}

.service-estate__photos {
  position: relative;
  max-width: 1300px;
  height: 630px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .service-estate__photos {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .service-estate__photos {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

.service-estate__photo-bg--left {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 475px;
  background-color: #f2fbf7;
}
@media screen and (max-width: 1024px) {
  .service-estate__photo-bg--left {
    height: 370px;
  }
}
@media screen and (max-width: 768px) {
  .service-estate__photo-bg--left {
    display: none;
  }
}

.service-estate__photo-bg--right {
  position: absolute;
  top: 109px;
  right: 0;
  width: 55%;
  height: 491px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1024px) {
  .service-estate__photo-bg--right {
    top: 80px;
    height: 390px;
  }
}
@media screen and (max-width: 768px) {
  .service-estate__photo-bg--right {
    display: none;
  }
}

.service-estate__photo {
  position: absolute;
  max-width: 470px;
  width: 38%;
  aspect-ratio: 470/525;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .service-estate__photo {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 470/300;
    border-radius: 10px;
    overflow: hidden;
  }
}

.service-estate__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-estate__photo--left {
  top: 70px;
  left: 10%;
}
@media screen and (max-width: 1024px) {
  .service-estate__photo--left {
    left: 5%;
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .service-estate__photo--left {
    top: auto;
    left: auto;
  }
}

.service-estate__photo--right {
  top: 0;
  right: 10%;
}
@media screen and (max-width: 1024px) {
  .service-estate__photo--right {
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .service-estate__photo--right {
    top: auto;
    right: auto;
  }
}

.service-estate-cta {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .service-estate-cta {
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
  }
}

.service-estate-cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 450px;
  height: 58px;
  background-color: #4daa86;
  text-decoration: none;
  transition: opacity 0.3s;
}
.service-estate-cta__button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .service-estate-cta__button {
    width: 100%;
    max-width: 450px;
    height: 50px;
  }
}

.service-estate-cta__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 142px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .service-estate-cta__text {
    font-size: 16px;
  }
}

.service-estate-cta__arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 20px;
}

.case-hero {
  width: 100%;
  overflow: hidden;
}
.case-hero__images {
  display: flex;
  width: 100%;
  height: 197px;
}
.case-hero__image {
  flex: 1;
}
.case-hero__image--left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-hero__image--right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-title {
  padding: 85px 0 65px;
  text-align: center;
}
.case-title__heading {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 6px;
  color: #333;
  margin-bottom: 8px;
}
.case-title__line {
  display: block;
  width: 45px;
  height: 2px;
  background-color: #4daa86;
  margin: 0 auto;
}

.case-intro {
  max-width: 1242px;
  margin: 0 auto 100px;
  padding: 0 53px;
}
@media screen and (max-width: 768px) {
  .case-intro {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}
.case-intro__box {
  background-color: #f3faff;
  border-radius: 10px 0 10px 0;
  padding: 50px 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .case-intro__box {
    padding: 30px 20px;
  }
}
.case-intro__text {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 5px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .case-intro__text {
    font-size: 16px;
    letter-spacing: 2px;
  }
}

.case-list {
  padding-bottom: 100px;
}
.case-list__container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 100px 54px;
  background-color: #fcfcfc;
  border-radius: 10px 0 10px 0;
}
@media screen and (max-width: 1024px) {
  .case-list__container {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  .case-list__container {
    padding: 40px 20px;
  }
}

.case-card {
  display: flex;
  align-items: flex-start;
  gap: 90px;
  background-color: #fff;
  border: 0.5px solid #707070;
  border-radius: 10px;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 56px 71px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .case-card {
    gap: 40px;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .case-card {
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
  }
}
.case-card:last-child {
  margin-bottom: 0;
}
.case-card--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .case-card--reverse {
    flex-direction: column;
  }
}
.case-card__image {
  width: 377px;
  height: 345px;
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .case-card__image {
    width: 300px;
    height: 275px;
  }
}
@media screen and (max-width: 768px) {
  .case-card__image {
    width: 100%;
    height: auto;
    aspect-ratio: 377/345;
  }
}
.case-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-card__content {
  flex: 1;
  padding-top: 8px;
}
.case-card__customer {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 5px;
  color: #333;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .case-card__customer {
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 16px;
  }
}
.case-card__product {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 5px;
  color: #333;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .case-card__product {
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }
}
.case-card__description {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.05;
  letter-spacing: 3.6px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .case-card__description {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 1.8;
  }
}

.news-hero {
  width: 100%;
  overflow: hidden;
}
.news-hero__images {
  display: flex;
  width: 100%;
  height: 197px;
}
.news-hero__image {
  flex: 1;
}
.news-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-title {
  padding: 85px 0 65px;
  text-align: center;
}
.news-title__heading {
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif, sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 6px;
  line-height: 57px;
  color: #333;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .news-title__heading {
    font-size: 22px;
    letter-spacing: 3px;
  }
}
.news-title__line {
  display: block;
  width: 45px;
  height: 2px;
  background-color: #4daa86;
  margin: 0 auto;
}

.news-layout {
  display: flex;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 40px 100px;
  gap: 100px;
}
@media screen and (max-width: 1024px) {
  .news-layout {
    gap: 50px;
    padding: 0 30px 80px;
  }
}
@media screen and (max-width: 768px) {
  .news-layout {
    flex-direction: column;
    gap: 60px;
    padding: 0 20px 60px;
  }
}
.news-layout__main {
  flex: 1;
  min-width: 0;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, 367px);
  gap: 80px 100px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  .news-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    max-width: 400px;
    margin: 0 auto;
  }
}

.news-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
.news-card__link:hover {
  opacity: 0.8;
}
.news-card__date {
  display: block;
  text-align: right;
  font-family: "Inter", sans-serif, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .news-card__date {
    font-size: 15px;
    line-height: 40px;
  }
}
.news-card__image {
  width: 100%;
  height: 313px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news-card__image {
    height: auto;
    aspect-ratio: 367/313;
  }
}
.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card__body {
  background-color: #f3faff;
  padding: 35px 34px 30px 0;
  min-height: 191px;
}
@media screen and (max-width: 768px) {
  .news-card__body {
    padding: 25px 20px 25px 0;
    min-height: auto;
  }
}
.news-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 39px;
  background-color: #246ea0;
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif, sans-serif;
  font-size: 27px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .news-card__tag {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.news-card__title {
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #333;
  padding-left: 34px;
  max-width: 332px;
}
@media screen and (max-width: 768px) {
  .news-card__title {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 20px;
    max-width: 100%;
  }
}

.news-pagination {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .news-pagination {
    margin-top: 50px;
  }
}
.news-pagination .navigation.pagination {
  text-align: center;
}
.news-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.news-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif, sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  .news-pagination .page-numbers {
    min-width: 38px;
    height: 38px;
    font-size: 20px;
  }
}
.news-pagination .page-numbers:hover {
  background-color: rgba(77, 170, 134, 0.15);
}
.news-pagination .page-numbers.current {
  background-color: #4daa86;
  color: #fff;
}
.news-pagination .prev,
.news-pagination .next {
  min-width: 20px;
  height: 25px;
  font-size: 0;
}
.news-pagination .news-pagination__arrow {
  display: block;
  width: 0;
  height: 0;
}
.news-pagination .news-pagination__arrow--prev {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #333;
}
.news-pagination .news-pagination__arrow--next {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #333;
}
.news-pagination .dots {
  font-size: 25px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .news-pagination .dots {
    font-size: 20px;
  }
}

.news-sidebar {
  width: 170px;
  flex-shrink: 0;
  position: relative;
  padding-left: 22px;
}
@media screen and (max-width: 768px) {
  .news-sidebar {
    width: 100%;
    max-width: 300px;
    padding-left: 22px;
  }
}
.news-sidebar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 332px;
  background-color: #246ea0;
}
@media screen and (max-width: 768px) {
  .news-sidebar::before {
    height: 100%;
  }
}
.news-sidebar__title {
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif, sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .news-sidebar__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.news-sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-sidebar__item {
  margin-bottom: 0;
}
.news-sidebar__link {
  display: block;
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .news-sidebar__link {
    font-size: 15px;
    padding: 8px 0;
  }
}
.news-sidebar__link:hover {
  color: #246ea0;
}

.news-single {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .news-single {
    padding-bottom: 60px;
  }
}
.news-single__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .news-single__container {
    padding: 0 20px;
  }
}
.news-single__meta {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.news-single__date {
  font-family: "Inter", sans-serif, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .news-single__date {
    font-size: 16px;
    line-height: 40px;
  }
}
.news-single__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 153px;
  height: 43px;
  background-color: #246ea0;
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif, sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news-single__tag {
    width: 120px;
    height: 36px;
    font-size: 22px;
  }
}
.news-single__heading {
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
  color: #333;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .news-single__heading {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 25px;
  }
}
.news-single__thumbnail {
  width: 100%;
  margin-bottom: 60px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news-single__thumbnail {
    margin-bottom: 40px;
  }
}
.news-single__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.news-single__content {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .news-single__content {
    margin-bottom: 50px;
  }
}
.news-single__content h2 {
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
  color: #333;
  padding-left: 20px;
  border-left: 5px solid #246ea0;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .news-single__content h2 {
    font-size: 22px;
    line-height: 1.5;
    padding-left: 15px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.news-single__content h2:first-child {
  margin-top: 0;
}
.news-single__content h3 {
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 50px;
  color: #333;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .news-single__content h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.news-single__content p {
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  color: #333;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .news-single__content p {
    font-size: 16px;
    line-height: 1.8;
  }
}
.news-single__content p + p {
  margin-top: 0;
}
.news-single__content p:empty {
  display: none;
}
.news-single__content ul,
.news-single__content ol {
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif, sans-serif;
  font-size: 20px;
  line-height: 50px;
  color: #333;
  padding-left: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .news-single__content ul,
  .news-single__content ol {
    font-size: 16px;
    line-height: 1.8;
    padding-left: 20px;
  }
}
.news-single__content img {
  max-width: 100%;
  height: auto;
}
.news-single__back {
  text-align: center;
}
.news-single__back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 305px;
  height: 58px;
  background-color: #246ea0;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .news-single__back-btn {
    width: 260px;
    height: 52px;
  }
}
.news-single__back-btn:hover {
  opacity: 0.8;
}
.news-single__back-text {
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .news-single__back-text {
    font-size: 18px;
  }
}
.news-single__back-arrow {
  width: 6px;
  height: 13px;
  border-top: 6.5px solid transparent;
  border-bottom: 6.5px solid transparent;
  border-left: 6px solid #fff;
}

.side-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 108px;
  height: 100vh;
  background: linear-gradient(180deg, #4daa86 0%, #267859 100%);
  z-index: 100;
  display: flex;
  flex-direction: column;
}

.side-header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 10px 0 30px;
}

.side-header__logo {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}

.side-header__logo-link {
  display: block;
}

.side-header__logo-img {
  width: 100%;
  height: auto;
}

.side-header__hamburger {
  width: 50px;
  height: 30px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-bottom: auto;
}

.side-header__hamburger-line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.side-header__hamburger-line:nth-child(1) {
  top: 0;
}

.side-header__hamburger-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.side-header__hamburger-line:nth-child(3) {
  bottom: 0;
}

.side-header__hamburger.is-active .side-header__hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.side-header__hamburger.is-active .side-header__hamburger-line:nth-child(2) {
  opacity: 0;
}

.side-header__hamburger.is-active .side-header__hamburger-line:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.side-header__scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.side-header__scroll-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  writing-mode: horizontal-tb;
  animation: scrollTextBounce 2s ease-in-out infinite;
}

.side-header__scroll-arrow {
  display: block;
  animation: scrollArrowBounce 2s ease-in-out infinite;
}

.side-header__scroll-arrow img {
  display: block;
}

@keyframes scrollTextBounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(8px);
    opacity: 0.7;
  }
}
@keyframes scrollArrowBounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .side-header {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 70px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
  }
  .side-header__inner {
    flex-direction: row;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 0;
    justify-content: space-between;
    align-items: center;
  }
  .side-header__logo {
    margin-bottom: 0;
    padding: 0;
    max-width: 60px;
    width: auto;
    flex: 0 0 auto;
  }
  .side-header__hamburger {
    margin-bottom: 0;
    flex: 0 0 auto;
  }
  .side-header__scroll {
    display: none;
  }
}
.global-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}

.global-nav.is-active {
  visibility: visible;
  opacity: 1;
}

.global-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.global-nav__content {
  position: absolute;
  top: 0;
  left: 108px;
  width: calc(100% - 108px);
  height: 100%;
  background-color: #e4ebef;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .global-nav__content {
    left: 0;
    width: 100%;
    overflow: hidden;
  }
}
.global-nav.is-active .global-nav__content {
  transform: translateX(0);
}

.global-nav__inner {
  display: grid;
  grid-template-columns: 380px 280px 370px;
  grid-template-rows: 185px 185px 222px 145px;
  gap: 9px;
  padding: 80px 60px;
  height: 100vh;
  justify-content: center;
  align-content: center;
  max-width: 100%;
  box-sizing: border-box;
  transform-origin: center center;
}

@media screen and (max-width: 920px) {
  .global-nav__inner {
    transform: scale(0.85);
  }
}
@media screen and (max-width: 1024px) {
  .global-nav__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    padding: 50px 40px;
    gap: 9px;
    height: auto;
    min-height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .global-nav__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, minmax(0, 1fr));
    padding: 80px 8px 12px;
    gap: 4px;
    height: calc(100vh - 80px);
    min-height: 0;
    transform: none;
    align-content: stretch;
    max-height: calc(100dvh - 80px);
  }
}
.global-nav__item {
  display: block;
  background-color: transparent;
  border-radius: 20px;
  padding: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.global-nav__item-image {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .global-nav__item {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    box-sizing: border-box;
  }
  .global-nav__item-image {
    border-radius: 8px;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
.global-nav__item--company {
  grid-column: 1/3;
  grid-row: 1/3;
}

@media screen and (max-width: 1024px) {
  .global-nav__item--company {
    grid-column: 1;
    grid-row: auto;
  }
}
@media screen and (max-width: 768px) {
  .global-nav__item--company {
    grid-column: 1;
    grid-row: 1;
  }
}
.global-nav__item--news {
  grid-column: 3;
  grid-row: 1;
}

@media screen and (max-width: 1024px) {
  .global-nav__item--news {
    grid-column: 2;
    grid-row: auto;
  }
}
@media screen and (max-width: 768px) {
  .global-nav__item--news {
    grid-column: 2;
    grid-row: 1;
  }
}
.global-nav__item--casestudy {
  grid-column: 3;
  grid-row: 2;
}

@media screen and (max-width: 1024px) {
  .global-nav__item--casestudy {
    grid-column: 1;
    grid-row: auto;
  }
}
@media screen and (max-width: 768px) {
  .global-nav__item--casestudy {
    grid-column: 1;
    grid-row: 2;
  }
}
.global-nav__item--contact {
  grid-column: 1;
  grid-row: 3/5;
}

@media screen and (max-width: 1024px) {
  .global-nav__item--contact {
    grid-column: 2;
    grid-row: auto;
  }
}
@media screen and (max-width: 768px) {
  .global-nav__item--contact {
    grid-column: 2;
    grid-row: 2;
  }
}
.global-nav__item--column {
  grid-column: 2;
  grid-row: 3;
}

@media screen and (max-width: 1024px) {
  .global-nav__item--column {
    grid-column: 1;
    grid-row: auto;
  }
}
@media screen and (max-width: 768px) {
  .global-nav__item--column {
    grid-column: 1;
    grid-row: 3;
  }
}
.global-nav__item--privacy {
  grid-column: 2;
  grid-row: 4;
}

@media screen and (max-width: 1024px) {
  .global-nav__item--privacy {
    grid-column: 1;
    grid-row: auto;
  }
}
@media screen and (max-width: 768px) {
  .global-nav__item--privacy {
    grid-column: 2;
    grid-row: 3;
  }
}
.global-nav__item--business {
  grid-column: 3;
  grid-row: 3/5;
}

@media screen and (max-width: 1024px) {
  .global-nav__item--business {
    grid-column: 2;
    grid-row: auto;
  }
}
@media screen and (max-width: 768px) {
  .global-nav__item--business {
    grid-column: 1/-1;
    grid-row: 4;
  }
}
.hero {
  position: relative;
  height: 875px;
}
@media screen and (max-width: 768px) {
  .hero {
    height: 600px;
  }
}

.hero__slider {
  position: absolute;
  top: 0;
  left: 100px;
  width: calc(100% - 100px);
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .hero__slider {
    left: 0;
    width: 100%;
  }
}

.hero__slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero__slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero__slide-inner--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__slide-inner--video {
  background-color: #000;
}

.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__overlay {
  position: absolute;
  top: 0;
  left: 100px;
  width: calc(100% - 100px);
  height: 100%;
  background-color: #919191;
  opacity: 0.37;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .hero__overlay {
    left: 0;
    width: 100%;
  }
}

.hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  z-index: 3;
}

.hero__title {
  font-family: "YuGothic", "游ゴシック", sans-serif;
  font-size: 47px;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.59);
}
@media screen and (max-width: 768px) {
  .hero__title {
    font-size: 28px;
  }
}

.hero__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 37px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .hero__subtitle {
    font-size: 20px;
    margin-top: 20px;
  }
}

.side-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
  height: 100vh;
  background: linear-gradient(265deg, #58bf97, #4daa86, #399b75, #26845f);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .side-menu {
    display: none;
  }
}

.side-menu__logo {
  max-width: 100px;
  width: 100%;
  height: 100px;
}
.side-menu__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side-menu__hamburger {
  margin-top: 25px;
  width: 45px;
  height: 30px;
  cursor: pointer;
}

.side-menu__scroll {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.side-menu__scroll-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}

.side-menu__scroll-arrow {
  width: 7px;
  height: 32px;
}

.message {
  padding-top: 125px;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .message {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.message__en {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #93d1b9;
  line-height: 1.5;
}

.message__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .message__title {
    font-size: 24px;
    margin-top: 10px;
  }
}

.message__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 2;
  margin-top: 35px;
  max-width: 1118px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .message__text {
    font-size: 14px;
    text-align: left;
  }
}

.news {
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .news {
    flex-direction: column;
    gap: 40px;
  }
}

.news__inner {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .news__inner {
    max-width: calc(100% - 165px);
    margin-left: 165px;
  }
}
@media screen and (max-width: 1024px) {
  .news__inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 920px) {
  .news__inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .news__inner {
    padding: 0 15px;
    margin-left: 0;
  }
}

.news__wrapper {
  display: flex;
  gap: 5.3921568627%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .news__wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news__wrapper {
    flex-direction: column;
    gap: 30px;
  }
}

.news__content {
  flex: 0 0 44.8179271709%;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .news__content {
    flex: 1 1 auto;
    max-width: 100%;
  }
}

.news__header {
  text-align: left;
}

.news__title-en {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #93d1b9;
  line-height: 1.5;
}

.news__title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .news__title-ja {
    font-size: 28px;
  }
}

.news__line {
  width: 350px;
  height: 1px;
  background-color: #333;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .news__line {
    width: 100%;
  }
}

.news__list {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .news__list {
    padding-left: 0px;
  }
}

.news__item {
  padding-top: 45px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}

.news__item-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.news__item-tag {
  background-color: #246ea0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-top: 3px;
  padding-right: 15px;
  padding-bottom: 3px;
  padding-left: 15px;
}

.news__item-date {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.news__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .news__item-title {
    font-size: 16px;
  }
}

.news__readmore {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}

.news__readmore a {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
}

.news__readmore-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.news__readmore-arrow {
  width: 34px;
  height: 8px;
  display: block;
  transition: transform 0.2s ease;
}

.news__readmore a:hover .news__readmore-arrow {
  transform: translateX(4px);
}

.news__image {
  flex: 0 0 49.7899159664%;
  width: 100%;
  height: auto;
  aspect-ratio: 711/526;
}
@media screen and (max-width: 1024px) {
  .news__image {
    flex: 1 1 auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news__image {
    display: none;
  }
}

.news__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__image-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .news__image-sp {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 711/526;
    margin-top: 20px;
  }
}

.news__image-sp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .company {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f2fbf7;
  }
}

.company__inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .company__inner {
    max-width: calc(100% - 165px);
    margin-left: 165px;
  }
}
@media screen and (max-width: 1024px) {
  .company__inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 920px) {
  .company__inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .company__inner {
    padding: 0 15px;
    margin-left: 0;
  }
}

.company__wrapper {
  width: 100%;
  min-width: 0;
}

.company__header {
  text-align: left;
}

.company__title-en {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #93d1b9;
  line-height: 1.5;
}

.company__title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .company__title-ja {
    font-size: 28px;
  }
}

.company__main {
  position: relative;
  margin-top: 23px;
  min-width: 0;
}

.company__bg {
  position: absolute;
  top: -17px;
  right: 0;
  width: 91%;
  height: 110%;
  background-color: #f2fbf7;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .company__bg {
    display: none;
  }
}

.company__content {
  display: flex;
  gap: 56px;
  min-width: 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .company__content {
    flex-direction: column;
    padding-bottom: 20px;
    gap: 30px;
  }
}

.company__image-main {
  flex: 0 0 45%;
  min-width: 280px;
  max-width: 624px;
  width: 100%;
  height: auto;
  aspect-ratio: 624/452;
}
@media screen and (max-width: 1024px) {
  .company__image-main {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
  }
}
.company__image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company__info {
  flex: 1 1 0;
  min-width: 0;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .company__info {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.company__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.875;
  padding-right: 56px;
}
@media screen and (max-width: 768px) {
  .company__text {
    font-size: 14px;
    padding-right: 0;
  }
}

.company__btn {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .company__btn {
    text-align: center;
  }
}

.company__btn .btn-primary__arrow {
  filter: brightness(0) invert(1);
}

.works__btn .btn-primary__arrow,
.column__btn .btn-primary__arrow {
  filter: brightness(0) invert(1);
}

.company__images {
  display: flex;
  gap: 9px;
  margin-top: clamp(-80px, 405px - 33.65vw, 60px);
  padding-left: 193px;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .company__images {
    padding-left: 0;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .company__images {
    margin-top: 50px;
    flex-direction: column;
  }
}

.company__image-sub {
  flex: 1;
  max-width: 406px;
  min-width: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 406/325;
}
@media screen and (max-width: 768px) {
  .company__image-sub {
    flex: none;
    width: 100%;
  }
}
.company__image-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business {
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .business {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.business__inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .business__inner {
    max-width: calc(100% - 165px);
    margin-left: 165px;
  }
}
@media screen and (max-width: 1024px) {
  .business__inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 920px) {
  .business__inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .business__inner {
    padding: 0 15px;
    margin-left: 0;
  }
}

.business__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  background-color: #f2fbf7;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .business__bg {
    width: 100%;
    clip-path: none;
  }
}

.business__header {
  text-align: left;
}

.business__title-en {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #93d1b9;
  line-height: 1.5;
}

.business__title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .business__title-ja {
    font-size: 28px;
  }
}

.business__list {
  display: flex;
  gap: 0;
  margin-top: 45px;
  justify-content: end;
}
@media screen and (max-width: 1024px) {
  .business__list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .business__list {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .business__item {
    flex: 0 0 calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .business__item {
    flex: 0 0 100%;
  }
}

.business__item-image {
  position: relative;
  max-width: 452px;
  width: 100%;
  height: auto;
  aspect-ratio: 452/383;
}
@media screen and (max-width: 1024px) {
  .business__item-image {
    max-width: 100%;
  }
}

.business__item-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business__item-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(51, 51, 51, 0.72);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 30px;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}

.business__item-btn {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.works {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .works {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.works__header {
  text-align: center;
}

.works__title-en {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #93d1b9;
  line-height: 1.5;
}

.works__title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .works__title-ja {
    font-size: 28px;
  }
}

.works__slider {
  margin-top: 70px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .works__slider {
    margin-top: 40px;
  }
}

.works__slider .swiper-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.works__item {
  width: 100%;
  box-sizing: border-box;
}

.works__item-image {
  width: 100%;
  height: auto;
  aspect-ratio: 426/313;
}
.works__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .works__item-title {
    font-size: 24px;
    padding: 0 15px;
    text-align: center;
  }
}

.works__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .works__item-text {
    font-size: 16px;
    padding: 0 15px;
    text-align: center;
  }
}

.works__btn {
  margin-top: 45px;
  text-align: center;
}

.column {
  padding-top: 80px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .column {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.column__header {
  text-align: center;
}

.column__title-en {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #93d1b9;
  line-height: 1.5;
}

.column__grid {
  display: grid;
  grid-template-columns: repeat(3, 376px);
  gap: 42px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1212px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .column__grid {
    grid-template-columns: repeat(2, 376px);
    gap: 42px;
  }
}
@media screen and (max-width: 768px) {
  .column__grid {
    grid-template-columns: 376px;
    margin-top: 30px;
    gap: 42px;
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  .column__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 100%;
  }
}

.column__item {
  width: 376px;
  height: 544px;
  box-sizing: border-box;
}
@media screen and (max-width: 550px) {
  .column__item {
    width: 100%;
    max-width: 376px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
}

.column__item-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.column__item-date {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-align: right;
  display: block;
}

.column__item-image {
  width: 100%;
  height: 320px;
  margin-top: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.column__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 550px) {
  .column__item-image {
    width: 100%;
    height: auto;
    aspect-ratio: 367/313;
  }
}

.column__item-body {
  flex: 1;
  background-color: #f2fbf7;
  padding-top: 35px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  margin-top: -35px;
  position: relative;
  min-height: 0;
}
@media screen and (max-width: 550px) {
  .column__item-body {
    padding-bottom: 45px;
    padding-left: 35px;
    padding-right: 35px;
  }
}

.column__item-tag {
  display: inline-block;
  background-color: #93d1b9;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 27px;
  font-weight: 400;
  padding-top: 7px;
  padding-right: 30px;
  padding-bottom: 7px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .column__item-tag {
    font-size: 20px;
  }
}

.column__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .column__item-title {
    font-size: 16px;
  }
}

.column__btn {
  margin-top: 60px;
  text-align: center;
}

.footer-contact {
  background-color: #4daa86;
  padding-top: 27px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .footer-contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.footer-contact__inner {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .footer-contact__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.footer-contact__header {
  text-align: center;
}

.footer-contact__title {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}

.footer-contact__btn {
  margin-top: 10px;
  text-align: center;
}

.footer-contact__btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #267859;
  color: #267859;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding-top: 15px;
  padding-right: 60px;
  padding-bottom: 15px;
  padding-left: 60px;
  min-width: 404px;
  min-height: 58px;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .footer-contact__btn-link {
    min-width: 100%;
  }
}
.footer-contact__btn-link:hover {
  opacity: 0.8;
}

.footer-contact__logo {
  max-width: 429px;
  width: 100%;
  height: auto;
  aspect-ratio: 429/86;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.footer-contact__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-contact__info {
  text-align: center;
  margin-top: 30px;
}

.footer-contact__company {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-contact__company {
    font-size: 18px;
  }
}

.footer-contact__address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .footer-contact__address {
    font-size: 14px;
  }
}

.footer-contact__tel {
  font-family: "Inter", sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .footer-contact__tel {
    font-size: 28px;
  }
}

.footer-contact__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .footer-contact__note {
    font-size: 14px;
  }
}

.footer-contact__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .footer-contact__copyright {
    font-size: 14px;
  }
}

.main-content {
  margin-left: 0;
}

body.is-nav-open {
  overflow: hidden;
}

.inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .inner {
    max-width: calc(100% - 165px);
    margin-left: 165px;
  }
}
@media screen and (max-width: 1024px) {
  .inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 920px) {
  .inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 15px;
    margin-left: 0;
  }
}

.section-title {
  text-align: center;
}

.section-title__en {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #93d1b9;
  line-height: 1.5;
}

.section-title__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .section-title__ja {
    font-size: 28px;
  }
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4daa86;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
  min-width: 305px;
  min-height: 58px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.btn-primary:hover {
  opacity: 0.8;
}

.btn-primary__text {
  margin-right: 15px;
}

.btn-primary__arrow {
  width: 6px;
  height: 13px;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #267859;
  color: #267859;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
  min-width: 305px;
  min-height: 58px;
  text-decoration: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s;
}
.btn-outline:hover {
  opacity: 0.8;
}

.btn-outline__text {
  margin-right: 15px;
}

.btn-outline__arrow {
  width: 6px;
  height: 13px;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
.page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  opacity: 1;
  visibility: visible;
}

.page-top__link {
  display: block;
  width: 30px;
  height: 30px;
}

.page-top__icon {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
