@charset "UTF-8";
.main_image {
  position: relative;
  height: clamp(300px, 25vw, 480px);
  padding-top: clamp(66px, 5.5vw, 105.6px);
  box-sizing: border-box;
  background: url(/images/body/body_key.webp) right top/cover no-repeat;
  background-size: clamp(342px, 28.5vw, 547px);
  overflow: hidden;
}
.main_image .inner {
  padding: 0 0 0 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.main_image .text {
  position: relative;
  z-index: 5;
  padding-top: clamp(180px, 15vw, 288px);
  padding-left: 0;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  padding-left: 40px;
  font-size: clamp(24px, 3vw, 38.4px);
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 75vw;
    padding-top: 16.5vw;
    box-sizing: border-box;
    background: url(/images/body/body_key.webp) right top/cover no-repeat;
    background-size: 85.5vw;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 0 0 2.7vw;
    box-sizing: border-box;
    overflow: hidden;
  }
  .main_image .text {
    position: relative;
    z-index: 5;
    padding-top: 45vw;
    padding-left: 0;
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    padding-left: 18.6vw;
    font-size: 6vw;
    letter-spacing: 0.2em;
    color: #333333;
  }
}

.sec01 {
  margin-bottom: 82.8px;
}
.sec01 .inner {
  padding: 0;
}
.sec01 .sec_title {
  padding: 0 20px;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(24px, 2vw, 38.4vw);
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.8;
  text-align: left;
  margin-bottom: 62px;
}
.sec01 .text01 {
  padding: 0 20px;
  font-size: clamp(15px, 1.25vw, 24px);
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 33.6px;
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .inner {
    padding: 0;
  }
  .sec01 .sec_title {
    padding: 0 3.75vw;
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.5vw;
    letter-spacing: 0.03em;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 15.5vw;
  }
  .sec01 .text01 {
    padding: 0 3.75vw;
    font-size: 3.75vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 8.4vw;
  }
}

