@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&display=swap");
/************************************************
common
************************************************/
a {
  word-break: break-all;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

article#jtr_offlinemtg {
  padding-bottom: 70px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  background-color: #fff8ee;
}
@media (min-width: 768px) {
  article#jtr_offlinemtg {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  article#jtr_offlinemtg {
    font-size: 14px;
  }
}
article#jtr_offlinemtg h3 {
  font-weight: bold;
  color: #614627;
  background-color: #f3d068;
  font-size: 21px;
  padding: 0.7em 0.7em;
  border-radius: 10px;
  line-height: 1;
}
article#jtr_offlinemtg h3:first-child {
  margin-top: 0;
}
article#jtr_offlinemtg p {
  margin-bottom: 1em;
}
article#jtr_offlinemtg ul {
  margin-bottom: 1em;
  list-style: none;
}
article#jtr_offlinemtg ul li {
  margin-bottom: 0.4em;
  padding-left: 1.2em;
  position: relative;
}
article#jtr_offlinemtg ul li span {
  position: absolute;
  top: 0;
  left: 0;
}

/************************************************
mv
************************************************/
.mv {
  background-color: #fff8ee;
}
.mv__inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

/************************************************
about
************************************************/
.about {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 40px 20px;
  box-sizing: border-box;
  text-align: center;
}
.about h2 {
  font-size: 36px;
  font-weight: bold;
  color: #ec6051;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .about {
    padding: 30px 20px;
    text-align: left;
  }
  .about h2 {
    font-size: 24px;
  }
  .about p br {
    display: none;
  }
}

/************************************************
outline
************************************************/
.outline {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.outline h3 {
  margin: 2em 0 1em;
}