@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.active::before {
  border-radius: 6.944vw;
  position: absolute;
  bottom: -0.278vw;
  left: 0;
  content: "";
  width: 100%;
  height: 0.139vw;
  background-color: #335e35;
}

.header .header--sp {
  display: none;
}
.header .header--sp__box {
  display: none;
}
.header-content {
  display: flex;
  justify-content: space-between;
  padding-top: 1.458vw;
  padding-bottom: 1.25vw;
  padding-right: 5.139vw;
  padding-left: 4.722vw;
}
.header .header--logo img {
  width: 12.083vw;
  height: 4.236vw;
}
.header .header--navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header--navbar ul {
  display: flex;
  justify-content: space-between;
}
.header .header--navbar ul li {
  line-height: 1.389vw;
}
.header .header--navbar ul a {
  position: relative;
  display: inline-block;
  margin-right: 3.472vw;
  font-size: 1.111vw;
  font-weight: bold;
  line-height: inherit;
  letter-spacing: 0.111vw;
  color: #333333;
  text-decoration: none;
}
.header .header--navbar ul a::after {
  border-radius: 6.944vw;
  position: absolute;
  bottom: -0.278vw;
  left: 0;
  content: "";
  width: 100%;
  height: 0.139vw;
  background-color: #335e35;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.header .header--navbar ul a:hover::after {
  transform: scale(1, 1);
}
.header .header--navbar ul .active {
  color: #335e35;
}
.header .header--navbar .header--link {
  font-size: 1.111vw;
  font-weight: 700;
  line-height: 1.389vw;
  letter-spacing: 0.056vw;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #335e35;
  color: #335e35;
  padding: 0.764vw 3.125vw 0.764vw 2.222vw;
  position: relative;
}
.header .header--navbar .header--link:hover {
  background-color: #335e35;
  color: #ffffff;
}
.header .header--navbar .header--link:hover svg g line {
  stroke: #ffffff;
}
.header .header--navbar .header--link svg {
  position: absolute;
  right: 1.063vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.header--sp__navbar {
  display: none;
}

@media only screen and (max-width: 767px) {
  .active::before {
    border-radius: 6.944vw;
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #335e35;
  }
  .header {
    background-color: #ffffff;
  }
  .header .header-content {
    padding: 0px !important;
  }
  .header .header--logo {
    display: none;
  }
  .header .header--navbar {
    display: none;
  }
  .header .header--sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 5.128vw;
  }
  .header .header--sp .header--sp__logo {
    width: 38.462vw;
    height: 10.385vw;
  }
  .header .header--sp .header--sp__button {
    padding: 5.128vw;
    border: none;
    background-color: #ffffff;
  }
  .header .header--sp .header--sp__button img {
    width: 26px;
  }
  .header--sp__navbar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 100;
    overflow: auto;
  }
  .header--sp__navbar .header--sp__box {
    position: relative;
    padding: 45vw 0 35.128vw;
  }
  .header--sp__navbar .header--sp__box .header--sp__absolute {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background-color: #ffffff;
    cursor: pointer;
  }
  .header--sp__navbar .header--sp__box .header--sp__absolute img {
    padding: 5.128vw;
  }
  .header--sp__navbar .header--sp__box .header--sp__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8.718vw;
  }
  .header--sp__navbar .header--sp__box .header--sp__link a {
    text-decoration: none;
    font-size: 4.103vw;
    font-weight: bold;
    letter-spacing: 0.41vw;
    line-height: 5.128vw;
    color: #333333;
    cursor: pointer;
    position: relative;
    padding: 0 2px;
  }
  .header--sp__navbar .header--sp__box .header--sp__link .active {
    color: #335e35;
  }
  .header--sp__navbar .header--sp__images .img-menu {
    width: 155px;
    margin: 0 auto;
  }
  .header--sp__navbar .header--sp__images .img-menu img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.footer--br__sp {
  display: none;
}

.footer--br__pc {
  display: block;
}

.footer--top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #2B3A3E;
  padding-top: 3.194vw;
  padding-bottom: 3.75vw;
}
.footer--top .footer--top__contact {
  font-size: 1.042vw;
  font-weight: 700;
  line-height: 1.389vw;
  letter-spacing: 0.111vw;
  margin-bottom: 0.694vw;
}
.footer--top .footer--top__inquiry {
  font-size: 2.361vw;
  font-weight: 700;
  line-height: 3.194vw;
  letter-spacing: 0.111vw;
  margin-bottom: 1.667vw;
}
.footer--top .footer--top__line {
  margin-bottom: 1.875vw;
  width: 4.167vw;
  height: 0.208vw;
  border-radius: 6.944vw;
  background-color: white;
}
.footer--top .footer--top__text {
  text-align: center;
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 1.667vw;
  letter-spacing: 0.049vw;
  margin-bottom: 3.125vw;
}
.footer--top .footer--top__group {
  display: flex;
  align-items: center;
}
.footer--top .footer--top__group .footer--top__left {
  text-align: center;
}
.footer--top .footer--top__group .footer--top__left .footer--top__us {
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 1.389vw;
  letter-spacing: 0.049vw;
  margin-bottom: 0.208vw;
}
.footer--top .footer--top__group .footer--top__left .footer--top__phone {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 0.208vw;
}
.footer--top .footer--top__group .footer--top__left .footer--top__phone span:nth-child(1) {
  display: inline-block;
  font-size: 1.458vw;
  font-weight: 700;
  letter-spacing: 0.073vw;
  line-height: 1.389vw;
}
.footer--top .footer--top__group .footer--top__left .footer--top__phone span:nth-child(2) {
  display: inline-block;
  font-size: 2.917vw;
  font-weight: 700;
  letter-spacing: 0.146vw;
  line-height: 3.889vw;
}
.footer--top .footer--top__group .footer--top__left .footer--top__time {
  font-size: 0.972vw;
  font-weight: 500;
  letter-spacing: 0.049vw;
  line-height: 1.389vw;
}
.footer--top .footer--top__group .footer--top__between {
  width: 0.069vw;
  height: 6.806vw;
  background-color: #ffffff;
  margin-left: 2.77vw;
  margin-right: 4.826vw;
}
.footer--top .footer--top__group .footer--top__right {
  width: 22.708vw;
  height: 6.806vw;
  background-color: #78B87F;
  padding: 1.806vw 0 1.736vw 4.028vw;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.footer--top .footer--top__group .footer--top__right img:first-child {
  width: 3.125vw;
  height: 3.125vw;
}
.footer--top .footer--top__group .footer--top__right p {
  display: inline-block;
  font-size: 0.90278vw;
  font-weight: 700;
  line-height: 1.389vw;
  color: white;
  margin-left: 2.083vw;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
}
.footer--top .footer--top__group .footer--top__right .footer--top__absolute {
  position: absolute;
  right: 0.278vw;
  bottom: 0.278vw;
}

.footer--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6.944vw;
  padding-top: 2.028vw;
  padding-bottom: 1.806vw;
  background-color: #2B3A3D;
  border-top: 1px solid white;
  color: white;
}
.footer--bottom .footer--bottom__between {
  width: 30%;
  display: flex;
  justify-content: center;
}
.footer--bottom .footer--bottom__between img {
  width: 12.847vw;
}
.footer--bottom .footer--bottom__sp {
  display: none;
}
.footer--bottom .footer--bottom__left {
  width: 30%;
  display: grid;
  gap: 1.076vw;
}
.footer--bottom .footer--bottom__left a, .footer--bottom .footer--bottom__left p {
  text-decoration: none;
  color: white;
  font-size: 1.111vw;
  font-weight: 700;
  letter-spacing: 0.111vw;
  line-height: 1.389vw;
}
.footer--bottom .footer--bottom__left p {
  white-space: nowrap;
}
.footer--bottom .footer--bottom__right {
  width: 30%;
  display: flex;
  align-items: flex-start;
  justify-content: end;
  gap: 4.167vw;
}
.footer--bottom .footer--bottom__right .footer--bottom__link {
  display: flex;
  flex-direction: column;
  gap: 1.389vw;
}
.footer--bottom .footer--bottom__right .footer--bottom__link a {
  font-size: 1.111vw;
  font-weight: 700;
  letter-spacing: 0.111vw;
  line-height: 1.389vw;
  text-decoration: none;
  color: white;
  cursor: pointer;
}

.footer--copyright {
  background-color: #2B3A3D;
  padding: 1.042vw;
  color: white;
  border-top: 1px solid white;
}
.footer--copyright p {
  text-align: center;
  font-size: 0.972vw;
  font-weight: 400;
  letter-spacing: 0.097vw;
  line-height: 1.389vw;
}

@media only screen and (max-width: 767px) {
  .footer--br__sp {
    display: block;
  }
  .footer--br__pc {
    display: none;
  }
  .footer--top {
    padding: 15.385vw 0;
  }
  .footer--top .footer--top__contact {
    font-size: 3.077vw;
    letter-spacing: 0.308vw;
    line-height: 4.103vw;
    margin-bottom: 2.564vw;
  }
  .footer--top .footer--top__inquiry {
    font-size: 5.128vw;
    letter-spacing: 0.513vw;
    line-height: 6.923vw;
    margin-bottom: 5.128vw;
  }
  .footer--top .footer--top__line {
    width: 10.256vw;
    height: 0.513vw;
    margin-bottom: 6.41vw;
  }
  .footer--top .footer--top__text {
    font-size: 3.59vw;
    letter-spacing: 0.179vw;
    line-height: 7.179vw;
    margin-bottom: 15.385vw;
  }
  .footer--top .footer--top__group {
    display: flex;
    flex-direction: column;
  }
  .footer--top .footer--top__group .footer--top__left {
    margin-bottom: 10.256vw;
  }
  .footer--top .footer--top__group .footer--top__left .footer--top__us {
    font-size: 3.59vw;
    letter-spacing: 0.179vw;
    line-height: 7.179vw;
    margin-bottom: 2.564vw;
  }
  .footer--top .footer--top__group .footer--top__left .footer--top__phone {
    margin-bottom: 1.282vw;
  }
  .footer--top .footer--top__group .footer--top__left .footer--top__phone span:nth-child(1) {
    font-size: 5.128vw;
    letter-spacing: 0.256vw;
  }
  .footer--top .footer--top__group .footer--top__left .footer--top__phone span:nth-child(2) {
    font-size: 8.974vw;
    letter-spacing: 0.449vw;
    line-height: 10.769vw;
  }
  .footer--top .footer--top__group .footer--top__left .footer--top__time {
    font-size: 3.59vw;
    letter-spacing: 0.179vw;
    line-height: 7.179vw;
  }
  .footer--top .footer--top__group .footer--top__between {
    width: 31.282vw;
    height: 0.256vw;
    margin-bottom: 10.256vw;
  }
  .footer--top .footer--top__group .footer--top__right {
    padding-left: 9.231vw;
    padding-right: 9.231vw;
    width: 71.026vw;
    height: 20.513vw;
  }
  .footer--top .footer--top__group .footer--top__right img:first-child {
    width: 9.744vw !important;
    height: 9.744vw !important;
  }
  .footer--top .footer--top__group .footer--top__right p {
    font-size: 3.59vw;
    letter-spacing: 0.179vw;
  }
  .footer--top .footer--top__group .footer--top__right .footer--top__absolute {
    width: 2.821vw;
    height: 2.821vw;
  }
  .footer--bottom {
    display: flex;
    flex-direction: column;
    padding: 0 5.944vw;
    padding-top: 3.077vw;
    gap: 6.077vw;
  }
  .footer--bottom .footer--bottom__between {
    display: none;
  }
  .footer--bottom .footer--bottom__sp {
    display: block;
  }
  .footer--bottom .footer--bottom__sp img {
    width: 150px;
  }
  .footer--bottom .footer--bottom__left {
    width: 100%;
    gap: 0px;
  }
  .footer--bottom .footer--bottom__left a, .footer--bottom .footer--bottom__left p {
    font-size: 4.103vw;
    letter-spacing: 0.41vw;
    line-height: 5.128vw;
    margin-bottom: 2.615vw;
  }
  .footer--bottom .footer--bottom__left p {
    text-align: start;
    white-space: normal;
  }
  .footer--bottom .footer--bottom__right {
    width: 100%;
    justify-content: center;
    gap: 16.41vw;
    margin-bottom: 10.256vw;
  }
  .footer--bottom .footer--bottom__right .footer--bottom__link {
    gap: 5.128vw;
  }
  .footer--bottom .footer--bottom__right .footer--bottom__link a {
    font-size: 4.103vw;
    letter-spacing: 0.41vw;
    line-height: 5.128vw;
  }
  .footer--copyright {
    padding: 3.077vw 0;
  }
  .footer--copyright p {
    font-size: 3.59vw;
    letter-spacing: 0.359vw;
    line-height: 5.128vw;
  }
}
.top--introduction__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.681vw;
  height: 4.167vw;
  text-decoration: none;
  font-size: 1.111vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.056vw;
  line-height: 1.389vw;
  position: relative;
  cursor: pointer;
  color: #333333;
  background: linear-gradient(white, white) padding-box, #78b87f border-box;
  border: 0.208vw solid transparent;
}
.top--introduction__link svg {
  position: absolute;
  right: 1.285vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.top--introduction__link svg g line {
  stroke: #333333;
}
.top--introduction__link:hover {
  background: #78b87f !important;
  color: #ffffff;
}
.top--introduction__link:hover svg g line {
  stroke: #ffffff;
}

.top--service__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10.278vw;
}
.top--service__title .top--service__title--service {
  font-size: 1.042vw;
  font-weight: 700;
  letter-spacing: 0.104vw;
  line-height: 1.389vw;
  margin-bottom: 0.208vw;
  color: #335e35;
}
.top--service__title .top--service__title--content {
  font-size: 2.361vw;
  font-weight: 700;
  letter-spacing: 0.236vw;
  line-height: 3.194vw;
  margin-bottom: 1.736vw;
  color: #333333;
}
.top--service__title .top--service__title--underline {
  width: 4.236vw;
  height: 0.208vw;
  border-radius: 25.641vw;
  background-color: #335e35;
}

.top--service__carousel--route {
  font-size: 1.042vw;
  font-weight: 600;
  letter-spacing: 0.052vw;
  line-height: 1.389vw;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.611vw;
  height: 2.083vw;
  color: #ffffff;
  background-color: #335e35;
}

main {
  overflow: hidden;
}

.bg-top {
  background: var(--bg-primary);
}

.bg-top-scroll {
  overflow: hidden;
}

.top--scroll {
  position: absolute;
  font-size: 13px;
  top: 52.222vw;
  right: 13.924vw;
  left: unset;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
}
.top--scroll p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.042vw;
  font-weight: 500;
  line-height: 1.389vw;
  color: #ffffff;
}

