@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/child/child_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/child/child_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: 80px;
}
.sec01 .inner {
  padding: 0;
}
.sec01 .sec_title {
  width: -moz-fit-content;
  width: fit-content;
  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";
  letter-spacing: 0.03em;
  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;
}
.sec01 .check_box {
  margin: 50px 20px 35px;
  border-radius: 50px;
  background-color: #FFFAAB;
  padding: 35px 25px 16px;
  position: relative;
}
.sec01 .check_box::before {
  content: "";
  position: absolute;
  top: -0.66vw;
  left: 0;
  background: url(/images/child/text_check.webp) center top/cover no-repeat;
  width: 7.59vw;
  height: 1.815vw;
}
.sec01 .check_box::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 20px solid #FFFAAB; /* 三角形の高さ */
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
}
.sec01 .check_box .check_title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(18px, 1.5vw, 29px);
  text-align: center;
  margin-bottom: 16px;
}
.sec01 .check_box .gridbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.sec01 .check_box .item {
  padding-left: 55px;
  font-size: clamp(15px, 1.25vw, 24px);
  letter-spacing: 0;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.sec01 .check_box .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(/images/child/icon_check.webp) center top/cover no-repeat;
  width: clamp(28px, 2.33vw, 45px);
  height: clamp(20px, 1.63vw, 32px);
}
.sec01 .box {
  position: relative;
}
.sec01 .box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 3.3vw;
  left: 0;
  background: url(/images/child/sec01_bg.webp) center top/cover no-repeat;
  width: 100%;
  height: 25.575vw;
}
.sec01 .box .title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(20px, 1.611vw, 32px);
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
  margin-bottom: 7.095vw;
}
.sec01 .box .title .t_dots {
  background-image: radial-gradient(circle at center, #EECB00 25%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.6em;
  padding-top: 0.8em;
}
.sec01 .box .title .t_marker {
  background: linear-gradient(transparent 0%, #FFFAAB 0%);
  display: inline;
  padding: 10px;
}
.sec01 .box .flexbox {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sec01 .box .flexbox .item {
  width: 13.375vw;
  height: 13.375vw;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(15px, 1.25vw, 26px);
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
.sec01 .box .flexbox .item .b_text {
  font-size: clamp(17px, 1.416vw, 37px);
  font-weight: 700;
  letter-spacing: 0.07em;
}
.sec01 .box .flexbox .item .b_text2 {
  font-size: clamp(17px, 1.416vw, 37px);
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 2.4;
}
.sec01 .box .flexbox .item:nth-of-type(1) {
  margin-right: 1.66vw;
}
.sec01 .box .flexbox .item01 {
  background-color: rgba(128, 128, 128, 0.6);
  position: relative;
}
.sec01 .box .flexbox .item01 .icon {
  position: absolute;
  left: 0;
  bottom: -1.0725vw;
  width: 3.795vw;
  height: 4.3725vw;
}
.sec01 .box .flexbox .item01 .icon img {
  width: 100%;
}
.sec01 .box .flexbox .item02 {
  background-color: rgba(128, 128, 128, 0.6);
  position: relative;
}
.sec01 .box .flexbox .item02 .icon {
  position: absolute;
  right: 0;
  bottom: -1.795vw;
  width: 3.795vw;
  height: 4.3725vw;
}
.sec01 .box .flexbox .item02 .icon img {
  width: 100%;
}
.sec01 .box .flexbox .item03 {
  position: relative;
}
.sec01 .box .flexbox .item03 .icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.825vw;
  width: 3.795vw;
  height: 4.3725vw;
}
.sec01 .box .flexbox .item03 .icon img {
  width: 100%;
}
.sec01 .box .flexbox .item04 {
  position: relative;
}
.sec01 .box .flexbox .item04 .icon {
  position: absolute;
  left: -1.32vw;
  top: -0.825vw;
  width: 3.795vw;
  height: 4.3725vw;
}
.sec01 .box .flexbox .item04 .icon img {
  width: 100%;
}
.sec01 .box .flexbox .item05 {
  position: relative;
}
.sec01 .box .flexbox .item05 .icon {
  position: absolute;
  right: -2.31vw;
  bottom: 2.31vw;
  width: 4.125vw;
  height: 4.125vw;
}
.sec01 .box .flexbox .item05 .icon img {
  width: 100%;
}
@media screen and (max-width: 1159px) and (min-width: 768px) {
  .sec01 .check_box {
    position: relative;
  }
  .sec01 .check_box::before {
    top: -1.1vw;
    width: 12.65vw;
    height: 3.025vw;
  }
  .sec01 .box {
    position: relative;
  }
  .sec01 .box::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 5.5vw;
    left: 0;
    background: url(/images/child/sec01_bg.webp) center top/cover no-repeat;
    width: 100%;
    height: 42.625vw;
  }
  .sec01 .box .title {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: clamp(20px, 2.56925vw, 32px);
    letter-spacing: 0;
    line-height: 2;
    text-align: center;
    margin-bottom: 11.825vw;
  }
  .sec01 .box .title .t_dots {
    background-image: radial-gradient(circle at center, #EECB00 25%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.6em;
    padding-top: 0.8em;
  }
  .sec01 .box .title .t_marker {
    background: linear-gradient(transparent 0%, #FFFAAB 0%);
    display: inline;
    padding: 10px;
  }
  .sec01 .box .flexbox {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .sec01 .box .flexbox .item {
    width: 20.625vw;
    height: 20.625vw;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(15px, 2.0625vw, 24px);
    letter-spacing: 0.01em;
    line-height: 1.6;
    text-align: center;
    color: #fff;
  }
  .sec01 .box .flexbox .item .b_text {
    font-size: clamp(17px, 2.3375vw, 27px);
    font-weight: 700;
    letter-spacing: 0.07em;
  }
  .sec01 .box .flexbox .item .b_text2 {
    font-size: clamp(17px, 2.3375vw, 27px);
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 2.4;
  }
  .sec01 .box .flexbox .item:nth-of-type(1) {
    margin-right: 2.75vw;
  }
  .sec01 .box .flexbox .item01 {
    position: relative;
  }
  .sec01 .box .flexbox .item01 .icon {
    position: absolute;
    left: 0;
    bottom: -1.7875vw;
    width: 6.325vw;
    height: 7.2875vw;
  }
  .sec01 .box .flexbox .item01 .icon img {
    width: 100%;
  }
  .sec01 .box .flexbox .item02 {
    position: relative;
  }
  .sec01 .box .flexbox .item02 .icon {
    position: absolute;
    right: 0;
    bottom: -1.795vw;
    width: 6.325vw;
    height: 7.2875vw;
  }
  .sec01 .box .flexbox .item02 .icon img {
    width: 100%;
  }
  .sec01 .box .flexbox .item03 {
    position: relative;
  }
  .sec01 .box .flexbox .item03 .icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.375vw;
    width: 6.325vw;
    height: 7.2875vw;
  }
  .sec01 .box .flexbox .item03 .icon img {
    width: 100%;
  }
  .sec01 .box .flexbox .item04 {
    position: relative;
  }
  .sec01 .box .flexbox .item04 .icon {
    position: absolute;
    left: -2.2vw;
    top: -1.375vw;
    width: 6.325vw;
    height: 7.2875vw;
  }
  .sec01 .box .flexbox .item04 .icon img {
    width: 100%;
  }
  .sec01 .box .flexbox .item05 {
    position: relative;
  }
  .sec01 .box .flexbox .item05 .icon {
    position: absolute;
    right: -3.85vw;
    bottom: 3.85vw;
    width: 6.875vw;
    height: 6.7375vw;
  }
  .sec01 .box .flexbox .item05 .icon img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .inner {
    padding: 0;
  }
  .sec01 .sec_title {
    width: -moz-fit-content;
    width: fit-content;
    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;
  }
  .sec01 .check_box {
    margin: 0 4vw 15vw;
    border-radius: 8vw;
    background-color: #FFFAAB;
    padding: 8.5vw 4vw 4.2vw;
    position: relative;
  }
  .sec01 .check_box::before {
    content: "";
    position: absolute;
    top: -2vw;
    left: 0;
    background: url(/images/child/text_check.webp) center top/cover no-repeat;
    width: 23vw;
    height: 5.5vw;
  }
  .sec01 .check_box::after {
    content: "";
    position: absolute;
    bottom: -5vw;
    left: 50%;
    transform: translateX(-50%);
    border-top: 5vw solid #FFFAAB; /* 三角形の高さ */
    border-left: 8.5vw solid transparent;
    border-right: 8.5vw solid transparent;
  }
  .sec01 .check_box .check_title {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.5vw;
    text-align: center;
    margin-bottom: 8vw;
  }
  .sec01 .check_box .gridbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .sec01 .check_box .item {
    padding-left: 8vw;
    font-size: 3.75vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    margin-bottom: 5vw;
    position: relative;
  }
  .sec01 .check_box .item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(/images/child/icon_check.webp) center top/cover no-repeat;
    width: 7vw;
    height: 4.9vw;
  }
  .sec01 .box {
    position: relative;
  }
  .sec01 .box::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 10vw;
    left: 0;
    background: url(/images/child/sec01_bg.webp) center top/cover no-repeat;
    width: 100vw;
    height: 77.5vw;
  }
  .sec01 .box .title {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.835vw;
    letter-spacing: 0;
    line-height: 2;
    text-align: center;
    margin-bottom: 21.5vw;
  }
  .sec01 .box .title .t_dots {
    background-image: radial-gradient(circle at center, #EECB00 25%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.6em;
    padding-top: 0.8em;
  }
  .sec01 .box .title .t_marker {
    background: linear-gradient(transparent 0%, #FFFAAB 0%);
    display: inline;
    padding: 0.8vw;
  }
  .sec01 .box .flexbox {
    width: 81vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .sec01 .box .flexbox .item {
    width: 37.5vw;
    height: 37.5vw;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.75vw;
    letter-spacing: 0.01em;
    line-height: 1.6;
    text-align: center;
    color: #fff;
  }
  .sec01 .box .flexbox .item .b_text {
    font-size: 4.25vw;
    font-weight: 700;
    letter-spacing: 0.07em;
  }
  .sec01 .box .flexbox .item .b_text2 {
    font-size: 4.25vw;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 2.4;
  }
  .sec01 .box .flexbox .item:nth-of-type(1) {
    margin-right: 5vw;
  }
  .sec01 .box .flexbox .item01 {
    position: relative;
  }
  .sec01 .box .flexbox .item01 .icon {
    position: absolute;
    left: 0;
    bottom: -3.25vw;
    width: 11.5vw;
    height: 13.25vw;
  }
  .sec01 .box .flexbox .item02 {
    position: relative;
  }
  .sec01 .box .flexbox .item02 .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 11.5vw;
    height: 13.25vw;
  }
  .sec01 .box .flexbox .item03 {
    position: relative;
  }
  .sec01 .box .flexbox .item03 .icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -2.5vw;
    width: 11.5vw;
    height: 13.25vw;
  }
  .sec01 .box .flexbox .item04 {
    position: relative;
  }
  .sec01 .box .flexbox .item04 .icon {
    position: absolute;
    left: -4vw;
    top: -2.5vw;
    width: 11.5vw;
    height: 13.25vw;
  }
  .sec01 .box .flexbox .item05 {
    position: relative;
  }
  .sec01 .box .flexbox .item05 .icon {
    position: absolute;
    right: -7vw;
    bottom: 7vw;
    width: 12.5vw;
    height: 12.25vw;
  }
}

.sec02 {
  margin-bottom: 80px;
}
.sec02 .inner {
  padding: 0 20px;
}
.sec02 .sec_header {
  height: clamp(130px, 10.83vw, 208px);
  border-left: 11px solid #EECB00;
  padding-left: 0;
  margin-bottom: clamp(25px, 1.66vw, 40px);
  border-bottom: 0.5px solid #666;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02 .sec_header .sec_title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(25px, 1.66vw, 40px);
  letter-spacing: 0.01em;
  text-align: center;
}
.sec02 .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;
}
.sec02 .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;
}
.sec02 .box .image {
  width: 100%;
  margin: 0 auto;
}
.sec02 .box .image img {
  width: 100%;
}
.sec02 .box .text {
  margin-top: 30px;
  margin-bottom: 30px;
  letter-spacing: 0.01em;
  line-height: 1.8;
  text-align: justify;
  box-sizing: border-box;
}
.sec02 .box:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .inner {
    padding: 0 3.75vw;
  }
  .sec02 .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;
  }
  .sec02 .sec_header .sec_title {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 6.25vw;
    letter-spacing: 0.01em;
  }
  .sec02 .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;
  }
  .sec02 .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;
  }
  .sec02 .box .image {
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .box .image img {
    width: 100%;
  }
  .sec02 .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;
  }
  .sec02 .box:not(:last-of-type) {
    margin-bottom: 12.5vw;
  }
}

