body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fefaf3;
  color: #1A1A1A;
}

@media screen and (min-width: 768px) {
  .body {
    min-width: 1000px;
  }
}

a {
  color: #1A1A1A;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 1300px;
    min-width: 1000px;
  }
}

.bg {
  position: absolute;
  width: 100%;
}

.over-hidden {
  overflow: hidden;
}

.bg1 {
  position: relative;
  width: 240px;
  opacity: 80%;
  top: -70px;
  left: -70px;
}

.bg2 {
  position: relative;
  width: 130%;
  opacity: 60%;
  top: 0px;
  left: -60px;
}

.bg3 {
  position: relative;
  width: 200px;
  opacity: 80%;
  top: -70px;
  left: 240px;
}

.bg4 {
  position: relative;
  width: 240px;
  opacity: 40%;
  top: -40px;
  left: -70px;
}

.bg5 {
  position: relative;
  width: 240px;
  opacity: 80%;
  top: 270px;
  left: -70px;
}

.bg6 {
  position: relative;
  width: 240px;
  opacity: 80%;
  left: 240px;
}

@media screen and (min-width: 768px) {
  .bg1 {
    width: 440px;
    opacity: 80%;
    top: 120px;
    left: -20px;
  }

  .bg2 {
    position: relative;
    width: 90%;
    opacity: 40%;
    top: -20px;
    left: 40px;
  }

  .bg3 {
    width: 400px;
    opacity: 80%;
    top: 140px;
    left: 30px;
  }

  .bg4 {
    position: absolute;
    width: 400px;
    opacity: 40%;
    right: 0;
    left: auto;
  }

  .bg5 {
    position: relative;
    width: 240px;
    opacity: 80%;
    top: 270px;
    left: -70px;
  }

  .bg6 {
    position: relative;
    width: 240px;
    opacity: 80%;
    left: 240px;
  }

  .bg7 {
    position: relative;
    width: 30%;
    top: 40px;
    opacity: 80%;
    left: -240px;
  }

  .bg8 {
    position: absolute;
    width: 300px;
    opacity: 60%;
    top: -200px;
    left: -90px;
  }

  .bg9 {
    position: relative;
    width: 360px;
    opacity: 50%;
    top: -60px;
    left: -100px;
  }

  .bg10 {
    position: absolute;
    width: 400px;
    opacity: 40%;
    top: 1200px;
    right: 60px;
  }

  .bg11 {
    position: relative;
    width: 440px;
    opacity: 70%;
    top: 80px;
    left: -50px;
  }

}


.bg-position6 {
  position: absolute;
  opacity: 80%;
  top: 1000px;
}

/* Header */
.header {
  background-color: #fefaf3;
  padding: 1rem 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  margin: 0 0 0 16px;
}

@media screen and (min-width: 768px) {
  .logo {
    margin: 0 0 0 40px;
  }
}

.logo img {
  height: 100px;
  width: 100px;
}

@media screen and (min-width: 768px) {
  .logo img {
    height: 160px;
    width: 160px;
  }
}


.nav ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav ul li {
  display: inline-block;
  margin: 0 1rem;
}

.nav ul li a {
  text-decoration: none;
  color: #333;
}

.btn-contact {
  background-color: #8ACF7F;
  color: white;
  padding: 0.5rem 1rem;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.9rem;
  margin: 0 40px 0 0;
}

@media screen and (min-width: 768px) {
  .btn-contact {
    padding: 1.2rem 1.6rem;
    font-size: 1.4rem;
    margin: 0 80px 0 0;
    letter-spacing: 2px;
  }
}

/* Hero */
.hero {
  position: relative;
  height: 320px;
  margin: 0 0 100px 0;
}

@media screen and (min-width: 768px) {
  .hero {
    height: 50vh;
    min-height: 550px;
  }
}


.hero img {
  position: relative;


}

.hero-img {
  background-image: url(images/1.jpg);
  background-size: cover;
  border-radius: 40px 0 0 40px;
  width: 90%;
  height: 100%;
  margin: 0 0 0 auto;
  background-position: -60px, 0;
}

@media screen and (min-width: 768px) {
  .hero-img {
    width: 75%;
    min-width: 1000px;
    background-position: 0px -100px;
  }
}

@media screen and (min-width: 1368px) {
  .hero-img {
    background-position: 0px -200px;
  }
}


.hero-text {
  width: 80%;
  position: relative;
  bottom: 68px;
  left: 20px;
}

@media screen and (min-width: 768px) {
  .hero-text {
    position: relative;
    bottom: 200px;
    left: 160px;
  }
}