.top--scroll::after {
  width: 0.139vw;
  height: 10.833vw;
  border-radius: 6.944vw;
  background-color: #78b87f;
  content: "";
  display: inline-block;
  position: absolute;
  right: 50%;
  bottom: -115px;
  transform: translateX(-50%);
  width: 1px;
  height: 100px;
  animation: scroll 1.5s infinite;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.top--content {
  position: relative;
}
.top--content .swiper--top {
  height: 52.569vw;
}
.top--content .swiper--top .swiper-pagination-bullet {
  width: 0.417vw;
  height: 1.736vw;
  border-radius: 6.944vw;
}
.top--content .swiper--top .swiper-pagination-bullet-active {
  background-color: #78b87f;
}
.top--content .top--introduction {
  position: absolute;
  width: 53.278vw;
  bottom: 9.375vw;
  left: 9.618vw;
  z-index: 10;
}
.top--content .top--introduction .top--introduction__title {
  font-size: 3.472vw;
  font-weight: 700;
  letter-spacing: 0.347vw;
  line-height: 4.653vw;
  margin-bottom: 2.917vw;
  color: white;
}
.top--content .top--introduction .top--introduction__text {
  font-size: 1.111vw;
  font-weight: 400;
  letter-spacing: 0.111vw;
  line-height: 2.222vw;
  margin-bottom: 3.125vw;
  color: white;
}
.top--content .top--image {
  position: relative;
  width: 100%;
  height: 52.569vw;
}
.top--content .top--image::after {
  content: "";
  position: absolute;
  width: calc(100% - 7.222vw);
  height: 100%;
  background-color: var(--bg-overlay);
  z-index: 1;
  transform: translateX(50%);
  right: 50%;
}
.top--content .top--image .top--image__up {
  position: absolute;
  width: calc(100% - 7.222vw);
  height: 52.569vw;
  z-index: 1;
  transform: translateX(50%);
  right: 50%;
}
.top--content .top--image .top--image__background {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 7.222vw);
  height: 100%;
  background-color: var(--bg-overlay);
  transform: translateX(50%);
  right: 50%;
}
.top--content .top--image .top--image__down {
  position: absolute;
  right: 0;
  width: 78.403vw;
  height: 52.569vw;
}
.top--content .swiper-pagination__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.417vw;
  left: unset !important;
  right: 1.806vw;
  bottom: 21.181vw !important;
  width: unset !important;
}

.top--about {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 7.292vw 0 15.278vw 6.944vw;
}
.top--about .top--about__image .top--about__first {
  width: 34.524vw;
  height: 25.792vw;
  position: absolute;
  left: 0;
  bottom: 7.708vw;
  z-index: -1;
}
.top--about .top--about__image .top--about__last {
  position: relative;
}
.top--about .top--about__image .top--about__last img {
  width: 50vw;
  height: 37.5vw;
}
.top--about .top--about__image .top--about__last .top--about__fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top--about .top--about__box {
  width: 50vw;
  padding: 3.819vw 6.04vw 3.819vw 6.1vw;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 7.708vw;
  box-shadow: 0 0.347vw 0.417vw 0 RGBA(255, 208, 225, 0.16);
}
.top--about .top--about__box .top--about__title {
  margin-bottom: 0.208vw;
  font-size: 1.042vw;
  font-weight: 700;
  letter-spacing: 0.104vw;
  line-height: 1.389vw;
  color: #335e35;
}
.top--about .top--about__box .top--about__content {
  font-size: 2.361vw;
  font-weight: 700;
  letter-spacing: 0.236vw;
  line-height: 3.194vw;
  color: #333333;
  margin-bottom: 1.736vw;
}
.top--about .top--about__box .top--about__underline {
  margin-bottom: 2.986vw;
  width: 4.236vw;
  height: 0.208vw;
  border-radius: 6.944vw;
  background-color: #335e35;
}
.top--about .top--about__box .top--about__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  font-size: 1.111vw;
  font-weight: 400;
  letter-spacing: 0.111vw;
  line-height: 2.222vw;
  color: #333333;
  margin-bottom: 2.917vw;
}

.top--service .top--works__results-sp {
  display: none;
}
.top--service .top--carousel {
  display: flex;
  justify-content: end;
  position: relative;
  height: 22.917vw;
  margin-bottom: 11.667vw;
}
.top--service .top--carousel .top--service__sp {
  display: none;
}
.top--service .top--carousel .top--carousel--left {
  width: 92%;
  position: absolute;
  left: -4.167vw;
  top: 0;
}
.top--service .top--carousel .top--carousel--left .top--carousel__absolute {
  width: 100%;
  overflow: hidden;
  padding-right: 20px;
}
.top--service .top--carousel .top--carousel--left .swiper--service {
  width: 100%;
  height: 100%;
  overflow: unset;
}
.top--service .top--carousel .top--carousel--left .swiper-slide__service {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: inherit;
}
.top--service .top--carousel .top--carousel--left .swiper-slide__service img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.top--service .top--carousel .top--carousel--left .swiper-pagination__service {
  width: unset;
  left: unset;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.417vw;
}
.top--service .top--carousel .top--carousel--left .swiper-pagination__service span {
  height: 1.736vw;
  width: 0.417vw;
  border-radius: 6.944vw;
}
.top--service .top--carousel .top--carousel--left .swiper-pagination__service .swiper-pagination-bullet-active {
  background-color: #78b87f;
}
.top--service .top--carousel .top--carousel--left .top--carousel__link {
  width: 100%;
  text-decoration: none;
}
.top--service .top--carousel .top--carousel--left .top--carousel__link img {
  width: 21.181vw;
  height: 15.972vw;
}
.top--service .top--carousel .top--carousel--left .top--carousel__link .top--carousel__group {
  display: flex;
  align-items: center;
  margin: 1.111vw 0;
  gap: 0.792vw;
}
.top--service .top--carousel .top--carousel--left .top--carousel__link .top--carousel__group .top--carousel__note {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 1.944vw;
  padding: 0 1.389vw;
  font-size: 0.903vw;
  font-weight: 600;
  letter-spacing: 0.045vw;
  line-height: 1.389vw;
  color: #ffffff;
  background-color: #335e35;
  border-radius: 6.944vw;
}
.top--service .top--carousel .top--carousel--left .top--carousel__link .top--carousel__group .top--carousel__year {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.903vw;
  font-weight: 300;
  letter-spacing: 0.09vw;
  line-height: 1.181vw;
  color: #888888;
}
.top--service .top--carousel .top--carousel--left .top--carousel__link .top--carousel__text {
  max-width: 21.181vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  text-align: start;
  font-size: 1.111vw;
  font-weight: 700;
  letter-spacing: 0.111vw;
  line-height: 1.389vw;
  color: #333333;
}
.top--service .top--carousel .top--carousel__right {
  width: 12%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 4.861vw;
}
.top--service .top--carousel .top--carousel__right .top--carousel__results {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.944vw;
  font-weight: 700;
  letter-spacing: 0.097vw;
  line-height: 2.569vw;
  margin-bottom: 1.597vw;
  color: #333333;
}
.top--service .top--carousel .top--carousel__right .top--carousel__route {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.611vw;
  height: 2.083vw;
  text-decoration: none;
  font-size: 1.042vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.052vw;
  line-height: 1.597vw;
  color: #ffffff;
  background-color: #335e35;
}
.top--service .top--service__box {
  display: flex;
  align-items: start;
  flex-direction: column;
  position: relative;
  margin-bottom: 4.028vw;
  margin-left: 6.944vw;
}
.top--service .top--service__box .top--service__box-image {
  position: absolute;
  right: 0;
  top: -3.611vw;
  width: 84.722vw;
  height: 27.778vw;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.top--service .top--service__box .top--service__box--content {
  width: 37.847vw;
  padding: 3.125vw 2.4vw 3.125vw 2.4vw;
  box-shadow: 0 0.347vw 0.417vw 0 RGBA(255, 208, 225, 0.16);
  background-color: #ffffff;
}
.top--service .top--service__box .top--service__box--content .top--service__box--title {
  font-size: 2.778vw;
  font-weight: 700;
  letter-spacing: 0.028vw;
  line-height: 3.681vw;
  margin-bottom: 1.319vw;
  color: #333333;
}
.top--service .top--service__box .top--service__box--content .top--service__box--text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
  font-size: 1.111vw;
  font-weight: 400;
  letter-spacing: 0.111vw;
  line-height: 2.222vw;
  margin-bottom: 2.5vw;
  text-align: justify;
}
.top--feature {
  position: relative;
  z-index: 1;
  margin-bottom: 11.667vw;
}
.top--feature .top--service__title {
  margin-bottom: 3.472vw;
}
.top--feature .top--feature__include {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  gap: 3.472vw;
}
.top--feature .top--feature__include .top--feature__include--item {
  width: 19.792vw;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 3.819vw 0.833vw 1.667vw;
  background-color: #ffffff;
  box-shadow: 0 0.347vw 0.521vw 0 rgba(255, 208, 225, 0.16);
  position: relative;
}
.top--feature .top--feature__include .top--feature__include--item .top--feature__include--number {
  color: rgba(51, 51, 51, 0.33);
  font-size: 4.167vw;
  font-weight: 700;
  letter-spacing: 0.208vw;
  line-height: 5.556vw;
  position: absolute;
  top: 1.528vw;
  left: -1.042vw;
}
.top--feature .top--feature__include .top--feature__include--item .top--feature__include--group {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.top--feature .top--feature__include .top--feature__include--item .top--feature__include--group .home-color-sp {
  display: none;
}
.top--feature .top--feature__include .top--feature__include--item .top--feature__include--group .top--feature__include--image {
  width: 5vw;
  height: 5vw;
  margin-bottom: 2.083vw;
}
.top--feature .top--feature__include .top--feature__include--item .top--feature__include--group .top--feature__include--title {
  height: 2.778vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.111vw;
  font-weight: 700;
  letter-spacing: 0.111vw;
  line-height: 1.389vw;
  color: #333333;
  margin-bottom: 1.083vw;
}
.top--feature .top--feature__include .top--feature__include--item .top--feature__include--text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
  font-size: 0.972vw;
  font-weight: 400;
  letter-spacing: 0.097vw;
  line-height: 1.944vw;
  text-align: justify;
}

.top--works {
  width: 84.722vw;
  min-height: 27.014vw;
  background-color: #ffffff;
  box-shadow: 0 0.347vw 0.417vw 0 RGBA(255, 208, 225, 0.16);
  position: relative;
  margin-bottom: 7.639vw;
}
.top--works .top--works__results-sp {
  display: none;
}
.top--works .top--works__carousel {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top--works .top--works__carousel .top--works__results-sp {
  display: none;
}
.top--works .top--works__carousel .top--works__carousel--relative {
  width: 67%;
  position: relative;
}
.top--works .top--works__carousel .top--works__carousel--absolute {
  width: 100%;
  overflow: hidden;
  padding-right: 19px;
  margin-left: -2.778vw;
  margin-top: -4.167vw;
}
.top--works .top--works__carousel .top--works__carousel--absolute .swiper--works {
  width: 100%;
  height: 100%;
  overflow: unset;
}
.top--works .top--works__carousel .top--works__carousel--absolute .swiper-slide__works {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: inherit;
}
.top--works .top--works__carousel .top--works__carousel--absolute .swiper-slide__works img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.top--works .top--works__carousel .top--works__carousel--absolute .swiper-pagination__works {
  width: unset;
  left: unset;
  position: absolute;
  right: -19px;
  top: 57%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.417vw;
}
.top--works .top--works__carousel .top--works__carousel--absolute .swiper-pagination__works span {
  height: 1.736vw;
  width: 0.417vw;
  border-radius: 6.944vw;
}
.top--works .top--works__carousel .top--works__carousel--absolute .swiper-pagination__works .swiper-pagination-bullet-active {
  background-color: #78b87f;
}
.top--works .top--works__carousel .top--works__carousel--absolute .top--carousel__link {
  width: 100%;
  text-decoration: none;
}
.top--works .top--works__carousel .top--works__carousel--absolute .top--carousel__link img {
  width: 27vw;
  height: 20.139vw;
}
.top--works .top--works__carousel .top--works__carousel--absolute .top--carousel__link .top--carousel__group {
  display: flex;
  align-items: center;
  gap: 0.792vw;
  margin: 1.111vw 0;
}
.top--works .top--works__carousel .top--works__carousel--absolute .top--carousel__link .top--carousel__group .top--carousel__note {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 1.944vw;
  padding: 0 1.389vw;
  font-size: 0.903vw;
  font-weight: 600;
  letter-spacing: 0.045vw;
  line-height: 1.389vw;
  color: #ffffff;
  background-color: #335e35;
  border-radius: 6.944vw;
}
.top--works .top--works__carousel .top--works__carousel--absolute .top--carousel__link .top--carousel__group .top--carousel__year {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.903vw;
  font-weight: 300;
  letter-spacing: 0.09vw;
  line-height: 1.181vw;
  color: #888888;
}
.top--works .top--works__carousel .top--works__carousel--absolute .top--carousel__link .top--carousel__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 27vw;
  font-family: "Noto Sans JP", sans-serif;
  text-align: start;
  font-size: 1.111vw;
  font-weight: 700;
  letter-spacing: 0.111vw;
  line-height: 1.389vw;
  color: #333333;
}
.top--works .top--works__carousel .top--works__results {
  padding-right: 2.083vw;
  padding-top: 2.778vw;
}
.top--works .top--works__carousel .top--works__results .top--works__span {
  font-size: 1.042vw;
  font-weight: 700;
  letter-spacing: 0.104vw;
  line-height: 1.389vw;
  margin-bottom: 0.208vw;
  color: #335e35;
}
.top--works .top--works__carousel .top--works__results .top--works__title {
  font-size: 2.361vw;
  font-weight: 700;
  letter-spacing: 0.236vw;
  line-height: 3.194vw;
  margin-bottom: 1.736vw;
  color: #333333;
}
.top--works .top--works__carousel .top--works__results .top--works__underline {
  margin-bottom: 1.736vw;
  width: 4.236vw;
  height: 0.208vw;
  border-radius: 6.944vw;
  background-color: #335e35;
}
.top--works .top--works__carousel .top--works__results .top--works__text {
  margin-bottom: 1.736vw;
  font-size: 1.111vw;
  font-weight: 400;
  letter-spacing: 0.111vw;
  line-height: 2.222vw;
  color: #333333;
}

.top--new {
  position: relative;
  color: var(--color-charcoal-grey);
}
.top--new .top--new__results {
  position: absolute;
  top: 7.639vw;
  left: 15.278vw;
}
.top--new .top--new__results .top--new__span {
  font-size: 1.042vw;
  font-weight: 700;
  letter-spacing: 0.104vw;
  line-height: 1.389vw;
  margin-bottom: 0.208vw;
  color: #335e35;
}
.top--new .top--new__results .top--new__title {
  font-size: 2.361vw;
  font-weight: 700;
  letter-spacing: 0.236vw;
  line-height: 3.194vw;
  margin-bottom: 1.736vw;
  color: #333333;
}
.top--new .top--new__results .top--new__underline {
  width: 4.236vw;
  height: 0.208vw;
  border-radius: 6.944vw;
  background-color: #335e35;
}
.top--new .top--new__heading {
  width: 44.028vw;
  margin: 0 auto;
}
.top--new .top--new__heading .top--new__item {
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 0.347vw 0.417vw 0 RGBA(255, 208, 225, 0.16);
  margin-bottom: 1.389vw;
  padding: 0.868vw 0.868vw 0.972vw;
}
.top--new .top--new__heading .top--new__item .top--new__time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  padding-right: 0.868vw;
  border-right: 1px solid #d3d3d3;
}
.top--new .top--new__heading .top--new__item .top--new__time .top--new__year {
  font-size: 0.903vw;
  font-weight: 500;
  letter-spacing: 0.045vw;
  line-height: 1.181vw;
}
.top--new .top--new__heading .top--new__item .top--new__time .top--new__hour {
  font-size: 1.528vw;
  font-weight: 700;
  letter-spacing: 0.076vw;
  line-height: 2.222vw;
}
.top--new .top--new__heading .top--new__item .top--new__text {
  display: flex;
  align-items: center;
  width: 77%;
  flex: 1;
}
.top--new .top--new__heading .top--new__item .top--new__text .top--new__green {
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 1.944vw;
  font-size: 0.903vw;
  font-weight: 600;
  letter-spacing: 0.045vw;
  line-height: 2.222vw;
  color: #009b4c;
  width: 5.694vw;
}
.top--new .top--new__heading .top--new__item .top--new__text .top--new__red {
  margin-left: 1.944vw;
  font-size: 0.903vw;
  font-weight: 600;
  letter-spacing: 0.045vw;
  line-height: 2.222vw;
  color: #e33058;
  width: 5.694vw;
}
.top--new .top--new__heading .top--new__item .top--new__text .top--new__document {
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 2.5vw;
  font-size: 0.972vw;
  font-weight: 700;
  letter-spacing: 0.049vw;
  line-height: 2.222vw;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: baseline;
  overflow: hidden;
}
.top--new .top--new__link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.778vw;
  margin-bottom: 8.22vw;
}