.sec02 {
  margin-bottom: 80px;
}
.sec02 .inner {
  padding: 0 20px;
}
.sec02 .sec_header {
  height: clamp(130px, 10.83vw, 208px);
  border-left: 11px solid #EECB00;
  padding-left: 0;
  margin-bottom: clamp(25px, 1.66vw, 40px);
  border-bottom: 0.5px solid #666;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02 .sec_header .sec_title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(25px, 1.66vw, 40px);
  letter-spacing: 0.03em;
}
.sec02 .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;
}
.sec02 .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;
}
.sec02 .box .imagebox {
  width: 100%;
  margin: 0 auto;
}
.sec02 .box .imagebox img {
  width: 100%;
}
.sec02 .box .text {
  margin-top: 30px;
  font-size: clamp(15px, 1.25vw, 24px);
  letter-spacing: 0.01em;
  line-height: 1.8;
  text-align: justify;
  box-sizing: border-box;
}
.sec02 .box:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .inner {
    padding: 0 3.75vw;
  }
  .sec02 .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;
  }
  .sec02 .sec_header .sec_title {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 6.25vw;
    letter-spacing: 0.01em;
  }
  .sec02 .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;
  }
  .sec02 .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;
  }
  .sec02 .box .imagebox {
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .box .imagebox img {
    width: 100%;
  }
  .sec02 .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;
  }
  .sec02 .box:not(:last-of-type) {
    margin-bottom: 12.5vw;
  }
}

