body {
  max-width: 100% !important;/* 幅制限を解除 */
  width: 100%  !important;   /* ビューポートいっぱいに広げる */
}

main {
  max-width: none !important;
  width: 100% !important;
}

.origin-body {
  max-width: 83% ;
  margin: 0 auto;

}

.eyecatch {
    background-color: black;
    border-radius: 32px;
}

.header-text {
    font-weight: bold;
}

.img-size-logo img {
    width: 250px;

}

.eyecatch img {
    width: 100%;
  }


.font-img {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 600px;
    color:white;
    font-weight: bolder;
    font-size: 48px;
    line-height: 68px;
}

.block-img2  img {
    max-width: 300px;
}


.font-origin {
    font-weight: bolder;
    line-height: 52px;
}

.font-back02 {
    background:linear-gradient(transparent 60%, #ff6 30%);
}

.font-back {
    background:linear-gradient(transparent 70%, #6cf 10%);
}

.font-min {
    font-size: 16px;
    line-height: 28px;
}

.font-min02 {
    font-size: 18px;
    line-height: 28px;
}

@media (max-width: 1280px) {

.main {
  max-width: none !important;
  width: 100% !important;
}

.origin-body {
  max-width: 83% ;
  margin: 0 auto;
  justify-content: center;
}

.eyecatch img {
  max-width: 100%;
  display: flex;
  justify-content: center;
  }


.font-img {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 600px;
    color:white;
    font-weight: bolder;
    font-size: 40px;
    line-height: 58px;
}
}



@media (min-width: 780px) {
    .button-icon-size {
    display: none;
    }

    .eyecatch-sp {
    display: none;
    }
}


@media (max-width: 780px) {

main {
  max-width: none !important;
  width: 100% !important;
}

.origin-body {
  max-width: 98% ;
  margin: 0 auto;

}

.img-size-logo img {
    width: 200px;

}

.header-text {
    font-weight: bold;
    font-size: 16px;
}

.eyecatch {
    display: none;
}

.font-img {
    position: absolute;
    top: 33%;
    left: 5%;
    width: 340px;
    color:white;
    font-weight: bolder;
    font-size: 36px;
    line-height: 40px;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.corp-url {
    display: none;
}

.of-button {
    margin-top: 8px;
}


}