.top-insurance {
  background-color: #ffffff;
  border-radius: 8px;
  max-width: 69.444vw;
  margin: 0 auto;
  margin-bottom: 5.1527vw;
}
.top-insurance .insurance-container {
  padding: 3.097vw 0;
  text-align: center;
}
.top-insurance .insurance-container .top--insurance__results {
  margin-bottom: 1.805vw;
}
.top-insurance .insurance-container .top--insurance__results .top--insurance__span {
  font-size: 1.042vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.104vw;
  line-height: 1.389vw;
  margin-bottom: 0.208vw;
  color: #335e35;
}
.top-insurance .insurance-container .top--insurance__results .top--insurance__title {
  font-size: 2.361vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.236vw;
  line-height: 3.194vw;
  margin-bottom: 1.736vw;
  color: #335e35;
}
.top-insurance .insurance-container .top--insurance__results .top--new__underline {
  margin: 0 auto;
  width: 4.236vw;
  height: 0.208vw;
  border-radius: 6.944vw;
  background-color: #335e35;
}
.top-insurance .insurance-container .top--insurance__description {
  max-width: 41.083vw;
  margin: 0 auto;
  margin-bottom: 2.708vw;
}
.top-insurance .insurance-container .top--insurance__description p {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 1.944vw;
  color: #335e35;
}
.top-insurance .insurance-container .top--new__link .top--introduction__link {
  margin: 0 auto;
}

@keyframes scrollDown {
  0% {
    bottom: 10%;
  }
  50% {
    bottom: 15%;
  }
  100% {
    bottom: 10%;
  }
}
.box {
  aspect-ratio: 16/9;
  background-color: #dedede;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(150px);
}

.box--about__service--first {
  aspect-ratio: 16/9;
  background-color: #dedede;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(150px);
}

.box--about__service--last {
  aspect-ratio: 16/9;
  background-color: #dedede;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(150px);
}

.box--gird__effect {
  aspect-ratio: 16/9;
  background-color: #dedede;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(150px);
}

.box--new {
  background-color: #dedede;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(150px);
}

.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hidden-pc {
  display: none;
}