.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: 0;
  margin-bottom: clamp(25px, 1.66vw, 40px);
  border-bottom: 0.5px solid #666;
  display: flex;
  justify-content: center;
  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 .addendum {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(18px, 1.5vw, 29px);
  letter-spacing: 0.01em;
  margin-bottom: clamp(50px, 6.52vw, 80px);
}
.sec03 .addendum .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 .item {
  width: 85%;
  margin: 0 auto;
}
.sec03 .item:not(:last-of-type) {
  margin-bottom: clamp(50px, 6.52vw, 80px);
}
.sec03 .image {
  width: 100%;
  margin: 0 auto 25px;
}
.sec03 .image img {
  width: 100%;
}
.sec03 .explain {
  padding-left: 1.5em;
  font-size: clamp(15px, 1.25vw, 24px);
  letter-spacing: 0.01em;
  position: relative;
}
.sec03 .explain::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #4D4D4D;
  width: clamp(15px, 1.25vw, 24px);
  height: clamp(15px, 1.25vw, 24px);
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 27.6vw;
  }
  .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.01em;
  }
  .sec03 .addendum {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.5vw;
    letter-spacing: 0.01em;
    margin-bottom: 11.25vw;
  }
  .sec03 .addendum .text_orange {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.5vw;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #EECB00;
  }
  .sec03 .item {
    width: 85vw;
    margin: 0 auto;
  }
  .sec03 .item:not(:last-of-type) {
    margin-bottom: 11.75vw;
  }
  .sec03 .image {
    width: 85vw;
    margin: 0 auto 2.5vw;
  }
  .sec03 .image img {
    width: 100%;
  }
  .sec03 .explain {
    padding-left: 1.5em;
    font-size: 3.75vw;
    letter-spacing: 0.01em;
    position: relative;
  }
  .sec03 .explain::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #4D4D4D;
    width: 3.75vw;
    height: 3.75vw;
  }
}