.sec02 {
  margin-bottom: 80px;
}
.sec02 .inner {
  padding: 0;
}
.sec02 .sec_header {
  height: 15.18vw;
  background: url(/images/body/sec02_title_bg.webp) left top/cover no-repeat;
  background-size: 18.15vw 15.18vw;
  display: flex;
  align-items: center;
  padding-left: 5.5vw;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(24px, 2vw, 39px);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.4;
  position: relative;
}
.sec02 .sec_header::before {
  content: "";
  position: absolute;
  top: -0.99vw;
  left: 3.3vw;
  background: url(/images/body/text_body_concerns.webp) center/cover no-repeat;
  width: 25.41vw;
  height: 2.805vw;
}
.sec02 .box {
  height: 15.18vw;
  display: flex;
  align-items: center;
}
.sec02 .box .list .item {
  font-family: initial;
  font-size: clamp(15px, 1.25vw, 24px);
  letter-spacing: 0.01em;
  color: #333;
  margin-bottom: 0.33vw;
  position: relative;
}
.sec02 .box .list .item::before {
  content: "・";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sec02 .box01 {
  background: url(/images/body/sec02_image01.webp) right top/cover no-repeat;
  background-size: 18.15vw 15.18vw;
  padding-left: 3.3vw;
}
.sec02 .box02 {
  background: url(/images/body/sec02_image02.webp) left top/cover no-repeat;
  background-size: 18.15vw 15.18vw;
}
.sec02 .box02 .list {
  margin-left: 20.79vw;
}
.sec02 .box03 {
  background: url(/images/body/sec02_image03.webp) right top/cover no-repeat;
  background-size: 18.15vw 15.18vw;
  padding-left: 3.3vw;
}
.sec02 .box04 {
  background: url(/images/body/sec02_image04.webp) left top/cover no-repeat;
  background-size: 18.15vw 15.18vw;
}
.sec02 .box04 .list {
  margin-left: 20.79vw;
}
@media screen and (max-width: 1159px) and (min-width: 768px) {
  .sec02 .sec_header {
    height: 25.3vw;
    background: url(/images/body/sec02_title_bg.webp) left top/cover no-repeat;
    background-size: 27.5vw 25.3vw;
    display: flex;
    align-items: center;
    padding-left: 5.5vw;
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: clamp(24px, 2vw, 39px);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.4;
    position: relative;
  }
  .sec02 .sec_header::before {
    content: "";
    position: absolute;
    top: -0.99vw;
    left: 5.5vw;
    background: url(/images/body/text_body_concerns.webp) center/cover no-repeat;
    width: 42.35vw;
    height: 4.675vw;
  }
  .sec02 .box {
    height: 25.3vw;
    display: flex;
    align-items: center;
  }
  .sec02 .box .list .item {
    font-family: initial;
    font-size: clamp(15px, 1.25vw, 24px);
    letter-spacing: 0.01em;
    color: #333;
    margin-bottom: 0.55vw;
    position: relative;
  }
  .sec02 .box .list .item::before {
    content: "・";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .sec02 .box01 {
    background: url(/images/body/sec02_image01.webp) right top/cover no-repeat;
    background-size: 30.25vw 25.3vw;
    padding-left: 5.5vw;
  }
  .sec02 .box02 {
    background: url(/images/body/sec02_image02.webp) left top/cover no-repeat;
    background-size: 30.25vw 25.3vw;
  }
  .sec02 .box02 .list {
    margin-left: 34.65vw;
  }
  .sec02 .box03 {
    background: url(/images/body/sec02_image03.webp) right top/cover no-repeat;
    background-size: 30.25vw 25.3vw;
    padding-left: 5.5vw;
  }
  .sec02 .box04 {
    background: url(/images/body/sec02_image04.webp) left top/cover no-repeat;
    background-size: 30.25vw 25.3vw;
  }
  .sec02 .box04 .list {
    margin-left: 34.65vw;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .inner {
    padding: 0;
  }
  .sec02 .sec_header {
    height: 46vw;
    background: url(/images/body/sec02_title_bg.webp) left top/cover no-repeat;
    background-size: 55vw 46vw;
    display: flex;
    align-items: center;
    padding-left: 10vw;
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 6vw;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.4;
    position: relative;
  }
  .sec02 .sec_header::before {
    content: "";
    position: absolute;
    top: -1.8vw;
    left: 10vw;
    background: url(/images/body/text_body_concerns.webp) center/cover no-repeat;
    width: 71.5vw;
    height: 11vw;
  }
  .sec02 .box {
    height: 46vw;
    background-size: 55vw 46vw;
    display: flex;
    align-items: center;
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 6vw;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.4;
  }
  .sec02 .box .list .item {
    font-family: initial;
    font-size: 3.75vw;
    letter-spacing: 0.01em;
    color: #333;
    margin-bottom: 1vw;
    position: relative;
  }
  .sec02 .box .list .item::before {
    content: "・";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .sec02 .box01 {
    background: url(/images/body/sec02_image01.webp) right top/cover no-repeat;
    background-size: 55vw 46vw;
    padding-left: 10vw;
  }
  .sec02 .box02 {
    background: url(/images/body/sec02_image02.webp) left top/cover no-repeat;
    background-size: 55vw 46vw;
  }
  .sec02 .box02 .list {
    margin-left: 63vw;
  }
  .sec02 .box03 {
    background: url(/images/body/sec02_image03.webp) right top/cover no-repeat;
    background-size: 55vw 46vw;
    padding-left: 10vw;
  }
  .sec02 .box04 {
    background: url(/images/body/sec02_image04.webp) left top/cover no-repeat;
    background-size: 55vw 46vw;
  }
  .sec02 .box04 .list {
    margin-left: 63vw;
  }
}

.sec03 {
  margin-bottom: 150px;
}
.sec03 .inner {
  padding: 0 20px;
}
.sec03 .sec_header {
  height: clamp(130px, 10.83vw, 208px);
  border-left: 11px solid #EECB00;
  padding-left: clamp(40px, 1.91vw, 64px);
  margin-bottom: clamp(25px, 1.66vw, 40px);
  border-bottom: 0.5px solid #666;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec03 .sec_header .sec_title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(25px, 1.66vw, 40px);
  letter-spacing: 0.03em;
}
.sec03 .box .title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(18px, 1.5vw, 29px);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin-bottom: 30px;
}
.sec03 .box .title .text_orange {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(18px, 1.5vw, 29px);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #EECB00;
}
.sec03 .box .image {
  width: 100%;
  margin: 0 auto;
}
.sec03 .box .image img {
  width: 100%;
}
.sec03 .box .text {
  margin-top: 20px;
  font-size: clamp(15px, 1.25vw, 24px);
  letter-spacing: 0.01em;
  line-height: 1.8;
  text-align: justify;
  box-sizing: border-box;
}
.sec03 .box01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 20.7vw;
  }
  .sec03 .inner {
    padding: 0 3.75vw;
  }
  .sec03 .sec_header {
    height: 32.5vw;
    border-left: 11px solid #EECB00;
    padding-left: 5.75vw;
    margin-bottom: 5vw;
    border-bottom: 0.25vw solid #666;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sec03 .sec_header .sec_title {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 6.25vw;
    letter-spacing: 0.03em;
  }
  .sec03 .box .title {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.5vw;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.6;
    margin-bottom: 4vw;
  }
  .sec03 .box .title .text_orange {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5vw;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #EECB00;
  }
  .sec03 .box .imagebox {
    width: 100%;
    margin: 0 auto;
  }
  .sec03 .box .imagebox img {
    width: 100%;
  }
  .sec03 .box .text {
    margin-top: 4.2vw;
    font-size: 3.75vw;
    letter-spacing: 0.01em;
    line-height: 1.8;
    text-align: justify;
    box-sizing: border-box;
  }
}/*# sourceMappingURL=body.css.map */