@media only screen and (max-width: 767px) {
  .hidden-pc {
    display: block;
  }
  .top--scroll {
    top: 190.278vw;
    right: -1.444vw;
  }
  .top--scroll p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.846vw;
    line-height: 5.128vw;
    color: #ffffff;
  }
  .top--service__title {
    margin-bottom: 51.282vw;
  }
  .top--service__title .top--service__title--service {
    font-size: 3.077vw;
    letter-spacing: 0.308vw;
    line-height: 4.103vw;
    margin-bottom: 1.795vw;
  }
  .top--service__title .top--service__title--content {
    font-size: 5.128vw;
    letter-spacing: 0.513vw;
    line-height: 6.923vw;
    margin-bottom: 5.128vw;
  }
  .top--service__title .top--service__title--underline {
    width: 10.256vw;
    height: 0.513vw;
    margin-bottom: 7.692vw;
    border-radius: 25.641vw;
  }
  .top--content {
    height: 194.103vw;
  }
  .top--content .swiper--top {
    height: 100%;
  }
  .top--content .top--image::after {
    height: 183.59vw;
    width: 100%;
    -o-object-position: left;
       object-position: left;
    -o-object-fit: cover;
       object-fit: cover;
    top: 5.128vw;
    right: 0;
    left: 0;
    transform: unset;
  }
  .top--content .top--image .top--image__up {
    height: 183.59vw;
    width: 100%;
    -o-object-position: left;
       object-position: left;
    -o-object-fit: cover;
       object-fit: cover;
    top: 5.128vw;
    right: 0;
    left: 0;
    transform: unset;
  }
  .top--content .top--image .top--image__background {
    width: 79.487vw;
    height: 183.59vw;
    top: 5.128vw;
    right: 0;
  }
  .top--content .top--image .top--image__down {
    width: 85.385vw;
    height: 194.103vw;
  }
  .top--content .top--introduction {
    width: 92%;
    top: 73.333vw;
    left: 5.1282vw;
  }
  .top--content .top--introduction .top--introduction__title {
    font-size: 6.667vw;
    font-weight: 700;
    letter-spacing: 0.667vw;
    line-height: 8.974vw;
  }
  .top--content .top--introduction .top--introduction__text {
    font-size: 3.59vw;
    font-weight: 400;
    letter-spacing: 0.359vw;
    line-height: 7.179vw;
    padding-right: 10.256vw;
  }
  .top--content .top--introduction .top--introduction__link {
    width: 67.179vw;
    height: 14.872vw;
    font-size: 3.59vw;
    font-weight: 600;
    letter-spacing: 0.179vw;
    line-height: 5.128vw;
    font-family: "Noto Sans JP", sans-serif;
  }
  .top--content .top--introduction .top--introduction__link svg {
    right: 4.615vw;
  }
  .top--content .swiper-pagination__top {
    display: flex;
    right: 50%;
    transform: translateX(50%);
    bottom: 8.051vw !important;
  }
  .top--content .swiper-pagination__top span {
    width: 5.128vw !important;
    height: 1.282vw !important;
  }
  .top--content .swiper-pagination__top .swiper-pagination-bullet-active {
    background-color: #78b87f !important;
  }
  .top-title-sp {
    text-align: center;
    margin: 0 auto;
  }
  .top-description-item-sp {
    text-align: justify;
  }
  .top--content::before {
    width: 38.462vw;
    height: 38.462vw;
    top: unset;
    left: -20.944vw;
    bottom: -28.205vw;
  }
  .top--about {
    padding-top: 25.641vw;
    padding-left: 5.128vw;
    margin-bottom: 10.256vw;
  }
  .top--about .top--about__image .top--about__first {
    width: 59.487vw;
    height: 44.615vw;
    bottom: unset;
    top: 50vw;
    left: -15.385vw;
  }
  .top--about .top--about__image .top--about__last {
    display: flex;
    justify-content: end;
  }
  .top--about .top--about__image .top--about__last .top--about__fill {
    width: 79.487vw;
    height: 59.487vw;
    left: unset;
    right: 0;
  }
  .top--about .top--about__image .top--about__last img {
    width: 79.487vw;
    height: 59.487vw;
  }
  .top--about .top--about__box {
    position: unset;
    width: 89.744vw;
    margin-top: -14.359vw;
    padding: 8.974vw 5.667vw 8.974vw 6.667vw;
  }
  .top--about .top--about__box .top--about__title {
    font-size: 3.077vw;
    letter-spacing: 0.308vw;
    line-height: 4.103vw;
    margin-bottom: 1.282vw;
  }
  .top--about .top--about__box .top--about__content {
    font-size: 5.128vw;
    letter-spacing: 0.051vw;
    line-height: 6.923vw;
    margin-bottom: 4.359vw;
  }
  .top--about .top--about__box .top--about__underline {
    width: 10.256vw;
    height: 0.513vw;
  }
  .top--about .top--about__box .top--about__text {
    font-size: 3.59vw;
    letter-spacing: 0.359vw;
    line-height: 7.179vw;
  }
  .top--about .top--about__box .top--introduction__link {
    width: 67.179vw;
    height: 14.872vw;
    font-size: 3.59vw;
    letter-spacing: 0.179vw;
  }
  .top--about .top--about__box .top--introduction__link svg {
    right: 4.615vw;
  }
  .top--about::before {
    width: 80.769vw;
    height: 80.769vw;
    top: unset;
    right: unset;
    left: -44.359vw;
    bottom: 20.513vw;
    transform: rotate(-427deg);
  }
  .top--about::after {
    width: 80.769vw;
    height: 80.769vw;
    bottom: -26.833vw;
    right: -47.833vw;
  }
  .top--service .top--service__box {
    margin-bottom: 12.821vw;
    margin-left: 5.128vw;
  }
  .top--service .top--service__box .top--service__box-image {
    width: 87.949vw;
    height: 58.462vw;
    -o-object-fit: cover;
       object-fit: cover;
    top: -45.641vw;
    right: 0;
  }
  .top--service .top--service__box .top--service__box--content {
    width: 89.744vw;
    top: 45.641vw;
    bottom: unset;
    z-index: 10;
    padding: 12.821vw 5.667vw 12.821vw;
  }
  .top--service .top--service__box .top--service__box--content .top--service__box--title {
    font-size: 6.154vw;
    letter-spacing: 0.615vw;
    line-height: 8.205vw;
    margin-bottom: 5.128vw;
  }
  .top--service .top--service__box .top--service__box--content .top--service__box--text {
    font-size: 3.59vw;
    letter-spacing: 0.359vw;
    line-height: 7.179vw;
    margin-bottom: 8.462vw;
  }
  .top--service .top--service__box .top--service__box--content .top--introduction__link {
    width: 67.179vw;
    height: 14.872vw;
    font-size: 3.59vw;
    letter-spacing: 0.179vw;
  }
  .top--service .top--service__box .top--service__box--content .top--introduction__link svg {
    right: 4.615vw;
  }
  .top--service .top--carousel {
    height: 87.179vw;
    justify-content: space-between;
    margin-bottom: 60.513vw;
  }
  .top--service .top--carousel .top--service__sp {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 5.128vw;
    font-family: "Noto Sans JP", sans-serif;
    color: #335e35;
  }
  .top--service .top--carousel .top--service__sp .top--service__sp--results {
    font-size: 4.615vw;
    font-weight: 700;
    letter-spacing: 0.231vw;
    line-height: 6.154vw;
  }
  .top--service .top--carousel .top--service__sp .top--service__sp--route {
    font-family: "Noto Sans JP", sans-serif;
    color: #335e35;
    text-decoration: none;
    font-size: 3.59vw;
    letter-spacing: 0.179vw;
    line-height: 5.128vw;
    font-weight: 300;
  }
  .top--service .top--carousel .top--carousel__right {
    display: none;
  }
  .top--service .top--carousel:last-child {
    margin-bottom: 24.615vw;
  }
  .top--service .top--carousel .top--carousel--left {
    top: 8.974vw;
    left: 5.128vw;
  }
  .top--service .top--carousel .top--carousel--left .top--carousel__absolute {
    width: 293%;
    padding-right: 0;
    padding-bottom: 10.256vw;
  }
  .top--service .top--carousel .top--carousel--left .top--carousel__absolute .top--carousel__link img {
    width: 100%;
    height: 47.692vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top--service .top--carousel .top--carousel--left .top--carousel__absolute .top--carousel__link .top--carousel__group {
    margin: 3.077vw 0;
  }
  .top--service .top--carousel .top--carousel--left .top--carousel__absolute .top--carousel__link .top--carousel__group .top--carousel__note {
    padding: 0 5.128vw;
    width: auto;
    height: 5.192vw;
    font-size: 3.077vw;
  }
  .top--service .top--carousel .top--carousel--left .top--carousel__absolute .top--carousel__link .top--carousel__group .top--carousel__year {
    font-size: 3.077vw;
  }
  .top--service .top--carousel .top--carousel--left .top--carousel__absolute .top--carousel__link .top--carousel__text {
    max-width: 100%;
    font-size: 12px !important;
    -webkit-text-size-adjust: 100%;
    line-height: 3.846vw;
  }
  .top--service .top--carousel .top--carousel--left .swiper-pagination__service {
    flex-direction: row;
    position: unset;
    width: 89.744vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7.692vw;
  }
  .top--service .top--carousel .top--carousel--left .swiper-pagination__service span {
    width: 5.128vw;
    height: 1.282vw;
  }
  .top--service .top--carousel .top--carousel--left .swiper-pagination__service .swiper-pagination-bullet-active {
    background-color: #78b87f;
  }
  .top--service .top--service__box:nth-last-of-type(2)::before {
    width: 38.462vw;
    height: 38.462vw;
    left: -23.667vw;
    top: -22.861vw;
  }
  .top--feature {
    margin-bottom: 39.744vw;
  }
  .top--feature .top--service__title {
    margin-bottom: 3.194vw;
  }
  .top--feature .top--feature__include {
    align-items: center;
    flex-direction: column;
    gap: 8.205vw;
    padding: 0 41px;
  }
  .top--feature .top--feature__include .top--feature__include--item {
    width: 100%;
    height: auto;
    padding: 14.103vw 5.641vw 8.974vw;
  }
  .top--feature .top--feature__include .top--feature__include--item .top--feature__include--number {
    font-size: 15.385vw;
    letter-spacing: 0.769vw;
    line-height: 20.513vw;
    top: 5.641vw;
    left: -3.333vw;
    opacity: 0.33;
    color: #333333;
  }
  .top--feature .top--feature__include .top--feature__include--item .top--feature__include--group .home-color-sp {
    display: unset;
  }
  .top--feature .top--feature__include .top--feature__include--item .top--feature__include--group .home-color-pc {
    display: none;
  }
  .top--feature .top--feature__include .top--feature__include--item .top--feature__include--group .top--feature__include--image {
    width: 18.462vw;
    height: 18.462vw;
    margin-bottom: 7.692vw;
  }
  .top--feature .top--feature__include .top--feature__include--item .top--feature__include--group .top--feature__include--title {
    height: 10.769vw;
    font-size: 4.103vw;
    letter-spacing: 0.41vw;
    line-height: 5.128vw;
    margin-bottom: 5.641vw;
  }
  .top--feature .top--feature__include .top--feature__include--item .top--feature__include--text {
    margin: 0 auto;
    font-size: 3.59vw;
    letter-spacing: 0.359vw;
    line-height: 7.179vw;
  }
  .top--feature::after {
    width: 57.692vw;
    height: 57.692vw;
    left: unset;
    right: -38.462vw;
    top: -43.5vw;
    background-size: cover;
    z-index: -1;
  }
  .top--works {
    width: 94.872vw;
    margin-bottom: 24.359vw;
    display: flex;
    flex-direction: column;
    justify-content: unset;
    padding: 15.385vw 0 15.385vw;
  }
  .top--works .top--works__results {
    display: none;
  }
  .top--works .top--works__carousel {
    flex-direction: column;
  }
  .top--works .top--works__carousel .top--works__results-sp {
    width: 100%;
    display: block;
    margin-bottom: 10.256vw;
    padding: 0 6.4vw;
  }
  .top--works .top--works__carousel .top--works__results-sp .top--works__sp-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8.718vw;
  }
  .top--works .top--works__carousel .top--works__results-sp .top--works__sp-group .top--works__sp-item .top--works__span-sp {
    font-size: 3.077vw;
    font-weight: 700;
    letter-spacing: 0.308vw;
    line-height: 4.103vw;
    margin-bottom: 1.795vw;
  }
  .top--works .top--works__carousel .top--works__results-sp .top--works__sp-group .top--works__sp-item .top--works__title-sp {
    font-size: 5.128vw;
    font-weight: 700;
    letter-spacing: 0.513vw;
    line-height: 6.923vw;
    margin-bottom: 5.128vw;
  }
  .top--works .top--works__carousel .top--works__results-sp .top--works__sp-group .top--works__sp-item .top--works__underline-sp {
    width: 10.256vw;
    height: 0.513vw;
    border-radius: 25.641vw;
    background-color: #335e35;
  }
  .top--works .top--works__carousel .top--works__results-sp .top--works__sp-group .top--service__route-sp {
    font-size: 3.59vw;
    font-weight: 300;
    letter-spacing: 0.179vw;
    line-height: 5.128vw;
    text-decoration: none;
    color: #335e35;
  }
  .top--works .top--works__carousel .top--works__results-sp .text_sp .top--works__text {
    font-size: 3.589vw;
    letter-spacing: 1.4px;
    line-height: 7.179vw;
  }
  .top--works .top--works__carousel .top--works__carousel--relative {
    width: 100%;
  }
  .top--works .top--works__carousel .top--works__carousel--relative .top--works__carousel--absolute {
    width: 132.308vw;
    margin-top: unset;
    margin-left: -42.778vw;
    padding-right: 0;
    padding-bottom: 9.385vw;
  }
  .top--works .top--works__carousel .top--works__carousel--relative .top--works__carousel--absolute .top--carousel__link img {
    width: 100%;
    height: 47.692vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top--works .top--works__carousel .top--works__carousel--relative .top--works__carousel--absolute .top--carousel__link .top--carousel__group {
    margin: 3.077vw 0;
  }
  .top--works .top--works__carousel .top--works__carousel--relative .top--works__carousel--absolute .top--carousel__link .top--carousel__group .top--carousel__note {
    padding: 0 5.128vw;
    width: auto;
    height: 6.923vw;
    font-size: 3.077vw;
  }
  .top--works .top--works__carousel .top--works__carousel--relative .top--works__carousel--absolute .top--carousel__link .top--carousel__group .top--carousel__year {
    font-size: 3.077vw;
  }
  .top--works .top--works__carousel .top--works__carousel--relative .top--works__carousel--absolute .top--carousel__link .top--carousel__text {
    max-width: 100%;
    font-size: 12px !important;
    -webkit-text-size-adjust: 100%;
    line-height: 3.846vw;
  }
  .top--works .top--works__carousel .swiper-pagination__works {
    flex-direction: row !important;
    top: 110% !important;
    right: 0% !important;
    width: 78.615vw !important;
    justify-content: center;
  }
  .top--works .top--works__carousel .swiper-pagination__works span {
    width: 5.128vw !important;
    height: 1.282vw !important;
  }
  .top--works .top--works__carousel .swiper-pagination__works .swiper-pagination-bullet-active {
    background-color: #78b87f !important;
  }
  .top--works::after {
    width: 57.692vw;
    height: 57.692vw;
    left: -32.319vw;
    top: -29.5vw;
    background-size: cover;
    z-index: -1;
  }
  .top--new {
    margin-bottom: 28.205vw;
  }
  .top--new .top--new__results {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .top--new .top--new__results .top--new__span {
    font-size: 3.077vw;
    letter-spacing: 0.308vw;
    margin-bottom: 1.795vw;
    line-height: 4.103vw;
  }
  .top--new .top--new__results .top--new__title {
    font-size: 5.128vw;
    letter-spacing: 0.513vw;
    line-height: 6.923vw;
    margin-bottom: 5.128vw;
  }
  .top--new .top--new__results .top--new__underline {
    width: 10.256vw;
    height: 0.513vw;
    margin-bottom: 10.256vw;
  }
  .top--new .top--new__heading {
    width: 89.744vw;
  }
  .top--new .top--new__heading .top--new__item {
    padding: 3.59vw 3.077vw;
  }
  .top--new .top--new__heading .top--new__item .top--new__time {
    padding: 0 3.077vw 0 0;
  }
  .top--new .top--new__heading .top--new__item .top--new__time .top--new__year {
    font-size: 3.333vw;
    letter-spacing: 0.167vw;
    line-height: 8.205vw;
  }
  .top--new .top--new__heading .top--new__item .top--new__time .top--new__hour {
    font-size: 5.641vw;
    letter-spacing: 0.282vw;
    line-height: 8.205vw;
  }
  .top--new .top--new__heading .top--new__item .top--new__text {
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-left: 5.128vw;
  }
  .top--new .top--new__heading .top--new__item .top--new__text .top--new__red {
    margin-left: 2.5vw;
    font-size: 3.333vw;
    letter-spacing: 0.167vw;
    line-height: 8.205vw;
    width: 100%;
    white-space: nowrap;
  }
  .top--new .top--new__heading .top--new__item .top--new__text .top--new__green {
    margin-left: 2.5vw;
    font-size: 3.333vw;
    letter-spacing: 0.167vw;
    line-height: 8.205vw;
    width: 100%;
  }
  .top--new .top--new__heading .top--new__item .top--new__text .top--new__document {
    font-size: 3.59vw;
    letter-spacing: 0.179vw;
    line-height: 5.128vw;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .top--new .top--introduction__link {
    width: 67.179vw;
    height: 14.872vw;
    font-size: 3.59vw;
    letter-spacing: 0.179vw;
  }
  .top--new .top--introduction__link svg {
    right: 4.615vw;
  }
  .top--new::before {
    background-size: cover;
    z-index: -1;
    width: 66.667vw;
    height: 66.667vw;
    bottom: -52.75vw;
    right: -34.319vw;
  }
  .top-insurance {
    max-width: 89.743vw;
    margin-bottom: 15.384vw;
  }
  .top-insurance .insurance-container {
    padding-top: 12.205vw;
    padding-bottom: 18.153vw;
  }
  .top-insurance .insurance-container .top--insurance__results {
    margin-bottom: 7.256vw;
  }
  .top-insurance .insurance-container .top--insurance__results .top--insurance__span {
    font-size: 3.076vw;
    line-height: 4.358vw;
    margin-bottom: 1.66vw;
  }
  .top-insurance .insurance-container .top--insurance__results .top--insurance__title {
    font-size: 4.358vw;
    line-height: 6.41vw;
  }
  .top-insurance .insurance-container .top--insurance__results .top--new__underline {
    margin: 0 auto;
    width: 15.641vw;
    height: 0.769vw;
  }
  .top-insurance .insurance-container .top--insurance__description {
    max-width: 75.641vw;
    margin-left: 6.4102vw;
    margin-right: 6.4102vw;
    margin-bottom: 9.82vw;
  }
  .top-insurance .insurance-container .top--insurance__description p {
    font-size: 3.589vw;
    line-height: 7.179vw;
    letter-spacing: 0.358vw;
  }
  .top-insurance .insurance-container .top--new__link .top--introduction__link {
    width: 67.179vw;
    height: 14.872vw;
    font-size: 3.59vw;
    letter-spacing: 0.179vw;
  }
  .top-insurance .insurance-container .top--new__link .top--introduction__link svg {
    right: 4.615vw;
  }
}
:root {
  --white: #ffffff;
  --bg-primary: #F0EFE8;
  --color-deep-green: #335E35;
  --color-charcoal-grey: #333333;
  --color-bright-blue: #0072ff;
  --color-light-teal: #00e2a9;
  --color-golden-yellow: #fbb414;
  --color-light-green: #009b4c;
  --color-red: #e33058;
  --color-light-red: #ff1515;
  --color-light-grey: #f5f5f5;
  --color-grey: #888888;
  --bg-primary-solid-forcus: var(--color-deep-green);
  --fg-primary-solid-forcus: var(--color-deep-green);
  --bg-neutral-solid-forcus: rgba(255, 255, 255, 0.5);
  --gradient-sunset-spectrum: linear-gradient(
      90deg,
      var(--color-light-teal) 0%,
      #00a4fc 23.15%,
      #746bff 39.9%,
      #b31dfe 61.08%,
      #df1965 80.3%,
      #fbb414 100%
  );
  --bg-overlay: rgba(0, 0, 0, 0.15);
  --color-border: #D3D3D3;
}

.body-service {
  background: var(--bg-primary);
}
.body-service .service-wrapper .service {
  padding-bottom: 9.7222vw;
}
.body-service .service-wrapper .service-banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22.222vw;
  background: url("/images/services/banner_service_bg.png");
  background-size: cover;
}
.body-service .service-wrapper .service-banner-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--white);
  background-color: var(--bg-overlay);
  gap: 0.817vw;
  font-weight: bold;
}
.body-service .service-wrapper .service-banner-title-wrapper .service-title-en {
  font-size: 1.389vw;
}
.body-service .service-wrapper .service-banner-title-wrapper .service-title-jp {
  font-size: 2.778vw;
  font-family: "Noto Sans", sans-serif;
}
.body-service .service-wrapper .service-body {
  overflow: hidden;
}
.body-service .service-wrapper .service-body-breadcrumb {
  padding: 1.833vw 0;
  display: flex;
  align-items: center;
  gap: 0.5vw;
  padding-left: 15.278vw;
  font-size: 0.694vw;
}
.body-service .service-wrapper .service-body-breadcrumb span {
  color: var(--color-charcoal-grey);
  font-family: "Noto Sans", sans-serif;
}
.body-service .service-wrapper .service-body-breadcrumb a {
  font-family: "Noto Sans", sans-serif;
  text-decoration: none;
  color: var(--color-bright-blue);
}
.body-service .service-wrapper .service-body-action-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 250px;
  gap: 2.292vw;
  margin-top: 1.472vw;
}
.body-service .service-wrapper .service-body-action-wrapper a {
  text-decoration: none;
  color: black;
}
.body-service .service-wrapper .service-body-action-wrapper-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 3px solid #78B87F;
  background-color: white;
  padding: 0.87vw;
  width: 18.681vw;
}
.body-service .service-wrapper .service-body-action-wrapper-item-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 1.563vw;
}
.body-service .service-wrapper .service-body-content {
  display: flex;
  flex-direction: column;
  margin-top: 4.931vw;
  gap: 6.111vw;
}
.body-service .service-wrapper .service-body-content-section {
  display: flex;
  flex-direction: column;
  gap: 6.042vw;
}
.body-service .service-wrapper .service-body-content .service-coating-wrapper {
  position: relative;
  z-index: 1;
}
.body-service .service-wrapper .service-body-content .service-coating-wrapper::after {
  content: "";
  position: absolute;
  top: -177px;
  background: url("/images/paints/paint_blue.png");
  background-size: cover;
  width: 354px;
  height: 354px;
  left: -177px;
}
.body-service .service-wrapper .service-body-content .service-coating-wrapper .services-info::after {
  content: "";
  position: absolute;
  bottom: -177px;
  background: url("/images/paints/paint_pink.png");
  background-size: cover;
  width: 354px;
  height: 354px;
  right: -177px;
}
.body-service .service-wrapper .service-body-content .service-reform-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 10.972vw;
}
.body-service .service-wrapper .service-body-content .service-reform-wrapper::after {
  content: "";
  position: absolute;
  top: -225px;
  background: url("/images/paints/paint_yellow_mix_orange.png");
  background-size: cover;
  width: 523px;
  height: 523px;
  left: -140px;
}
.body-service .service-wrapper .service-body-content .service-reform-wrapper .services-info::after {
  content: "";
  position: absolute;
  bottom: -230px;
  background: url("/images/paints/paint_yellow_mix_orange.png");
  background-size: cover;
  width: 354px;
  height: 354px;
  right: -215px;
}
.body-service .service-wrapper .service-body-video {
  max-width: 69.444vw;
  padding-top: 4.4375vw;
  display: flex;
  gap: 2.277vw;
  margin: 0 auto;
}
.body-service .service-wrapper .service-body-video-left {
  width: 50%;
  text-align: center;
}
.body-service .service-wrapper .service-body-video-left-item {
  width: 33.584vw;
  height: 25.207vw;
  margin-bottom: 0.555vw;
}
.body-service .service-wrapper .service-body-video-left-item iframe {
  width: 100%;
  height: 100%;
}
.body-service .service-wrapper .service-body-video-left-text {
  font-family: "Noto Sans", sans-serif;
}
.body-service .service-wrapper .service-body-video-left-text p {
  font-size: 1.111vw;
  line-height: 1.666vw;
  font-weight: 700;
  letter-spacing: 1.6px;
}
.body-service .service-wrapper .service-body-video-right {
  width: 50%;
  text-align: center;
}
.body-service .service-wrapper .service-body-video-right-item {
  width: 33.584vw;
  height: 25.207vw;
  margin-bottom: 0.555vw;
}
.body-service .service-wrapper .service-body-video-right-item iframe {
  width: 100%;
  height: 100%;
}
.body-service .service-wrapper .service-body-video-right-text {
  font-family: "Noto Sans", sans-serif;
}
.body-service .service-wrapper .service-body-video-right-text p {
  font-size: 1.111vw;
  line-height: 1.666vw;
  font-weight: 700;
  letter-spacing: 1.6px;
}

@media only screen and (max-width: 800px) {
  .body-service .service-wrapper .service {
    padding-bottom: 20.538vw;
  }
  .body-service .service-wrapper .service-banner {
    width: 100%;
    height: 33.333vw;
  }
  .body-service .service-wrapper .service-banner-title-wrapper {
    gap: 1.538vw;
  }
  .body-service .service-wrapper .service-banner-title-wrapper .service-title-en {
    font-size: 3.077vw;
  }
  .body-service .service-wrapper .service-banner-title-wrapper .service-title-jp {
    font-size: 5.128vw;
  }
  .body-service .service-wrapper .service-body-breadcrumb {
    padding: 5.128vw;
    font-size: 2.564vw;
  }
  .body-service .service-wrapper .service-body-action-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2.292vw;
    padding: 0 20px;
  }
  .body-service .service-wrapper .service-body-action-wrapper a {
    text-decoration: none;
    color: black;
  }
  .body-service .service-wrapper .service-body-action-wrapper-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: white;
    padding: 16.5px 0;
  }
  .body-service .service-wrapper .service-body-action-wrapper-item-icon {
    padding-right: 22.5px;
  }
  .body-service .service-wrapper .service-body-content {
    margin-top: 11.538vw;
    gap: 12.821vw;
  }
  .body-service .service-wrapper .service-body-content .service-coating-wrapper::after {
    display: none;
  }
  .body-service .service-wrapper .service-body-content .service-coating-wrapper .services-info::after {
    display: none;
  }
  .body-service .service-wrapper .service-body-content-section {
    gap: 15.385vw;
  }
  .body-service .service-wrapper .service-body-content .service-reform-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 39.231vw;
  }
  .body-service .service-wrapper .service-body-content .service-reform-wrapper::after {
    top: -100px;
    left: -70px;
    width: 251px;
    height: 251px;
  }
  .body-service .service-wrapper .service-body-video {
    max-width: 89.7435vw;
    padding-top: 11.7948vw;
    flex-direction: column;
    gap: 5.871vw;
  }
  .body-service .service-wrapper .service-body-video-left {
    width: 100%;
  }
  .body-service .service-wrapper .service-body-video-left-item {
    width: 89.743vw;
    height: 67.358vw;
    margin-bottom: 3.128vw;
  }
  .body-service .service-wrapper .service-body-video-left-item iframe {
    width: 100%;
    height: 100%;
  }
  .body-service .service-wrapper .service-body-video-left-text {
    font-family: "Noto Sans JP", sans-serif;
  }
  .body-service .service-wrapper .service-body-video-left-text p {
    font-size: 3.589vw;
    line-height: 5.128vw;
  }
  .body-service .service-wrapper .service-body-video-right {
    width: 100%;
  }
  .body-service .service-wrapper .service-body-video-right-item {
    width: 89.743vw;
    height: 67.358vw;
    margin-bottom: 3.128vw;
  }
  .body-service .service-wrapper .service-body-video-right-item iframe {
    width: 100%;
    height: 100%;
  }
  .body-service .service-wrapper .service-body-video-right-text {
    font-family: "Noto Sans JP", sans-serif;
  }
  .body-service .service-wrapper .service-body-video-right-text p {
    font-size: 3.589vw;
    line-height: 5.128vw;
  }
}
.services-info {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--fg-primary-solid-forcus);
  gap: 2.778vw;
}
.services-info-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.771vw;
}
.services-info-title-wrapper .services-info-title-en {
  font-size: 2.778vw;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
}
.services-info-title-wrapper .services-info-title-jp {
  font-size: 2.222vw;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
}
.services-info-description {
  font-size: 1.111vw;
  text-align: center;
  color: var(--color-charcoal-grey);
  letter-spacing: 0.8px;
  line-height: 2.2222vw;
  font-family: "Noto Sans", sans-serif;
}
.services-info-description p {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.111vw;
  line-height: 2.2222vw;
}