.sec04 {
  overflow: hidden;
  margin-bottom: 150px;
}
.sec04 .inner {
  padding: 0 20px;
}
.sec04 .sec_header {
  height: clamp(130px, 10.83vw, 208px);
  border-left: 11px solid #EECB00;
  padding-left: 0;
  margin-bottom: clamp(25px, 1.66vw, 40px);
  border-bottom: 0.5px solid #666;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec04 .sec_header .sec_title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(25px, 1.66vw, 40px);
  letter-spacing: 0.03em;
}
.sec04 .sec_text {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(22px, 1.83vw, 35px);
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin-bottom: 40px;
}
.sec04 .sec_text .text_orange {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(22px, 1.83vw, 35px);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #EECB00;
}
.sec04 .box .imagebox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto 40px;
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
}
.sec04 .box .imagebox::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -4vw;
  background: url(/images/child/sec04_image_bg.webp) right bottom/cover no-repeat;
  width: 30.525vw;
  height: 13.101vw;
}
.sec04 .box .imagebox .clinic {
  position: absolute;
  z-index: 3;
  left: 0;
}
.sec04 .box .imagebox .clinic .clinic_name {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(18px, 1.33vw, 29px);
  letter-spacing: 0.1em;
}
.sec04 .box .imagebox .clinic .doctor {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(18px, 1.33vw, 29px);
  letter-spacing: 0.01em;
}
.sec04 .box .imagebox .clinic .doctor span {
  font-size: clamp(15px, 1.25vw, 24px);
}
.sec04 .box .imagebox .image {
  width: 50%;
}
.sec04 .box .textbox {
  margin-bottom: 40px;
}
.sec04 .box .textbox .text {
  padding: 0;
  font-size: clamp(15px, 1.25vw, 24px);
  letter-spacing: 0.01em;
  line-height: 1.8;
  text-align: justify;
}
.sec04 .box01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1159px) and (min-width: 768px) {
  .sec04 .box .imagebox {
    position: relative;
  }
  .sec04 .box .imagebox::before {
    right: -4vw;
    width: 50.875vw;
    height: 21.835vw;
  }
}
@media screen and (max-width: 767px) {
  .sec04 {
    overflow: hidden;
    margin-bottom: 27.6vw;
  }
  .sec04 .inner {
    padding: 0 3.75vw;
  }
  .sec04 .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;
  }
  .sec04 .sec_header .sec_title {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 6.25vw;
    letter-spacing: 0.01em;
  }
  .sec04 .sec_text {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.5vw;
    letter-spacing: 0.01em;
    line-height: 1.6;
    margin-bottom: 10vw;
  }
  .sec04 .sec_text .text_orange {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #EECB00;
  }
  .sec04 .box .imagebox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto 4.2vw;
    box-sizing: border-box;
    position: relative;
    margin-left: auto;
  }
  .sec04 .box .imagebox::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: -4vw;
    background: url(/images/child/sec04_image_bg.webp) right bottom/cover no-repeat;
    width: 92.5vw;
    height: 39.7vw;
  }
  .sec04 .box .imagebox .clinic {
    position: absolute;
    z-index: 3;
    left: 0;
  }
  .sec04 .box .imagebox .clinic .clinic_name {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.5vw;
    letter-spacing: 0.1em;
  }
  .sec04 .box .imagebox .clinic .doctor {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5vw;
    letter-spacing: 0.01em;
  }
  .sec04 .box .imagebox .clinic .doctor span {
    font-size: 3.75vw;
  }
  .sec04 .box .imagebox .image {
    width: 50vw;
  }
  .sec04 .box .textbox {
    margin-bottom: 7.5vw;
  }
  .sec04 .box .textbox .text {
    padding: 0 0.25vw;
    font-size: 3.75vw;
    letter-spacing: 0.01em;
    line-height: 1.8;
    text-align: justify;
  }
  .sec04 .box01 {
    margin-bottom: 13.8vw;
  }
}/*# sourceMappingURL=child.css.map */