@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

.jrl {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #22292b;
  padding-bottom: 100px;
}

.jrl * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.jrl span {
  font-size: inherit;
}

.jrl img {
  max-width: 100%;
  height: auto;
}

.jrl a {
  transition: all 0.3s;
  text-decoration: none;
}

.jrl a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.bold {
  font-weight: bold;
}

.tdu {
  text-decoration: underline !important;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #f0f0f0;
}

.pink {
  color: #d2907a;
}

.pink2 {
  color: #f0768f;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.marker {
  background: linear-gradient(transparent 70%, #f1dfdf 70%);
}

.brown {
  color: #96884b;
}

.gold {
  color: #ada27c;
}

.red {
  color: #ff0000 !important;
}

.f-zen {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}

.hdg {
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.hdg span {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

.hdg-l {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.btn1 {
  display: block;
  border-radius: 4px;
  background-color: #22292b;
  width: 100%;
  max-width: 300px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  padding: 20px;
  position: relative;
}

.btn1 i {
  position: absolute;
  right: 20px;
}

.jrl-cont {
  padding: 60px 0 80px;
}

.column {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.column__item {
  width: calc((100% - 100px) / 3);
}

.item-box {
  padding: 30px 50px 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.item-box .img {
  flex-shrink: 0;
  position: relative;
}

.item-box .img .label {
  width: 80px;
  height: 80px;
  background-color: #96884b;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: -40px;
  top: -20px;
}

.item-box .img .label--new {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.item-box dl {
  display: flex;
  flex-wrap: wrap;
}

.item-box dl dt {
  width: 90px;
  text-align-last: justify;
}

.item-box dl dd {
  width: calc(100% - 90px);
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .column {
    flex-direction: column;
  }

  .column__item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .item-box {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 30px 15px;
  }
}

.bg-white:has(.item-box) {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.item-info {
  padding: 0 50px 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .item-info {
    padding: 0 15px 30px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.item-other {
  padding: 40px 20px;
  text-align: center;
}

.item-other .btn1 {
  margin: 0 auto;
}