@media only screen and (max-width: 800px) {
  .services-info {
    gap: 34px;
  }
  .services-info-title-wrapper {
    gap: 22px;
  }
  .services-info-title-wrapper .services-info-title-en {
    font-size: 6.154vw;
  }
  .services-info-title-wrapper .services-info-title-jp {
    font-size: 6.154vw;
  }
  .services-info-description {
    padding: 0 12.564vw;
    font-size: 4.103vw;
    letter-spacing: 0.8px;
    line-height: 8.205vw;
    text-align: start;
    text-align: center;
  }
  .services-info-description-pc {
    display: none;
  }
  .services-info-description-sp {
    display: flex;
    justify-content: center;
  }
}
.services-section-wrapper .services-section {
  position: relative;
}
.services-section-wrapper .services-section-images {
  width: 100%;
  display: flex;
  transition: all 0.5s;
  justify-content: center;
}
.services-section-wrapper .services-section-images .marquee {
  display: flex;
  border-radius: 1.042vw;
}
.services-section-wrapper .services-section-images .marquee-content {
  display: flex;
}
.services-section-wrapper .services-section-images .marquee-content img {
  width: 21.209vw;
  height: 15.907vw;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-section-wrapper .services-section-info-card {
  position: relative;
  z-index: 1;
  margin: 0px 15vw;
  margin-bottom: -4.768vw;
  padding: 2.639vw 0 2.5vw 1vw;
  background-color: var(--white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.services-section-wrapper .services-section-info-card-title-wrapper {
  display: flex;
  width: 28.5%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.944vw;
}
.services-section-wrapper .services-section-info-card-title-wrapper img {
  width: 72px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-section-wrapper .services-section-info-card-title span {
  font-size: 1.111vw;
  font-weight: bold;
  line-height: 2.222vw;
  font-style: normal;
  text-align: left;
  letter-spacing: 0.1em;
  color: var(--color-charcoal-grey);
}
.services-section-wrapper .services-section-info-card-divider {
  width: 1px;
  border: 0.5px solid #D3D3D3;
}
.services-section-wrapper .services-section-info-card-description-wrapper {
  display: flex;
  align-items: center;
  flex: 1;
  padding-right: 51px;
  padding-left: 54px;
}
.services-section-wrapper .services-section-info-card-description-wrapper span {
  font-size: 0.9722vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 2.222vw;
  font-style: normal;
  text-align: left;
  color: var(--color-charcoal-grey);
}
.services-section-wrapper .services-section-info-card-description-pc {
  display: block;
}
.services-section-wrapper .services-section-info-card-description-sp {
  display: none;
}
@media only screen and (max-width: 800px) {
  .services-section-wrapper .services-section-images .marquee {
    border-radius: 3.846vw;
  }
  .services-section-wrapper .services-section-images .marquee .marquee-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .services-section-wrapper .services-section-images .marquee .marquee-content img {
    min-width: unset;
    width: 100%;
    min-height: 146px;
  }
  .services-section-wrapper .services-section-images .marquee .marquee-content img:last-child {
    display: none;
  }
  .services-section-wrapper .services-section-info-card {
    margin: 0px 5.128vw;
    margin-bottom: -9.487vw;
    flex-direction: column;
    padding: 9.744vw 5.384vw 11.282vw 5.384vw;
    gap: 10.256vw;
  }
  .services-section-wrapper .services-section-info-card-title-wrapper {
    width: 100%;
    gap: 9.103vw;
  }
  .services-section-wrapper .services-section-info-card-title span {
    white-space: unset;
    font-size: 4.103vw;
  }
  .services-section-wrapper .services-section-info-card-divider {
    display: none;
  }
  .services-section-wrapper .services-section-info-card-description-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .services-section-wrapper .services-section-info-card-description-wrapper span {
    font-size: 3.59vw;
    line-height: 8.205vw;
    letter-spacing: 1px;
    text-align: justify;
  }
  .services-section-wrapper .services-section-info-card-description-pc {
    display: none;
  }
  .services-section-wrapper .services-section-info-card-description-sp {
    display: flex;
    justify-content: center;
  }
}

.body-news {
  background: var(--bg-primary);
}
.body-news .news-wrapper {
  position: relative;
  overflow: hidden;
}
.body-news .news-wrapper .news {
  padding-bottom: 8.333vw;
}
.body-news .news-wrapper .news-banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22.222vw;
  background: url("/images/news/banner_news_bg.png");
  background-size: cover;
}
.body-news .news-wrapper .news-banner-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  color: var(--white);
  background-color: var(--bg-overlay);
  gap: 0.817vw;
  font-weight: bold;
}
.body-news .news-wrapper .news-banner-title-wrapper .news-title-en {
  font-size: 1.389vw;
}
.body-news .news-wrapper .news-banner-title-wrapper .news-title-jp {
  font-size: 2.778vw;
}
.body-news .news-wrapper .news-body {
  overflow: hidden;
}
.body-news .news-wrapper .news-body-breadcrumb {
  padding: 1.833vw 0;
  display: flex;
  align-items: center;
  gap: 0.5vw;
  padding-left: 15.278vw;
  font-size: 0.694vw;
}
.body-news .news-wrapper .news-body-breadcrumb span {
  color: var(--color-charcoal-grey);
  font-family: "Noto Sans", sans-serif;
}
.body-news .news-wrapper .news-body-breadcrumb a {
  font-family: "Noto Sans", sans-serif;
  text-decoration: none;
  color: var(--color-bright-blue);
}
.body-news .news-wrapper .news-body-list-new-wrapper {
  padding: 0 15.278vw;
  display: flex;
  flex-direction: column;
  gap: 1.389vw;
  padding-top: 2.792vw;
}
.body-news .news-wrapper .news-body-list-new-wrapper .new-item-wrapper {
  width: 100%;
  background-color: var(--white);
  padding: 0.764vw 0.868vw;
  display: flex;
  align-items: stretch;
  gap: 0.868vw;
}
.body-news .news-wrapper .news-body-list-new-wrapper .new-item-wrapper .new-item-timestamp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-charcoal-grey);
  font-style: normal;
}
.body-news .news-wrapper .news-body-list-new-wrapper .new-item-wrapper .new-item-timestamp-year {
  font-size: 0.903vw;
  line-height: 1.319vw;
  font-weight: 500;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
.body-news .news-wrapper .news-body-list-new-wrapper .new-item-wrapper .new-item-timestamp-date {
  font-size: 1.528vw;
  line-height: 2.222vw;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.body-news .news-wrapper .news-body-list-new-wrapper .new-item-wrapper .new-item-divider {
  width: 1px;
  background-color: var(--color-border);
}
.body-news .news-wrapper .news-body-list-new-wrapper .new-item-wrapper .new-item-content {
  display: flex;
  gap: 2.118vw;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.body-news .news-wrapper .news-body-list-new-wrapper .new-item-wrapper .new-item-content-label {
  display: flex;
  width: 8.694vw;
  align-items: center;
  justify-content: start;
  padding: 1.25vw 1.771vw;
  font-size: 0.903vw;
  font-weight: bold;
  font-style: normal;
  text-align: left;
}
.body-news .news-wrapper .news-body-list-new-wrapper .new-item-wrapper .new-item-content-label span {
  font-family: "Noto Sans JP", sans-serif;
}
.body-news .news-wrapper .news-body-list-new-wrapper .new-item-wrapper .new-item-content-label-success {
  color: var(--color-light-green);
}
.body-news .news-wrapper .news-body-list-new-wrapper .new-item-wrapper .new-item-content-label-danger {
  color: var(--color-red);
}
.body-news .news-wrapper .news-body-list-new-wrapper .new-item-wrapper .new-item-content-description {
  display: flex;
  flex: 1;
  overflow: hidden;
  font-size: 0.972vw;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  text-align: left;
  padding-right: 3.958vw;
  color: var(--color-charcoal-grey);
}
.body-news .news-wrapper .news-body-list-new-wrapper .new-item-wrapper .new-item-content-description span {
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
.body-news .news-wrapper .news-pagination-wrapper {
  display: flex;
  justify-content: center;
  gap: 0.694vw;
  margin-top: 5.208vw;
}
.body-news .news-wrapper .news-pagination-wrapper .news-pagination {
  display: flex;
  gap: 1.042vw;
}
.body-news .news-wrapper .news-pagination-wrapper .news-pagination .news-pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.139vw 0.486vw;
  border: 1px solid var(--color-deep-green);
  color: var(--color-deep-green);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.111vw;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  cursor: pointer;
  border-radius: 0.278vw;
  transition: all 0.3s;
}
.body-news .news-wrapper .news-pagination-wrapper .news-pagination .news-pagination-item:hover {
  background-color: var(--color-deep-green);
  color: var(--white);
}
.body-news .news-wrapper .news-pagination-wrapper .news-pagination .news-pagination-item.news-pagination-item-active {
  background-color: var(--color-deep-green);
  color: var(--white);
}

@media only screen and (max-width: 800px) {
  .body-news {
    background: var(--bg-primary);
  }
  .body-news .news-wrapper::after {
    width: 60.977vw;
    height: 60.977vw;
    right: -26.59vw;
    bottom: -25.641vw;
  }
  .body-news .news-wrapper .news {
    padding-bottom: 30.769vw;
  }
  .body-news .news-wrapper .news-banner {
    width: 100%;
    height: 33.333vw;
  }
  .body-news .news-wrapper .news-banner-title-wrapper {
    gap: 1.538vw;
  }
  .body-news .news-wrapper .news-banner-title-wrapper .news-title-en {
    font-size: 3.077vw;
  }
  .body-news .news-wrapper .news-banner-title-wrapper .news-title-jp {
    font-size: 5.128vw;
  }
  .body-news .news-wrapper .news-body-breadcrumb {
    padding: 5.128vw;
    font-size: 2.564vw;
  }
  .body-news .news-wrapper .news-body-list-new-wrapper {
    padding: 0 5.128vw;
    padding-top: 4.359vw;
    gap: 3.846vw;
  }
  .body-news .news-wrapper .news-body-list-new-wrapper .new-item-wrapper {
    padding: 3.59vw 3.205vw;
    border-radius: 2.051vw;
    gap: 3.205vw;
  }
  .body-news .news-wrapper .news-body-list-new-wrapper .new-item-wrapper .new-item-timestamp-year {
    font-size: 3.333vw;
    line-height: 5.128vw;
  }
  .body-news .news-wrapper .news-body-list-new-wrapper .new-item-wrapper .new-item-timestamp-date {
    font-size: 5.641vw;
    line-height: 8.205vw;
  }
  .body-news .news-wrapper .news-body-list-new-wrapper .new-item-wrapper .new-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.051vw;
    white-space: normal;
    padding-left: 0.897vw;
  }
  .body-news .news-wrapper .news-body-list-new-wrapper .new-item-wrapper .new-item-content-label {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: start;
    padding: 0px;
    font-size: 3.333vw;
  }
  .body-news .news-wrapper .news-body-list-new-wrapper .new-item-wrapper .new-item-content-label-success {
    color: var(--color-light-green);
  }
  .body-news .news-wrapper .news-body-list-new-wrapper .new-item-wrapper .new-item-content-label-danger {
    color: var(--color-red);
  }
  .body-news .news-wrapper .news-body-list-new-wrapper .new-item-wrapper .new-item-content-description {
    display: -webkit-box;
    padding-right: 4.225vw;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 3.59vw;
  }
  .body-news .news-wrapper .news-pagination-wrapper {
    margin-top: 16.154vw;
  }
  .body-news .news-wrapper .news-pagination-wrapper .news-pagination {
    gap: 3.846vw;
  }
  .body-news .news-wrapper .news-pagination-wrapper .news-pagination .news-pagination-item {
    padding: 0.513vw 1.795vw;
    font-size: 4.103vw;
    border-radius: 1.026vw;
  }
}
.news-details-wrapper {
  padding: 0 15.278vw;
  padding-top: 2.792vw;
}
.news-details-wrapper blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  background-color: #fff;
  border-left: 0.7rem solid #007bff;
  margin: 1.5em 0.7rem;
  padding: 0.5em 0.7rem;
}
.news-details-wrapper .new-details {
  background-color: var(--white);
  padding: 8.979vw 5.208vw;
  padding-top: 6.875vw;
  display: flex;
  flex-direction: column;
}
.news-details-wrapper .new-details-image {
  margin-bottom: 1.389vw;
  width: 59.028vw;
  height: 27.708vw;
}
.news-details-wrapper .new-details-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-details-wrapper .new-details-timestamp {
  display: flex;
  align-items: end;
  margin-bottom: 1.389vw;
}
.news-details-wrapper .new-details-timestamp-content {
  line-height: 2.083vw;
  margin-right: 1.389vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.528vw;
  font-weight: 700;
  color: #333333;
}
.news-details-wrapper .new-details-category {
  font-size: 0.903vw;
  line-height: 1.5vw;
  font-weight: 600;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 99px;
  padding: 0.382vw 2.292vw;
}
.news-details-wrapper .new-details-title h1 {
  margin-bottom: 2.778vw;
  padding-bottom: 0.556vw;
  font-size: 2.222vw;
  font-weight: 700;
  line-height: 2.986vw;
  color: var(--color-deep-green);
  color: var(--color-deep-green);
  border-bottom: 1px solid var(--color-deep-green);
  font-family: "Noto Sans", sans-serif;
}
.news-details-wrapper .new-details-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 4.167vw;
}
.news-details-wrapper .new-details-content table {
  border: 1px solid black;
}
.news-details-wrapper .new-details-content th {
  border: 1px solid black;
  padding: 5px;
}
.news-details-wrapper .new-details-content td {
  border: 1px solid black;
  padding: 5px;
}
.news-details-wrapper .new-details-content ul {
  list-style-type: disc;
  padding-left: 1.38vw;
}
.news-details-wrapper .new-details-content ol {
  list-style-type: decimal;
  padding-left: 1.38vw;
}
.news-details-wrapper .new-details-content p {
  font-size: 1.111vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.222vw;
}
.news-details-wrapper .new-details-content span,
.news-details-wrapper .new-details-content div {
  font-size: 1.111vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.222vw;
}
.news-details-wrapper .new-details-content img {
  max-width: 100%;
}
.news-details-wrapper .new-details-content i,
.news-details-wrapper .new-details-content u,
.news-details-wrapper .new-details-content b {
  font: revert;
}
.news-details-wrapper .new-details-content .h1,
.news-details-wrapper .new-details-content .h2,
.news-details-wrapper .new-details-content .h3,
.news-details-wrapper .new-details-content .h4,
.news-details-wrapper .new-details-content .h5,
.news-details-wrapper .new-details-content .h6,
.news-details-wrapper .new-details-content h1,
.news-details-wrapper .new-details-content h2,
.news-details-wrapper .new-details-content h3,
.news-details-wrapper .new-details-content h4,
.news-details-wrapper .new-details-content h5,
.news-details-wrapper .new-details-content h6 {
  margin-bottom: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.news-details-wrapper .new-details-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
}
.news-details-wrapper .new-details-content h2 {
  font-size: 2rem;
}
.news-details-wrapper .new-details-content h3 {
  font-size: 1.75rem;
}
.news-details-wrapper .new-details-content h4 {
  font-size: 1.5rem;
}
.news-details-wrapper .new-details-content:last-child {
  margin-bottom: 0;
  width: 100%;
  overflow-x: auto;
}