.hero-text h1 {
  font-weight: 500;
  margin: 0 0 0.5rem;
  display: inline;
}

.hero-text span {
  display: inline-block;
  font-size: 16px;
  padding: 8px 12px;
  margin: 0 0 12px 0;
  background: white;
}

@media screen and (min-width: 768px) {
  .hero-text span {
    font-size: 28px;
    padding: 16px 20px;
    margin: 0 0 28px 0;
    display: block;
    width: 600px;
  }

  .pc-none {
    display: none;
  }
}

.sp-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-none {
    display: block;
  }
}

/* Notice */
.notice {
  margin: 0;
  padding: 20px 0 20px 0;
  width: 100%;
  background: white;
  display: flex;
  gap: 1rem;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
.notice {
  margin: 0;
  padding: 20px 0;
  font-size: 18px;
  }
}

.notice .tag {
  background-color: #8ACF7F;
  color: white;
  padding: 0.3rem 0.8rem;
  font-size: 0.8rem;
  margin: 0 0 0 40px;
}

@media screen and (min-width: 768px) {
.notice .tag {
  font-size: 20px;
  margin: 0 20px 0 10vw;
  }
}

/* Sections */
.section {
  margin: 60px auto 0 auto;
}

@media screen and (min-width: 768px) {
  .section {
    margin: 60px auto 600px auto;
  }
}

@media screen and (min-width: 1200px) {
  .section {
    margin: 60px auto 480px auto;
  }
}


.section-image {
  width: 88%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .section-image {
    width: 50%;
    right: -20%;
  }
}

.section-image2 {
  width: 88%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .section-image2 {
    width: 60%;
  }
}


.section-caption h2,
.section-caption h3 {
  margin: 0.3rem 0;
}

.section-box {
  margin-top: 1.5rem;
  position: relative;
}

.white-box {
  background-color: white;
  padding: 4px 20px 60px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .white-box {
    width: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    padding: 20px 40px 80px 40px;
  }
}

.box-text h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  text-align: left;
}

.box-text p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .box-text h2 {
    font-size: 28px;
    line-height: 48px;
  }

  .box-text p {
    font-size: 18px;
    line-height: 34px;
    margin: 28px 0;
  }
}


.green-box {
  background-color: #8ACF7F;
  padding: 4px 20px 60px 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .green-box {
    width: 50%;
    left: 40%;
    top: 50%;
    padding: 20px 40px 80px 40px;
    position: absolute;
  }
}

@media screen and (min-width: 1200px) {
  .green-box {
    left: 40%;
  }
}

.green-box h2,
.green-box p {
  color: white;
}

.btn {
  display: inline-block;
  margin-top: 28px;
  padding: 16px 20px;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  box-shadow: 2px 2px 4px gray;
}

