#message .btn a, #business .btn a {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
#message .btn a:-moz-any-link, #business .btn a:-moz-any-link {
  -moz-transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
#message .btn a:any-link, #business .btn a:any-link {
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
#message .btn a:-moz-any-link:hover, #business .btn a:-moz-any-link:hover {
  opacity: 0.6;
}
#message .btn a:any-link:hover, #business .btn a:any-link:hover {
  opacity: 0.6;
}

#message .bg-image, #business .bg-image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
#message .bg-image img:first-of-type, #business .bg-image img:first-of-type {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#business .btn a, #message .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 70px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  background: no-repeat center right 28px/17px url("../images/btn-arrow.png") #ffffff;
  border: solid 1px var(--accent-color);
  border-radius: 35px;
}
@media (max-width: 1023px) {
  #business .btn a, #message .btn a {
    width: 250px;
    height: 60px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #business .btn a, #message .btn a {
    width: 230px;
    height: 50px;
  }
}

#business h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#business h2 small {
  display: block;
  margin-top: -7px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 1023px) {
  #business h2 {
    font-size: 40px;
  }
  #business h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #business h2 {
    font-size: 30px;
  }
  #business h2 small {
    font-size: 20px;
  }
}

#business h2 {
  margin-bottom: 53px;
  text-align: center;
}

.bg-text {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-size: max(min(11.2vw, 180px), 50px);
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.08em;
  white-space: nowrap;
  pointer-events: none;
  max-width: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  overflow-y: clip;
  /* @media(width <=1300px) {
    .catch {
      left: 10px;
      width: calc(100% - 20px);
    }
  } */
}
#mainimg #mainslider img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainimg .catch {
  position: absolute;
  bottom: 10%;
  /* display: flex;
  justify-content: center; */
  width: 100%;
  text-align: center;
  padding: 0 10px;
  /* font-size: 100px; */
  font-size: min(6vw, 100px);
  line-height: 1.6;
  color: #ffffff;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  /* font-weight: 1000;
  text-shadow: 0 0 1px #fff,0 0 1px #fff,0 0 1px #fff; */
}
#mainimg .bg-text {
  bottom: max(-3.25vw, -52px);
  left: -2%;
  width: 102%;
  overflow: hidden;
  /* font-size: 116px; */
  font-size: min(7.4vw, 116px);
  color: var(--accent-color);
  opacity: 0.37;
}
@media (max-width: 1023px) {
  #mainimg #mainslider img {
    height: auto;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider img {
    min-height: 240px;
  }
}
/* ----------------------------------------------
message
------------------------------------------------- */
#message {
  position: relative;
  padding-block: 54px 118px;
}
#message .inner {
  max-width: 1180px;
  margin-inline: auto;
  width: 100%;
  padding-inline: 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
#message h2 {
  padding-top: 0.35em;
  margin-right: -0.2em;
  font-size: 80px;
  line-height: 1.4;
  text-indent: -0.35em;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  flex: 1;
  /* font-weight: 1000;
  text-shadow: 0 0 1px #121212,0 0 1px #121212,0 0 1px #121212; */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
#message .contents {
  width: 58%;
  margin-top: max(min(11vw, 176px), 0px);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.9166666667;
  letter-spacing: 0.08em;
}
#message .btn {
  margin-top: 48px;
}
#message .bg-text {
  top: min(4.5vw, 72px);
  left: -0.7%;
  mix-blend-mode: color-dodge;
}
#message .bg-image img:nth-of-type(n+2) {
  position: absolute;
  top: 0;
  display: block;
}
#message .bg-image img:nth-of-type(2) {
  left: 7%;
  width: max(min(9.5%, 152px), 50px);
}
#message .bg-image img:nth-of-type(3) {
  right: 30.5%;
  width: max(min(2.3125%, 37px), 20px);
}
@media (max-width: 1300px) {
  #message h2 {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  #message {
    padding: 40px 0 80px;
  }
  #message h2 {
    font-size: 45px;
  }
  #message .contents {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #message {
    padding: 70px 0 60px;
  }
  #message .inner {
    flex-direction: column;
    row-gap: 30px;
  }
  #message h2 {
    font-size: 30px;
    writing-mode: unset;
    text-indent: unset;
  }
  #message .contents {
    font-size: 18px;
    margin-top: 0;
    width: unset;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business {
  position: relative;
  overflow-x: clip;
}
#business .inner {
  padding-block: 83px 162px;
}
#business .contents {
  display: flex;
  -moz-column-gap: 5.0847457627%;
       column-gap: 5.0847457627%;
  padding: 91px max((100% - 1180px) / 2 - 6.25%, 10px) 139px;
  margin: 0 6.25%;
  background-color: #ffffff;
  position: relative;
}
#business .image {
  width: 50%;
}
#business .image img {
  width: 100%;
}
#business .text {
  padding-top: 49px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  flex: 1;
}
#business h3 {
  margin-bottom: 22px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3043478261;
  color: var(--accent-color);
  letter-spacing: 0.08em;
}
#business .btn {
  margin-top: 50px;
}
#business .bg-text {
  top: 83px;
  right: -2.6%;
  mix-blend-mode: plus-lighter;
  line-height: 1;
  transform: translateY(calc(-100% + min(1.5625vw, 25px)));
}
#business .shapes img {
  position: absolute;
  display: block;
}
#business .shapes img:nth-of-type(1) {
  top: 175px;
  left: 8.4%;
  width: max(min(5.125%, 82px), 30px);
}
#business .shapes img:nth-of-type(2) {
  top: 176px;
  right: 20.3%;
  width: max(min(5.625%, 90px), 40px);
}
#business .shapes img:nth-of-type(3) {
  top: -96px;
  right: 1.9%;
  width: max(min(18.25%, 292px), 180px);
}
#business .shapes img:nth-of-type(4) {
  bottom: 0;
  left: 4.7%;
  width: max(min(13.5%, 216px), 130px);
}
#business .shapes img:nth-of-type(5) {
  right: 2.75%;
  bottom: 0;
  width: max(min(16.6875%, 267px), 130px);
}
@media (max-width: 1300px) {
  #business .contents {
    margin: 0 10px;
    padding: 91px max((100% - 1180px) / 2 - 10px, 10px) 139px;
  }
  #business h3 {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  #business h2 {
    margin-bottom: 40px;
  }
  #business .inner {
    padding: 70px 0 120px;
  }
  #business .contents {
    padding: 70px max((100% - 1180px) / 2 - 10px, 10px) 80px;
  }
  #business h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  #business .text {
    font-size: 18px;
    padding-top: 30px;
  }
  #business .btn {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #business h2 {
    margin-bottom: 40px;
  }
  #business .inner {
    padding: 70px 0 120px;
  }
  #business .shapes img:nth-of-type(3) {
    display: none;
  }
  #business .contents {
    padding: 60px max((100% - 1180px) / 2 - 10px, 10px);
    flex-direction: column;
    row-gap: 30px;
  }
  #business .image {
    width: 100%;
  }
  #business .image img {
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #business h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  #business .text {
    font-size: 16px;
    padding-top: 20px;
  }
  #business .btn {
    margin-top: 20px;
  }
}/*# sourceMappingURL=index.css.map */