@media only screen and (max-width: 767px) {
  .news-details-wrapper {
    padding: 0 5.128vw;
  }
  .news-details-wrapper .new-details {
    display: flex;
    flex-direction: column;
    padding: 8.205vw 4.615vw;
    border-radius: 2.051vw;
  }
  .news-details-wrapper .new-details-image {
    margin-bottom: 3.59vw;
    width: 80.7697vw;
    height: 37.949vw;
  }
  .news-details-wrapper .new-details-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news-details-wrapper .new-details-timestamp {
    margin-bottom: 7.692vw;
    gap: 10px;
    align-items: start;
    flex-direction: column;
  }
  .news-details-wrapper .new-details-timestamp-content {
    font-size: 4.103vw;
    line-height: 5.385vw;
  }
  .news-details-wrapper .new-details-timestamp-category {
    font-size: 3.333vw;
    line-height: 4.359vw;
  }
  .news-details-wrapper .new-details-category {
    padding: 0.41vw 5.128vw;
    font-size: 3.077vw;
    line-height: 4.103vw !important;
  }
  .news-details-wrapper .new-details-title h1 {
    padding-bottom: 1.282vw;
    font-size: 4.615vw;
    font-weight: 700;
    letter-spacing: 0.513vw;
    line-height: 6.154vw;
    margin-bottom: 6.41vw;
  }
  .news-details-wrapper .new-details-content p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.59vw;
    line-height: 7.179vw;
  }
  .news-details-wrapper .new-details-content span,
  .news-details-wrapper .new-details-content div {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.59vw;
    line-height: 7.179vw;
  }
}
.body-contact {
  background: var(--bg-primary);
}
.body-contact .contact-wrapper {
  position: relative;
  overflow: hidden;
}
.body-contact .contact-wrapper .text-danger {
  color: #dc3545 !important;
}
.body-contact .contact-wrapper .contact {
  padding-bottom: 8.333vw;
}
.body-contact .contact-wrapper .contact-banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22.222vw;
  background: url("/images/contact/banner_contact_bg.png");
  background-size: cover;
}
.body-contact .contact-wrapper .contact-banner-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--white);
  background-color: var(--bg-overlay);
  gap: 0.817vw;
  font-weight: bold;
}
.body-contact .contact-wrapper .contact-banner-title-wrapper .contact-title-en {
  font-size: 1.389vw;
}
.body-contact .contact-wrapper .contact-banner-title-wrapper .contact-title-jp {
  font-size: 2.778vw;
}
.body-contact .contact-wrapper .contact-body {
  overflow: hidden;
}
.body-contact .contact-wrapper .contact-body-breadcrumb {
  padding: 1.833vw 0;
  display: flex;
  align-items: center;
  gap: 0.5vw;
  padding-left: 15.278vw;
  font-size: 0.694vw;
}
.body-contact .contact-wrapper .contact-body-breadcrumb span {
  color: var(--color-charcoal-grey);
  font-family: "Noto Sans", sans-serif;
}
.body-contact .contact-wrapper .contact-body-breadcrumb a {
  font-family: "Noto Sans", sans-serif;
  text-decoration: none;
  color: var(--color-bright-blue);
}
.body-contact .contact-wrapper .contact-body-form-wrapper {
  padding: 0 15.278vw;
  display: flex;
  flex-direction: column;
  padding-top: 3.028vw;
  gap: 1.389vw;
}
.body-contact .contact-wrapper .contact-body-form-wrapper .note {
  font-size: 1.111vw;
  text-align: center;
  color: #dc3545;
}
.body-contact .contact-wrapper .contact-body-form-wrapper .contact-input {
  display: flex;
  flex-direction: column;
}
.body-contact .contact-wrapper .contact-body-form-wrapper .contact-input-wrapper {
  width: 100%;
  padding: 1.042vw 3.333vw;
  background-color: var(--white);
  display: flex;
  align-items: center;
  gap: 5.625vw;
}
.body-contact .contact-wrapper .contact-body-form-wrapper .contact-input-label {
  width: 7.778vw;
  max-width: 7.778vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.111vw;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: var(--color-charcoal-grey);
  white-space: nowrap;
}
.body-contact .contact-wrapper .contact-body-form-wrapper .contact-input-content {
  display: flex;
  flex: 1;
  align-items: center;
  padding-right: 0.625vw;
}
.body-contact .contact-wrapper .contact-body-form-wrapper .contact-input-content-span {
  width: 100%;
  padding: 0px 0.694vw;
  border: none;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.111vw;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  line-height: 23px;
  color: var(--color-charcoal-grey);
}
.body-contact .contact-wrapper .contact-body-form-wrapper .contact-input-content input {
  width: 100%;
  height: 2.986vw;
  padding: 0px 0.694vw;
  background-color: var(--color-light-grey);
  border: none;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.111vw;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: var(--color-charcoal-grey);
}
.body-contact .contact-wrapper .contact-body-form-wrapper .contact-input-content input[type=number] {
  -moz-appearance: textfield;
}
.body-contact .contact-wrapper .contact-body-form-wrapper .contact-input-content input::-webkit-outer-spin-button, .body-contact .contact-wrapper .contact-body-form-wrapper .contact-input-content input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.body-contact .contact-wrapper .contact-body-form-wrapper .contact-input-content textarea {
  width: 100%;
  min-height: 17.5vw;
  background-color: var(--color-light-grey);
  border: none;
  outline: none;
  padding: 0.694vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.111vw;
  font-weight: 500;
  font-style: normal;
  resize: none;
  text-align: left;
  color: var(--color-charcoal-grey);
}
.body-contact .contact-wrapper .contact-body-form-wrapper .contact-input-content textarea::-webkit-scrollbar {
  width: 3px;
}
.body-contact .contact-wrapper .contact-body-form-wrapper .contact-input-content textarea::-webkit-scrollbar-thumb {
  background-color: #cccccc;
}
.body-contact .contact-wrapper .contact-body-form-wrapper .contact-input-content .contact-input-confirm {
  background-color: var(--white);
}
.body-contact .contact-wrapper .contact-body-form-wrapper .contact-input-content .contact-textarea-confirm {
  background-color: var(--white);
}
.body-contact .contact-wrapper .contact-body-form-wrapper .contact-error-message {
  color: red;
  font-size: 1.111vw;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  margin-top: 0.347vw;
  padding-left: 16.667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.111vw;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: var(--color-light-red);
}
.body-contact .contact-wrapper .contact-body-form-wrapper .contact-submit-button {
  width: 100%;
  display: flex;
  margin-top: 3.125vw;
  justify-content: center;
}
.body-contact .contact-wrapper .contact-body-form-wrapper .contact-submit-button button {
  width: 18.681vw;
  height: 4.167vw;
  background-color: #78b87f;
  border: none;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.111vw;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: var(--white);
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 1.285vw;
  z-index: 1;
}
.body-contact .contact-wrapper .contact-body-form-wrapper .contact-submit-button button:hover::after {
  opacity: 1;
}
.body-contact .contact-wrapper .contact-body-form-wrapper .contact-submit-button button span {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}
.body-contact .contact-wrapper .contact-body-alert-success-wrapper {
  padding: 0 15.278vw;
  padding-top: 3.236vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.body-contact .contact-wrapper .contact-body-alert-success-wrapper .contact-submit-button {
  width: 100%;
  display: flex;
  margin-top: 2.986vw;
  justify-content: center;
}
.body-contact .contact-wrapper .contact-body-alert-success-wrapper .contact-submit-button a {
  text-decoration: none;
}
.body-contact .contact-wrapper .contact-body-alert-success-wrapper .contact-submit-button button {
  width: 18.681vw;
  height: 4.167vw;
  background-color: #78b87f;
  border: none;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.111vw;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: var(--white);
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 1.319vw;
  z-index: 1;
}
.body-contact .contact-wrapper .contact-body-alert-success-wrapper .contact-submit-button button:hover::after {
  opacity: 1;
}
.body-contact .contact-wrapper .contact-body-alert-success-wrapper .contact-submit-button button span {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}
.body-contact .contact-wrapper .contact-body-alert-success-content {
  width: 100%;
  height: 14.236vw;
  display: flex;
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3.472vw 2.361vw;
  gap: 1.389vw;
}
.body-contact .contact-wrapper .contact-body-alert-success-content .alert-title {
  font-size: 1.667vw;
  font-weight: bold;
  line-height: 2.222vw;
  font-style: normal;
  text-align: center;
  color: var(--color-charcoal-grey);
}
.body-contact .contact-wrapper .contact-body-alert-success-content .alert-content {
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 2.222vw;
  font-style: normal;
  text-align: center;
  color: var(--color-charcoal-grey);
}
.body-contact .contact-wrapper .contact-body-alert-success-content .alert-content-sm {
  display: none;
}

@media only screen and (max-width: 800px) {
  .body-contact {
    background: var(--bg-primary);
  }
  .body-contact .contact-wrapper::after {
    width: 46.667vw;
    height: 46.667vw;
    bottom: -17.949vw;
    right: -15.385vw;
  }
  .body-contact .contact-wrapper .contact {
    padding-bottom: 30.769vw;
  }
  .body-contact .contact-wrapper .contact-banner {
    width: 100%;
    height: 33.333vw;
  }
  .body-contact .contact-wrapper .contact-banner-title-wrapper {
    gap: 1.538vw;
  }
  .body-contact .contact-wrapper .contact-banner-title-wrapper .contact-title-en {
    font-size: 3.077vw;
  }
  .body-contact .contact-wrapper .contact-banner-title-wrapper .contact-title-jp {
    font-size: 5.128vw;
  }
  .body-contact .contact-wrapper .contact-body-breadcrumb {
    padding: 5.128vw;
    font-size: 2.564vw;
  }
  .body-contact .contact-wrapper .contact-body-form-wrapper {
    padding: 0 5.128vw;
    padding-top: 1.359vw;
    gap: 5.128vw;
  }
  .body-contact .contact-wrapper .contact-body-form-wrapper .note {
    font-size: 3.59vw;
    line-height: 5.59vw;
  }
  .body-contact .contact-wrapper .contact-body-form-wrapper .contact-input-wrapper {
    width: 100%;
    padding: 3.846vw 5.385vw;
    padding-top: 4.051vw;
    gap: 1.872vw;
    flex-direction: column;
    align-items: flex-start;
  }
  .body-contact .contact-wrapper .contact-body-form-wrapper .contact-input-label {
    width: 100%;
    max-width: 100%;
    font-size: 3.59vw;
  }
  .body-contact .contact-wrapper .contact-body-form-wrapper .contact-input-content {
    width: 100%;
  }
  .body-contact .contact-wrapper .contact-body-form-wrapper .contact-input-content-span {
    font-size: 4.103vw;
  }
  .body-contact .contact-wrapper .contact-body-form-wrapper .contact-input-content input {
    height: 11.026vw;
    font-size: 4.103vw;
    padding: 0px 2.564vw;
  }
  .body-contact .contact-wrapper .contact-body-form-wrapper .contact-input-content textarea {
    min-height: 46.667vw;
    font-size: 4.103vw;
    padding: 2.051vw;
  }
  .body-contact .contact-wrapper .contact-body-form-wrapper .contact-input-content .contact-input-confirm {
    padding: 0px;
    height: auto;
  }
  .body-contact .contact-wrapper .contact-body-form-wrapper .contact-input-content .contact-textarea-confirm {
    padding: 0px;
    height: auto;
  }
  .body-contact .contact-wrapper .contact-body-form-wrapper .contact-submit-button {
    margin-top: 9.359vw;
  }
  .body-contact .contact-wrapper .contact-body-form-wrapper .contact-submit-button button {
    width: 67.323vw;
    height: 15.015vw;
    font-size: 3.59vw;
    padding: 0px 4.615vw;
  }
  .body-contact .contact-wrapper .contact-body-form-wrapper .contact-error-message {
    padding-left: 5.128vw;
    margin-top: 0.513vw;
    font-size: 3.59vw;
  }
  .body-contact .contact-wrapper .contact-body-alert-success-wrapper {
    padding: 0 5.128vw;
    padding-top: 4.513vw;
  }
  .body-contact .contact-wrapper .contact-body-alert-success-wrapper .contact-submit-button {
    width: 100%;
    display: flex;
    margin-top: 11.026vw;
    justify-content: center;
  }
  .body-contact .contact-wrapper .contact-body-alert-success-wrapper .contact-submit-button button {
    width: 47.436vw;
    height: 10.769vw;
    font-size: 3.59vw;
    padding: 0px 3.923vw;
    z-index: 1;
  }
  .body-contact .contact-wrapper .contact-body-alert-success-content {
    height: auto;
    padding: 0px;
    padding-top: 12.051vw;
    padding-bottom: 12.308vw;
  }
  .body-contact .contact-wrapper .contact-body-alert-success-content .alert-title {
    width: 100%;
    padding-left: 7.436vw;
    padding-right: 7.436vw;
    font-size: 4.103vw;
    line-height: 8.205vw;
  }
  .body-contact .contact-wrapper .contact-body-alert-success-content .alert-content {
    width: 100%;
    padding: 0px 25.897vw;
    font-size: 3.59vw;
    line-height: 7.179vw;
  }
  .body-contact .contact-wrapper .contact-body-alert-success-content .alert-content-sm {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .body-contact .contact-wrapper .contact-body-alert-success-content .alert-content-sm span {
    white-space: nowrap;
  }
  .body-contact .contact-wrapper .contact-body-alert-success-content .alert-content-xl {
    display: none;
  }
}
.body-company {
  background: var(--bg-primary);
}
.body-company .company-wrapper {
  position: relative;
  overflow: hidden;
}
.body-company .company-wrapper .company {
  padding-bottom: 8.333vw;
}
.body-company .company-wrapper .company-banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22.222vw;
  background: url("/images/company/banner_company_bg.png");
  background-size: cover;
}
.body-company .company-wrapper .company-banner-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--white);
  background-color: var(--bg-overlay);
  gap: 0.817vw;
  font-weight: bold;
}
.body-company .company-wrapper .company-banner-title-wrapper .company-title-en {
  font-size: 1.389vw;
}
.body-company .company-wrapper .company-banner-title-wrapper .company-title-jp {
  font-size: 2.778vw;
}
.body-company .company-wrapper .company-body {
  overflow: hidden;
  position: relative;
}
.body-company .company-wrapper .company-body-breadcrumb {
  padding: 1.833vw 0;
  display: flex;
  align-items: center;
  gap: 0.5vw;
  padding-left: 15.278vw;
  font-size: 0.694vw;
}
.body-company .company-wrapper .company-body-breadcrumb span {
  color: var(--color-charcoal-grey);
  font-family: "Noto Sans", sans-serif;
}
.body-company .company-wrapper .company-body-breadcrumb a {
  font-family: "Noto Sans", sans-serif;
  text-decoration: none;
  color: var(--color-bright-blue);
}
.body-company .company-wrapper .company-body-intro {
  width: 100%;
  padding: 0px 15.278vw;
  padding-top: 3.028vw;
  position: relative;
}
.body-company .company-wrapper .company-body-intro-image {
  width: 26.191vw;
  height: 32.458vw;
  margin-bottom: -25vw;
  overflow: hidden;
}
.body-company .company-wrapper .company-body-intro-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.body-company .company-wrapper .company-body-intro-content-wrapper {
  padding-left: 10.45vw;
}
.body-company .company-wrapper .company-body-intro-content-detail {
  background-color: var(--white);
  padding: 2.778vw 4.896vw;
  display: flex;
  flex-direction: column;
  padding-left: 20.521vw;
  padding-top: 4.306vw;
  min-height: 29.722vw;
}
.body-company .company-wrapper .company-body-intro-content-detail-title {
  font-size: 2.361vw;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #333333;
}
.body-company .company-wrapper .company-body-intro-content-detail-description {
  margin-top: 2.181vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.972vw;
  font-weight: bold;
  line-height: 2.222vw;
  font-style: normal;
  text-align: left;
  color: var(--color-charcoal-grey);
}
.body-company .company-wrapper .company-body-intro-content-detail-signature {
  margin-top: 3.194vw;
  text-align: end;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.972vw;
  font-weight: bold;
  font-style: normal;
  color: var(--color-charcoal-grey);
  line-height: 32px;
}
.body-company .company-wrapper .company-body-list-company {
  width: 100%;
  padding: 0px 15.278vw;
  padding-top: 3.472vw;
}
.body-company .company-wrapper .company-body-list-company .list-company {
  width: 100%;
  background-color: var(--white);
  padding-top: 3.924vw;
  padding-left: 10.417vw;
  padding-right: 10.417vw;
  padding-bottom: 5.833vw;
}
.body-company .company-wrapper .company-body-list-company .list-company .company-item {
  display: flex;
  border-bottom: 1px solid var(--color-border);
  padding: 1.972vw 0px;
  gap: 3.924vw;
  align-items: center;
}
.body-company .company-wrapper .company-body-list-company .list-company .company-item-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 21%;
  padding: 0px 1.701vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.972vw;
  font-weight: bold;
  font-style: normal;
  color: var(--color-charcoal-grey);
  line-height: 32px;
  white-space: nowrap;
  padding-right: 0;
}
.body-company .company-wrapper .company-body-list-company .list-company .company-item-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.972vw;
  font-weight: bold;
  font-style: normal;
  line-height: 2.222vw;
  color: var(--color-charcoal-grey);
  display: flex;
  flex: 1;
}
.body-company .company-wrapper .company-body-map {
  width: 100%;
  padding: 0px 15.278vw;
  padding-top: 3.264vw;
}
.body-company .company-wrapper .company-body-map .map-content {
  background-color: var(--color-border);
  height: 20.556vw;
  overflow: hidden;
}
.body-company .company-wrapper .company-body-construction-license {
  width: 100%;
  padding: 0px 15.278vw;
  padding-top: 5.694vw;
}
.body-company .company-wrapper .company-body-construction-license .company-license {
  width: 100%;
  background-color: var(--white);
  padding-top: 4.09vw;
  padding-left: 10.417vw;
  padding-right: 10.417vw;
  padding-bottom: 6.174vw;
  color: #333333;
}
.body-company .company-wrapper .company-body-construction-license .company-license h3 {
  font-size: 1.389vw;
  text-align: center;
  margin-bottom: 1.556vw;
  font-weight: bold;
}
.body-company .company-wrapper .company-body-construction-license .company-license .company-info-item {
  display: flex;
  text-align: left;
  border-top: 1px solid var(--color-border);
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
}
.body-company .company-wrapper .company-body-construction-license .company-license .company-info-item-row {
  padding: 1.972vw 1.632vw;
  width: 74.91%;
  font-size: 0.972vw;
  font-weight: 700;
  line-height: 2.222vw;
  letter-spacing: 0.05px;
}
.body-company .company-wrapper .company-body-construction-license .company-license .company-info-item-row:first-child {
  width: 24.29%;
  border-right: 1px solid var(--color-border);
}
.body-company .company-wrapper .company-body-construction-license .company-license .company-info-item:last-child {
  border-bottom: 1px solid var(--color-border);
}
.body-company .company-wrapper .company-body-construction-license .company-license .company-license-list-item {
  display: flex;
  text-align: left;
  border-bottom: 1px solid var(--color-border);
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
}
.body-company .company-wrapper .company-body-construction-license .company-license .company-license-list-item-row {
  padding: 1.972vw 1.632vw;
  font-size: 0.972vw;
  font-weight: 700;
  line-height: 1.458vw;
  letter-spacing: 0.05px;
}
.body-company .company-wrapper .company-body-construction-license .company-license .company-license-list-item-row:first-child {
  width: 24.29%;
  border-right: 1px solid var(--color-border);
}
.body-company .company-wrapper .company-body-construction-license .company-license .company-license-list-item-row:nth-child(2) {
  width: 21.29%;
  border-right: 1px solid var(--color-border);
}
.body-company .company-wrapper .company-body-construction-license .company-license .company-license-list-item-row:nth-child(3) {
  width: 29.57%;
  border-right: 1px solid var(--color-border);
}
.body-company .company-wrapper .company-body-construction-license .company-license .company-license-list-item-row:last-child {
  width: 24.86%;
}
.body-company .company-wrapper .company-body-construction-license .company-license .company-license-list-item:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .body-company {
    background: var(--bg-primary);
  }
  .body-company .company-wrapper::after {
    width: 44.359vw;
    height: 43.846vw;
    bottom: -20vw;
  }
  .body-company .company-wrapper .company {
    padding-bottom: 30.769vw;
  }
  .body-company .company-wrapper .company-banner {
    width: 100%;
    height: 33.333vw;
  }
  .body-company .company-wrapper .company-banner-title-wrapper {
    gap: 1.538vw;
  }
  .body-company .company-wrapper .company-banner-title-wrapper .company-title-en {
    font-size: 3.077vw;
  }
  .body-company .company-wrapper .company-banner-title-wrapper .company-title-jp {
    font-size: 5.128vw;
  }
  .body-company .company-wrapper .company-body-breadcrumb {
    padding: 5.128vw;
    font-size: 2.564vw;
  }
  .body-company .company-wrapper .company-body-intro {
    width: 100%;
    padding: 0px 5.128vw;
    padding-top: 4.359vw;
  }
  .body-company .company-wrapper .company-body-intro::after {
    display: none;
  }
  .body-company .company-wrapper .company-body-intro-image {
    width: 63.333vw;
    height: 78.49vw;
    margin-bottom: -21.897vw;
    overflow: hidden;
  }
  .body-company .company-wrapper .company-body-intro-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .body-company .company-wrapper .company-body-intro-content-wrapper {
    padding-left: 9.5vw;
  }
  .body-company .company-wrapper .company-body-intro-content-detail {
    padding-top: 29.154vw;
    padding-left: 7.179vw;
    padding-right: 7.179vw;
    padding-bottom: 12.154vw;
  }
  .body-company .company-wrapper .company-body-intro-content-detail-title {
    font-size: 5.128vw;
  }
  .body-company .company-wrapper .company-body-intro-content-detail-description {
    padding-right: 0;
    font-size: 3.59vw;
    line-height: 7.179vw;
    text-align: justify;
    margin-top: 4.181vw;
  }
  .body-company .company-wrapper .company-body-intro-content-detail-signature {
    margin-top: 9.077vw;
    font-size: 3.59vw;
  }
  .body-company .company-wrapper .company-body-list-company {
    width: 100%;
    padding: 0px 5.128vw;
    padding-top: 12.821vw;
  }
  .body-company .company-wrapper .company-body-list-company .list-company {
    width: 100%;
    background-color: var(--white);
    padding-left: 6.41vw;
    padding-right: 6.41vw;
    padding-bottom: 9.487vw;
    padding-top: 5.641vw;
  }
  .body-company .company-wrapper .company-body-list-company .list-company .company-item {
    flex-direction: column;
    gap: 2.051vw;
    align-items: flex-start;
    padding: 4.615vw 0;
  }
  .body-company .company-wrapper .company-body-list-company .list-company .company-item-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Noto Sans", sans-serif;
    width: 100%;
    font-size: 4.103vw;
    padding: 0px;
    line-height: 5.128vw;
  }
  .body-company .company-wrapper .company-body-list-company .list-company .company-item-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-size: 4.103vw;
    font-style: normal;
    line-height: 7.205vw;
    letter-spacing: 0.205vw;
    color: #333333;
  }
  .body-company .company-wrapper .company-body-construction-license {
    width: 100%;
    padding: 0px 5.128vw;
    padding-top: 12.821vw;
  }
  .body-company .company-wrapper .company-body-construction-license .company-license {
    width: 100%;
    background-color: var(--white);
    padding-left: 6.41vw;
    padding-right: 6.41vw;
    padding-bottom: 9.487vw;
    padding-top: 5.641vw;
  }
  .body-company .company-wrapper .company-body-construction-license .company-license h3 {
    font-size: 4.427vw;
  }
  .body-company .company-wrapper .company-body-construction-license .company-license .company-info-item-row {
    font-size: 1.282vw;
  }
  .body-company .company-wrapper .company-body-construction-license .company-license .company-license-list-item-row {
    font-size: 1.282vw;
  }
  .body-company .company-wrapper .company-body-map {
    width: 100%;
    padding: 0px 5.128vw;
    padding-top: 9.231vw;
  }
  .body-company .company-wrapper .company-body-map .map-content {
    height: 75.897vw;
  }
}
.body-works {
  background: var(--bg-primary);
}
.body-works .works-wrapper {
  position: relative;
  overflow: hidden;
}
.body-works .works-wrapper .works {
  padding-bottom: 8.333vw;
}
.body-works .works-wrapper .works-banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22.222vw;
  background: url("/images/works/banner_works_bg.png");
  background-size: cover;
}
.body-works .works-wrapper .works-banner-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--white);
  background-color: var(--bg-overlay);
  gap: 0.817vw;
  font-weight: bold;
}
.body-works .works-wrapper .works-banner-title-wrapper .works-title-en {
  font-size: 1.389vw;
}
.body-works .works-wrapper .works-banner-title-wrapper .works-title-jp {
  font-size: 2.778vw;
}
.body-works .works-wrapper .works-body {
  overflow: hidden;
  position: relative;
}
.body-works .works-wrapper .works-body-breadcrumb {
  padding: 1.833vw 0;
  display: flex;
  align-items: center;
  gap: 0.5vw;
  padding-left: 15.278vw;
  font-size: 0.694vw;
}
.body-works .works-wrapper .works-body-breadcrumb span {
  color: var(--color-charcoal-grey);
  font-family: "Noto Sans", sans-serif;
}
.body-works .works-wrapper .works-body-breadcrumb a {
  font-family: "Noto Sans", sans-serif;
  text-decoration: none;
  color: var(--color-bright-blue);
}
.body-works .works-wrapper .works-body-list-work-wrapper {
  padding: 0 15.278vw;
  padding-top: 2.896vw;
}
.body-works .works-wrapper .works-body-list-work-wrapper .list-work {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.84vw;
}
.body-works .works-wrapper .works-body-list-work-wrapper .list-work .work-item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.972vw;
  text-decoration: none;
}
.body-works .works-wrapper .works-body-list-work-wrapper .list-work .work-item-image {
  width: 100%;
  height: 16.435vw;
  overflow: hidden;
}
.body-works .works-wrapper .works-body-list-work-wrapper .list-work .work-item-image img {
  width: 21.875vw;
  height: 16.389vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.body-works .works-wrapper .works-body-list-work-wrapper .list-work .work-item-info {
  display: flex;
  flex-direction: column;
  gap: 1.111vw;
}
.body-works .works-wrapper .works-body-list-work-wrapper .list-work .work-item-info-action {
  display: flex;
  align-items: center;
  gap: 0.889vw;
}
.body-works .works-wrapper .works-body-list-work-wrapper .list-work .work-item-info-action button {
  max-width: 60%;
  height: 1.944vw;
  border-radius: 6.944vw;
  background-color: var(--bg-primary-solid-forcus);
  border: none;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.903vw;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: var(--white);
  cursor: pointer;
  transition: all 0.3s;
  padding: 0px 1.319vw;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.body-works .works-wrapper .works-body-list-work-wrapper .list-work .work-item-info-action .timestamp {
  font-size: 0.903vw;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  color: var(--color-grey);
}
.body-works .works-wrapper .works-body-list-work-wrapper .list-work .work-item-info-description {
  font-size: 1.111vw;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  padding-bottom: 0.757vw;
  color: var(--color-charcoal-grey);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: baseline;
}
.body-works .works-wrapper .works-pagination-wrapper {
  display: flex;
  justify-content: center;
  gap: 0.694vw;
  margin-top: 5.417vw;
}

@media only screen and (max-width: 767px) {
  .body-works {
    background: var(--bg-primary);
  }
  .body-works .works-wrapper::after {
    width: 49.864vw;
    height: 49.267vw;
    right: -25.641vw;
    bottom: -23.077vw;
  }
  .body-works .works-wrapper .works {
    padding-bottom: 30.769vw;
  }
  .body-works .works-wrapper .works-banner {
    width: 100%;
    height: 33.333vw;
  }
  .body-works .works-wrapper .works-banner-title-wrapper {
    gap: 1.538vw;
  }
  .body-works .works-wrapper .works-banner-title-wrapper .works-title-en {
    font-size: 3.077vw;
  }
  .body-works .works-wrapper .works-banner-title-wrapper .works-title-jp {
    font-size: 5.128vw;
  }
  .body-works .works-wrapper .works-body-breadcrumb {
    padding: 5.128vw;
    font-size: 2.564vw;
  }
  .body-works .works-wrapper .works-body-list-work-wrapper {
    padding: 0 5.128vw;
    padding-top: 4.615vw;
  }
  .body-works .works-wrapper .works-body-list-work-wrapper .list-work {
    gap: 7.692vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .body-works .works-wrapper .works-body-list-work-wrapper .list-work .work-item {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 3.59vw;
  }
  .body-works .works-wrapper .works-body-list-work-wrapper .list-work .work-item-image {
    width: 100%;
    max-height: 56.874vw;
    border-radius: 3.846vw;
    height: 60.682vw;
    overflow: hidden;
  }
  .body-works .works-wrapper .works-body-list-work-wrapper .list-work .work-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .body-works .works-wrapper .works-body-list-work-wrapper .list-work .work-item-info {
    gap: 3.077vw;
    display: flex;
  }
  .body-works .works-wrapper .works-body-list-work-wrapper .list-work .work-item-info-action {
    gap: 3.077vw;
  }
  .body-works .works-wrapper .works-body-list-work-wrapper .list-work .work-item-info-action button {
    max-width: 50%;
    height: 6.923vw;
    padding: 0 5.128vw;
    font-size: 3.077vw;
  }
  .body-works .works-wrapper .works-body-list-work-wrapper .list-work .work-item-info-action .timestamp {
    font-size: 3.077vw;
  }
  .body-works .works-wrapper .works-body-list-work-wrapper .list-work .work-item-info-description {
    font-size: 3.59vw;
    padding-bottom: 0px;
  }
  .body-works .works-wrapper .works-pagination-wrapper {
    margin-top: 17.692vw;
  }
  .body-works .works-wrapper .works-pagination-wrapper .works-pagination {
    gap: 3.846vw;
  }
  .body-works .works-wrapper .works-pagination-wrapper .works-pagination .works-pagination-item {
    padding: 0.513vw 1.795vw;
    font-size: 4.103vw;
    border-radius: 1.026vw;
  }
}
.works-details-wrapper {
  padding: 0 15.278vw;
}
.works-details-wrapper blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  background-color: #fff;
  border-left: 0.7rem solid #007bff;
  margin: 1.5em 0.7rem;
  padding: 0.5em 0.7rem;
}
.works-details-wrapper section {
  display: flex;
}
.works-details-wrapper section .works-details {
  margin-top: 2.792vw;
  width: 100%;
  padding: 6.944vw 5.208vw;
  background-color: var(--white);
}
.works-details-wrapper section .works-details h1 {
  margin-bottom: 2.778vw;
  padding-bottom: 0.556vw;
  font-size: 2.222vw;
  font-weight: 700;
  line-height: 2.986vw;
  color: var(--color-deep-green);
  color: var(--color-deep-green);
  border-bottom: 1px solid var(--color-deep-green);
}
.works-details-wrapper section .works-details .works-details-image {
  margin-bottom: 1.389vw;
}
.works-details-wrapper section .works-details .works-details-image img {
  width: 100%;
  height: 27.778vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-details-wrapper section .works-details .works-details-title {
  display: flex;
  align-items: center;
  margin-bottom: 1.389vw;
}
.works-details-wrapper section .works-details .works-details-title .works-details-date {
  margin-right: 1.389vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.528vw;
  font-weight: 700;
  color: #333333;
}
.works-details-wrapper section .works-details .works-details-title .works-details-note {
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.382vw 1.389vw;
  font-size: 0.903vw;
  line-height: 1.389vw;
  font-weight: 600;
  color: #ffffff;
  background-color: var(--color-deep-green);
  border-radius: 6.944vw;
}
.works-details-wrapper section .works-details .works-details-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 4.167vw;
  width: 100%;
}
.works-details-wrapper section .works-details .works-details-content table {
  border: 1px solid black;
  width: 100%;
}
.works-details-wrapper section .works-details .works-details-content th {
  border: 1px solid black;
}
.works-details-wrapper section .works-details .works-details-content td {
  border: 1px solid black;
}
.works-details-wrapper section .works-details .works-details-content ul {
  list-style-type: disc;
  padding-left: 1.38vw;
}
.works-details-wrapper section .works-details .works-details-content ol {
  list-style-type: decimal;
  padding-left: 1.38vw;
}
.works-details-wrapper section .works-details .works-details-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.111vw;
  line-height: 2.222vw;
}
.works-details-wrapper section .works-details .works-details-content span, .works-details-wrapper section .works-details .works-details-content div {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.111vw;
  line-height: 2.222vw;
}
.works-details-wrapper section .works-details .works-details-content img {
  max-width: 100%;
}
.works-details-wrapper section .works-details .works-details-content ul li,
.works-details-wrapper section .works-details .works-details-content ol li {
  line-height: 1.5;
}
.works-details-wrapper section .works-details .works-details-content:last-child {
  margin-bottom: 0;
}
.works-details-wrapper section .works-details table {
  width: 100%;
  border: 1px solid black;
}
.works-details-wrapper section .works-details th {
  border: 1px solid black;
  padding: 5px;
}
.works-details-wrapper section .works-details td {
  border: 1px solid black;
  padding: 5px;
}
.works-details-wrapper section .works-details ul {
  list-style-type: disc;
  padding-left: 1.38vw;
}
.works-details-wrapper section .works-details ol {
  list-style-type: decimal;
  padding-left: 1.38vw;
}
.works-details-wrapper section .works-details i,
.works-details-wrapper section .works-details u,
.works-details-wrapper section .works-details b {
  font: revert;
}
.works-details-wrapper section .works-details h2 {
  font-weight: 700;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .works-details-wrapper {
    padding: 0 5.128vw;
  }
  .works-details-wrapper section {
    flex-direction: column;
  }
  .works-details-wrapper section .works-details {
    display: flex;
    flex-direction: column;
    padding: 8.205vw 4.615vw;
    border-radius: 2.051vw;
  }
  .works-details-wrapper section .works-details .works-details-image {
    margin-bottom: 3.59vw;
  }
  .works-details-wrapper section .works-details .works-details-image img {
    width: 100%;
    height: 37.949vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .works-details-wrapper section .works-details h1 {
    padding-bottom: 1.282vw;
    font-size: 4.615vw;
    font-weight: 700;
    letter-spacing: 0.513vw;
    line-height: 6.154vw;
    margin-bottom: 6.41vw;
  }
  .works-details-wrapper section .works-details .works-details-title {
    margin-bottom: 6.154vw;
  }
  .works-details-wrapper section .works-details .works-details-title .works-details-date {
    font-size: 4.103vw;
    margin-right: 2.564vw;
  }
  .works-details-wrapper section .works-details .works-details-title .works-details-note {
    padding: 1.41vw 5.128vw;
    font-size: 3.077vw;
    line-height: 4.103vw !important;
  }
  .works-details-wrapper section .works-details .works-details-content p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.59vw;
    line-height: 7.179vw;
  }
  .works-details-wrapper section .works-details .works-details-content span, .works-details-wrapper section .works-details .works-details-content div {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.59vw;
    line-height: 7.179vw;
  }
}
.body-insurance {
  background: linear-gradient(150deg, #F9E8EF 0%, #FEFBF3 25%, #F1FAFD 85%, #F9E8EF 100%);
}
.body-insurance .insurance-packet {
  position: relative;
  overflow: hidden;
}
.body-insurance .insurance-packet .text-danger {
  color: #dc3545 !important;
}
.body-insurance .insurance-packet::after {
  content: "";
  position: absolute;
  bottom: -8.2vw;
  background: url(/images/paints/yellow_orange.png);
  background-size: cover;
  width: 24.583vw;
  height: 24.583vw;
  right: -12.806vw;
  transform: rotate(-5deg);
}
.body-insurance .insurance-packet .insurance {
  padding-bottom: 8.333vw;
}
.body-insurance .insurance-packet .insurance-banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22.222vw;
  background: url("/images/insurance/banner_insurance_bg.png");
  background-size: cover;
}
.body-insurance .insurance-packet .insurance-banner-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--white);
  background-color: var(--bg-overlay);
  gap: 0.817vw;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
}
.body-insurance .insurance-packet .insurance-banner-title-wrapper .insurance-title-en {
  font-size: 1.389vw;
}
.body-insurance .insurance-packet .insurance-banner-title-wrapper .insurance-title-jp {
  font-size: 2.778vw;
}
.body-insurance .insurance-packet .insurance-body {
  overflow: hidden;
}
.body-insurance .insurance-packet .insurance-body-breadcrumb {
  padding: 1.389vw 0;
  display: flex;
  align-items: center;
  gap: 0.5vw;
  padding-left: 15.278vw;
  font-size: 0.694vw;
}
.body-insurance .insurance-packet .insurance-body-breadcrumb span {
  color: var(--color-charcoal-grey);
}
.body-insurance .insurance-packet .insurance-body-breadcrumb a {
  text-decoration: none;
  color: var(--color-bright-blue);
}
.body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet {
  max-width: 69.444vw;
  padding: 6.875vw 5.2083vw 7.9097vw 5.2083vw;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 0.555vw;
}
.body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_body_information {
  display: flex;
  align-items: center;
  margin-bottom: 5.194vw;
}
.body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_body_information .insurance_body_information_left {
  width: 52.15%;
  margin-right: 2.43vw;
}
.body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_body_information .insurance_body_information_left h2 {
  font-size: 2.222vw;
  font-weight: 700;
  line-height: 2.986vw;
  font-family: "Noto Sans", sans-serif;
  color: #2D4B70;
  margin-bottom: 2.5vw;
}
.body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_body_information .insurance_body_information_left p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.111vw;
  color: #333333;
  font-weight: 300;
  line-height: 2.222vw;
  margin-bottom: 3.472vw;
}
.body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_body_information .insurance_body_information_right {
  width: 47.85%;
  height: 32.916vw;
}
.body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_body_information .insurance_body_information_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_construction table {
  width: 100%;
}
.body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_construction table tr td {
  width: 33.3%;
}
.body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_construction table tr td h6 {
  margin-bottom: 0.8333vw;
}
.body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_construction .blockquote {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.25rem;
  background-color: #F7FAFF;
  border-left: 0.8rem solid #2D4B70;
  margin-bottom: 2.9166vw;
  padding: 0.3em 0.65rem;
  letter-spacing: 0.083vw;
}
.body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_construction b {
  font-weight: 700;
}
.body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_construction p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.111vw;
  font-weight: 300;
  line-height: 2.22vw;
}
.body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_construction h5 {
  font-size: 1.666vw;
  font-weight: 700;
}
.body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_construction h6 {
  margin-bottom: 1.666vw;
  margin-top: 3.125vw;
  font-size: 1.25vw;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  line-height: 1.666vw;
}