@media screen and (min-width: 768px) {
  .btn {
    margin-top: 20px;
    padding: 20px 32px;
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.btn-green {
  background-color: #8ACF7F;
  color: white;
}

.btn-outline {
  color: #8ACF7F;
  background: white;
}




.green-title {
  color: #8ACF7F;
}

/* Section 2 row layout */
.section-green {
  background: url('images/bg-water.png') no-repeat center center;
  background-size: cover;
  padding: 100px 0 0 0;
}

@media screen and (min-width: 768px) {
  .section-green {
    margin: 0 auto 500px auto;
  }
}

.section-row {
  display: flex;
  flex-direction: column;
  position: relative;
}

.section-img-half {
  flex: 1;
}

.section-text {
  flex: 1;
}

@media screen and (min-width: 768px) {
  .section-img-half {
    flex: none;
    width: 60%;
  }

  .section-text {
    flex: none;
  }
}

.staff-title {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .staff-title {
    text-align: left;
  }
}

.staff-box {
  position: relative;
  top: -28px;
  width: 70%;
  border-radius: 40px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .staff-box {
    top: -40px;
    left: -100px;
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .staff-btn {
    position: absolute;
    bottom: 28px;
    right: -180px;
    width: 340px;
    text-align: left;
    padding: 16px 20px 16px 40px;
  }
}

@media screen and (min-width: 768px) {
  .staff-btn::after {
    content: '';
    display: inline-block;
    width: 80px;
    height: 10px;
    border-bottom: solid 2px;
    border-right: solid 2px;
    transform: skew(45deg);
    margin-top: 10px;
    margin-left: 6px;
  }

  .staff-section {
    margin: 0 auto 120px auto;
  }
}


/* Contact */
.contact {
  background-color: #fefaf3;
  margin: 100px 0 80px 0;
  text-align: center;
  color: #8ACF7F;
}

.en-title {
  font-family: "Comfortaa", sans-serif;
}

.contact h2 {
  color: #8ACF7F;
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: 400;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .contact h2 {
    font-size: 52px;
  }
}

.contact-sub {
  font-size: 14px;
  line-height: 24px;
  display: block;
  width: 90%;
  margin: 20px auto;
}


.contact-boxes {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

.contact-box-sub {
  display: block;
}

.contact-box .tel {
  position: relative;
  font-size: 28px;
  font-weight: 400;
  display: block;
  margin: 12px 0;
  color: #8ACF7F;
  text-decoration: none;
}

.contact-box .tel::before {
  position: relative;
  top: 0px;
  left: 0px;
  content: "";
  background-image: url(images/tel.png);
  display: inline-block;
  width: 36px;
  height: 36px;
  background-size: cover;
  vertical-align: middle;
}

.contact-box .hours {
  font-size: 14px;
}

.btn-mail {
  color: #8ACF7F;
  box-shadow: none;
  border: 2px solid;
  border-radius: 20px;
  padding: 12px 28px;
  margin: 12px 0 0 0;
  font-weight: 400;
}

.btn-mail::before {
  position: relative;
  top: -1px;
  left: -8px;
  content: "";
  background-image: url(images/mail.png);
  display: inline-block;
  width: 36px;
  height: 36px;
  background-size: cover;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .section-row {
    flex-direction: row;
    align-items: center;
  }

  .contact-sub {
    font-size: 18px;
    line-height: 34px;
    margin: 40px auto;
  }

  .contact-boxes {
    flex-direction: row;
    justify-content: space-between;
  }

  .contact-box-sub {
    font-size: 20px;
  }

  .contact-box .tel {
    font-size: 32px;
    margin: 16px 0;
  }

  .btn-mail {
    padding: 16px 32px;
    margin: 16px 0 0 0;
  }

  .contact-box .hours {
    font-size: 16px;
  }

  .contact-box {
    flex: 1;
  }
}




/* Footer */
.footer {
  background-color: #8ACF7F;
  text-align: center;
  padding: 40px 0px 80px 0;
  color: white;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
  z-index: 100;
}

.footer span {
  display: block;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 80px 0px 80px 0;
  }

  .footer span {
    font-size: 20px;
  }
}

.scroll_up {
  transition: 0.5s ease-in-out;
  transform: translateY(20px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.scroll_deray {
  transition-delay: 1.2s;
}

.sub-top {
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .sub-top {
    width: 50%;
    margin: 40px auto;
  }
}

.about-inner {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .about-inner {
    width: 70%;
    min-width: 1000px;
  }
}

.sub-title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  margin: 40px 0;
}

.about-point {
  background: white;
  border-radius: 16px;
  padding: 28px 20px;
  margin: 24px 0;
  position: relative;
}

.about-point h2 {
  font-size: 18px;
  font-weight: 500;
}

.about-point::before {
  content: attr(data-number);
  position: absolute;
  font-size: 60px;
  /*color: #FFA500; */
  color: #8ACF7F;
  font-style: italic;
  opacity: 40%;
  top: -40px;
  left: -16px;
}

.about-point p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .sub-title {
    font-size: 32px;
    margin: 80px 0;
  }

  .about-point {
    border-radius: 20px;
    padding: 40px 32px;
    margin: 80px 0;
  }

  .about-point h2 {
    font-size: 26px;
  }

  .about-point::before {
    font-size: 80px;
    top: -60px;
    left: -40px;
  }

  .about-point p {
    font-size: 18px;
    line-height: 34px;
  }
}

HTML CSSResult Skip Results Iframe EDIT ON dl,
dt,
dd {
  margin: 0;
  padding: 0;
  /*   リセットCSS（適用するサイトで定義済なら不要） */
  line-height: 24px;
}

@media screen and (min-width: 768px) {

  dl,
  dt,
  dd {
    font-size: 20px;
    line-height: 40px;
  }
}

.company-overview {
  width: 90%;
  margin: 0 auto;
}

.company-overview .item {
  padding: 24px 0;
  border-bottom: 1px solid #ddd;
}

.company-overview .item {
  display: grid;
  /*項目名：名称の横幅比率*/
  grid-template-columns: 1fr 3fr;
  /*項目名：名称の間の余白*/
  column-gap: 32px;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
}

.company {
  text-align: center;
  margin: 80px auto 0 auto;
}

.company h2 {
  color: #8ACF7F;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 400;
  margin: 0 0 20px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .company {
    margin: 160px auto;
  }

  .company h2 {
    font-size: 36px;
    margin: 0 0 60px 0;
  }
}