@charset "UTF-8";
/*スマホメニューの色*/
/*スマホメニューの色*/
#mainimgbox {
  aspect-ratio: 1900/400;
  width: 100vw;
}
#mainimgbox .h2box {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mainimgbox .h2box h2 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

section {
  padding: 200px 0 80px 0;
}
section p a.txtlink {
  border-bottom: 1px #00a273 solid;
}

.sectioninner {
  max-width: 1026px;
  margin: 0 auto;
}

.fullbox {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

@media screen and (max-width: 1026px) {
  .sectioninner {
    width: 90%;
  }
}
@media screen and (max-width: 842px) {
  #mainimgbox {
    aspect-ratio: 3/1;
  }
}