@media only screen and (max-width: 800px) {
  .body-insurance {
    background: linear-gradient(120deg, #F9E8EF 0%, #FEFBF3 15%, #F1FAFD 30%, #FEFBF3 45%, #F9E8EF 60%, #FEFBF3 75%, #F3F6FA 90%, #F9E8EF 100%);
  }
  .body-insurance .insurance-wrapper::after {
    width: 46.667vw;
    height: 46.667vw;
    bottom: -17.949vw;
    right: -15.385vw;
  }
  .body-insurance .insurance-wrapper .insurance {
    padding-bottom: 30.769vw;
  }
  .body-insurance .insurance-wrapper .insurance-banner {
    width: 100%;
    height: 33.333vw;
  }
  .body-insurance .insurance-wrapper .insurance-banner-title-wrapper {
    gap: 1.538vw;
  }
  .body-insurance .insurance-wrapper .insurance-banner-title-wrapper .insurance-title-en {
    font-size: 3.077vw;
  }
  .body-insurance .insurance-wrapper .insurance-banner-title-wrapper .insurance-title-jp {
    font-size: 5.128vw;
  }
  .body-insurance .insurance-wrapper .insurance-body-breadcrumb {
    padding: 5.128vw;
    font-size: 2.564vw;
  }
}
@media only screen and (max-width: 767px) {
  .body-insurance .insurance-packet .insurance {
    padding-bottom: 22.82vw;
  }
  .body-insurance .insurance-packet .insurance-banner {
    height: 33.333vw;
  }
  .body-insurance .insurance-packet .insurance-banner-title-wrapper .insurance-title-en {
    font-size: 3.0769vw;
  }
  .body-insurance .insurance-packet .insurance-banner-title-wrapper .insurance-title-jp {
    font-size: 5.128vw;
  }
  .body-insurance .insurance-packet .insurance-body-breadcrumb {
    padding-top: 4.7179vw;
    padding-bottom: 9.897vw;
    padding-left: 5.128vw;
    font-size: 2.564vw;
  }
  .body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet {
    max-width: 89.743vw;
    padding: 8.205vw 4.3589vw 16.923vw 4.3589vw;
    position: relative;
    z-index: 3;
  }
  .body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_body_information {
    flex-direction: column-reverse;
    margin-bottom: 44.3589vw;
  }
  .body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_body_information .insurance_body_information_left {
    width: 100%;
    margin-right: 0;
  }
  .body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_body_information .insurance_body_information_left h2 {
    text-align: center;
    font-size: 4.6153vw;
    line-height: 6.153vw;
  }
  .body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_body_information .insurance_body_information_left p {
    justify-content: center;
    font-size: 3.589vw;
    max-width: 100%;
    line-height: 7.179vw;
  }
  .body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_body_information .insurance_body_information_left .top--new__link .top--introduction__link {
    width: 67.179vw;
    height: 14.872vw;
    font-size: 3.59vw;
    letter-spacing: 0.179vw;
    margin: 0 auto;
  }
  .body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_body_information .insurance_body_information_left .top--new__link .top--introduction__link svg {
    right: 4.615vw;
  }
  .body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_body_information .insurance_body_information_right {
    width: 100%;
    height: 37.948vw;
    margin-bottom: 7.9487vw;
  }
  .body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_construction .blockquote {
    border-left: 0.375rem solid #2D4B70;
  }
  .body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_construction .blockquote p {
    font-size: 4.102vw;
  }
  .body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_construction p {
    font-size: 3.589vw;
    line-height: 7.179vw;
  }
  .body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_construction table tr td {
    width: 100%;
  }
  .body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_construction table tr td h6 {
    margin-bottom: 5.256vw;
  }
  .body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_construction table tr {
    display: block;
  }
  .body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_construction table td {
    display: block;
  }
  .body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_construction h5 {
    font-size: 4.102vw;
    line-height: 5.641vw;
  }
  .body-insurance .insurance-packet .insurance .insurance-body .insurance-body-packet .insurance_construction h6 {
    font-size: 4.102vw;
    margin-top: 10.384vw;
    margin-bottom: 6.025vw;
    line-height: 8.46vw;
  }
}
.tosu-pagination-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.tosu-pagination-wrapper .tosu-pagination {
  display: flex;
  gap: 1.042vw;
}
.tosu-pagination-wrapper .tosu-pagination .tosu-pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4583vw;
  height: 1.4583vw;
  align-items: stretch;
  border: 1px solid var(--color-deep-green);
  color: var(--color-deep-green);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.111vw;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  cursor: pointer;
  border-radius: 0.278vw;
  transition: all 0.3s;
}
.tosu-pagination-wrapper .tosu-pagination .tosu-pagination-item:hover {
  background-color: var(--color-deep-green);
  color: var(--white);
}
.tosu-pagination-wrapper .tosu-pagination .tosu-pagination-item.tosu-pagination-item-active {
  background-color: var(--color-deep-green);
  color: var(--white);
}

@media only screen and (max-width: 800px) {
  .tosu-pagination-wrapper .tosu-pagination {
    gap: 3.846vw;
  }
  .tosu-pagination-wrapper .tosu-pagination .tosu-pagination-item {
    width: 5.385vw;
    height: 5.385vw;
    font-size: 4.103vw;
    border-radius: 1.026vw;
  }
}
@font-face {
  font-family: "Hiragino_Kaku_Gothic_ProN_W3";
  src: url(/fonts/Hiragino_Kaku_Gothic_ProN_W3.otf?bc9d658c859a47dab8e6a9ddd5183fe5);
}
.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
