.main_image {
  position: relative;
}
.main_image .inner {
  width: 1280px;
  max-width: 100%;
  height: 150px;
  padding: 70px 60px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .inner:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 160px;
  right: 1090px;
  width: 2000px;
  height: 536px;
  background: linear-gradient(#f5f1ed, #fff);
}
.main_image .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 905px;
  width: calc(100vw - 905px);
  height: 803px;
  background: linear-gradient(#f5f1ed, #fff);
}
.main_image .text {
  position: relative;
  z-index: 2;
  padding-left: 0;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 33px;
  letter-spacing: 0.2em;
  text-shadow: 0 0 5px #fff;
}
.main_image .text:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  font-family: initial;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #736357;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .main_image .inner:before {
    right: initial;
    left: 0;
    width: 206px;
    height: 536px;
    margin-left: -10px;
    background: linear-gradient(#f5f1ed, #fff);
  }
  .main_image .inner:after {
    top: 0;
    left: initial;
    right: 78px;
    width: 29.46vw;
    height: 803px;
    margin-right: -79px;
    background: linear-gradient(#f5f1ed, #fff);
  }
}
@media screen and (max-width: 767px) {
  .main_image .inner {
    padding: 0 3vw;
    height: initial;
    margin-bottom: 4.2vw;
  }
  .main_image .inner:before {
    display: none;
  }
  .main_image .inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 39.8vw;
    width: 60.33vw;
    height: 116.13vw;
    background: linear-gradient(#f5f1ed, #fff);
  }
  .main_image .text {
    padding-top: 8vw;
    font-size: 5.8vw;
  }
  .main_image .text:before {
    left: 0vw;
    top: 2vw;
    font-size: 4vw;
  }
}

.lead_sec {
  position: relative;
}
.lead_sec::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 43px;
  top: 38px;
  width: 769px;
  height: 513px;
  background: url(/images/shisetsukijun/lead_sec_bg.webp) center/contain no-repeat;
}
.lead_sec .sec_title {
  position: relative;
}
.lead_sec .sec_text {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .lead_sec {
    padding: 13.8vw 5.5vw 0;
    min-height: initial;
  }
  .lead_sec::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 4vw;
    bottom: initial;
    top: 0;
    width: 90.66vw;
    height: 60.53vw;
    background: url(/images/shisetsukijun/lead_sec_bg_sp.webp) center/contain no-repeat;
  }
  .lead_sec .sec_title {
    margin-top: 50.53vw;
    margin-bottom: 4.2vw;
    margin-left: initial;
    font-size: 5.3vw;
  }
  .lead_sec .sec_text {
    padding-top: initial;
    margin-top: 50.53vw;
    width: 100%;
    max-width: 100%;
    margin-left: initial;
  }
  .lead_sec .flex_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .lead_sec .list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 12vw;
  }
  .lead_sec .item {
    width: 73.33vw;
    height: 14.13vw;
    margin-right: initial;
    margin-bottom: 4vw;
  }
  .lead_sec .item img {
    width: 100%;
    height: 100%;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 73px;
  margin: 60px 0 40px;
  overflow: hidden;
  background: #b59f87;
  box-sizing: border-box;
  padding: 0 25px;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.2em;
  color: #fff;
}
.sec01 .dbox {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 14px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 0.5px solid #bd9f77;
  background-color: #f5f1ed;
}
.sec01 .term {
  width: 35%;
  padding: 25px 10px;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-align: left;
  background-color: #f5f1ed;
  border: 0.5px solid #f5f1ed;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}
.sec01 .data {
  width: 65%;
  min-height: 6.3em;
  padding: 20px 20px;
  font-size: 16px;
  letter-spacing: 0.2em;
  background-color: #fff;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec01 .dbox:nth-of-type(18) .data {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .dbox:nth-of-type(18) .data .box {
  margin-top: 10px;
  border-collapse: collapse;
  border: solid 1px #bd9f77;
}
.sec01 .dbox:nth-of-type(18) .data .box th, .sec01 .dbox:nth-of-type(18) .data .box td {
  padding: 8px 16px;
  border: solid 1px #bd9f77;
}
.sec01 .kanrisha_text {
  width: 1050px;
  max-width: 90%;
  margin: 35px auto 30px;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 5.5vw 0 5.5vw 5vw;
    margin-bottom: 8vw;
    font-size: 4.8vw;
    text-align: center;
    letter-spacing: 0.1em;
    text-align: left;
    text-indent: -1.6em;
    padding-left: 2.5em;
  }
  .sec01 .dbox {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 6vw;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 0 solid #bd9f77;
  }
  .sec01 .term {
    width: 100%;
    height: 4.5em;
    padding: 2.4vw 3vw;
    font-size: 4.2vw;
    letter-spacing: 0.1em;
  }
  .sec01 .data {
    width: 100%;
    min-height: initial;
    padding: 3vw;
    font-size: 4vw;
    letter-spacing: 0.2em;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: justify;
  }
  .sec01 .dbox:nth-of-type(18) .data .box {
    margin-top: 4vw;
    border: solid 1px #bd9f77;
  }
  .sec01 .dbox:nth-of-type(18) .data .box th, .sec01 .dbox:nth-of-type(18) .data .box td {
    padding: 1vw 3vw;
    border: solid 1px #bd9f77;
  }
  .sec01 .kanrisha_text {
    max-width: 100%;
    margin: 4.2vw auto;
    letter-spacing: 0.1em;
    font-size: 4.2vw;
  }
}/*# sourceMappingURL=shisetsukijun.css.map */