@charset "utf-8";

/* 全体のスタイル */
body,
html {
  margin: 0;
  padding: 0;
  /* font-family: Arial, sans-serif; */
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #000;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.fast_view picture,
.fast_view img {
  width: 100%;
  height: auto;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #F1EEE8;
  color: #000;
  overflow-x: hidden;
}

@media screen and (max-width:1300px) {}

h1 {
  width: 100%;
  padding: 20px 0;
  background-color: #F1EEE8;
}

h1 p {
  width: 202px;
  height: 78px;
  margin: 0px auto;
}

main .white_bg {
  height: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

main .white_bg.set_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

main .white_bg.set_1 p {
  text-align: left;
  margin: 165px auto;
}

main .white_bg.set_1 p span {
  display: block;
  color: #000;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: clamp(16px, 2vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 233.333% */
}

main .white_bg.set_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

main .white_bg h2 {
  text-align: center;
  color: #826F59;
  font-family: YuGothic;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* margin-top: 170px; */
  margin-bottom: 70px;
}

main .white_bg.set_2 p {
  text-align: left;
  display: flex;
  flex-direction: column;
  /* margin-bottom: 90px; */
  padding: 0 20px;
}

main .white_bg.set_2 p span {
  display: block;
  color: #000;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: clamp(16px, 2vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 233.333% */
}



main .white_bg.set_3 .set_3_text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  /* margin-bottom: 80px; */
}


main .white_bg.set_3 .set_3_text dl {}

main .white_bg.set_3 .set_3_text dl dt {
  width: 451px;
  height: 54px;
  flex-shrink: 0;
  color: #000;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  background: #F8F8F8;
  margin: 1.0px;
  /* padding-left: 15px; */
  padding-top: 5px;
  text-align: center;
}

main .white_bg.set_3 .set_3_text dl dd {
  width: 451px;
  height: 54px;
  flex-shrink: 0;
  color: #000;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  background: #fff;
  margin: 1.0px;
  /* padding-left: 15px; */
  padding-top: 5px;
  text-align: center;
  height: 50px;
}

main .white_bg.set_3 .set_3_text dl dd:nth-child(2) {
  height: 100px;
  padding: 15px;
}

main .white_bg.set_3 .set_3_text dl dd:nth-child(3) {
  height: 92px;
}

main .white_bg.set_3 .set_3_text dl dd span {
  display: block;
  color: #000;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}

main .white_bg.set_4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 100px; */
  padding: 0 20px;
}

main .white_bg.set_4 ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  text-align: left;
  padding: 0 20px;

}

main .white_bg.set_4 ul li {
  list-style: disc;
  color: #000;
  font-family: "Yu Mincho", "Yu Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}

/* main .white_bg.set_4 ul li:last-child {
  list-style: none;
} */

main .side_view {
  position: relative;
}


main .side_view .side_view_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

main .side_view .side_view_text h2 {
  color: #FFF;
  font-family: YuGothic;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 55px;
}

main .side_view .side_view_text p {
  margin: 0 auto;
  color: #FFF;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: clamp(16px, 2vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

main .side_view .side_view_text ul {
  padding: 0 20px;
}



main .side_view .side_view_text.kuki_text p {
  border-radius: 9px;
  background: rgba(247, 247, 247, 0.83);
  padding: 60px 27px;
}

main .side_view .side_view_text.kuki_text p span {
  color: #000;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


main .side_view .side_view_text p span {
  display: block;
  margin-right: auto;
  line-height: 2;
}

main .side_view .side_view_text ol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

main .side_view .side_view_text ol li {
  color: #FFF;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "YuMincho", "Yu Mincho", serif;
  list-style: decimal;
  width: 100%;
}

ƒ main .side_view .side_view_text ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

main .side_view .side_view_text ul li {
  color: #FFF;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style: disc;
}

main .white_bg.set_5 {
  display: block;
  height: auto;
  margin-top: 100px;
}

main .white_bg.set_5 .set_5_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 80px;
  margin-bottom: 214px;
}

main .white_bg.set_5 .set_5_text.sp_text {
  display: none;
}

main .white_bg.set_5 .set_5_text div {
  width: 50%;
}

main .white_bg.set_5 .set_5_text div p {
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  color: #000;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer  {
  margin:  20px auto;
}

footer small img {
  width: 20%;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width:800px) {

  main .white_bg h2 {
    margin-top: 50px;
    /* margin-bottom: 30px; */
  }
  main .white_bg.set_2 {
    margin-bottom: 70px;
  }

  main .white_bg.set_2 h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  main .white_bg.set_2 h2 span {
    display: block;
  }
  main .white_bg.set_3 {
    height: auto;
  }
  main .white_bg.set_3 .set_3_text {
    flex-direction: column;
    margin-bottom: 80px;
    gap: 20px;
  }

  main .white_bg.set_3 .set_3_text dl {
    width: 100%;
    padding: 0 20px;
  }

  main .white_bg.set_3 .set_3_text dl dt {
    width: 100%;
    font-size: clamp(18px, 2vw, 20px);
    padding: 10px;
    height: auto;
  }

  main .white_bg.set_3 .set_3_text dl dd {
    width: 100%;
    font-size: clamp(16px, 2vw, 18px);
    padding: 10px;
  }

  main .white_bg.set_3 .set_3_text dl dd span {
    font-size: clamp(14px, 2vw, 18px);
    letter-spacing: 0;
  }
  main .white_bg.set_4 {
    height: auto;
  }

  main .white_bg.set_5 .set_5_text.pc_text {
    display: none;
  }

  main .white_bg.set_5 .set_5_text.sp_text {
    display: flex;
  }

  main .white_bg.set_3 .set_3_text dl dd:nth-child(3) {
    height: auto;
  }

  main .white_bg.set_4 ul li {
    margin-bottom: 30px;
    text-align: justify;
    line-height: 2;
  }

  main .white_bg.set_5 .set_5_text div {
    width: 100%;
  }

  main .white_bg.set_5 h2 {
    font-size: 2.0rem;
  }

  main .side_view .side_view_text.kuki_text p{
    padding: 60px 15px;

  }

  main .side_view .side_view_text.kuki_text p span {
    line-height: 2;
    text-align: justify;
  }
  main .side_view .side_view_text ol li {
    /* margin-bottom: 30px; */
    line-height: 2;
  }
  main .side_view .side_view_text ol {
    padding: 0;
    padding-left: 20px;
    gap: 30px;
  }

  main .side_view .side_view_text h2{
    margin-bottom: 30px;
  }

  main .side_view .side_view_text ul li {
    line-height: 2;
  }

  main .side_view .side_view_text ul li:nth-child(1) {
    margin-bottom: 30px;
  }

  main .side_view .side_view_text p span {
    line-height: 2.5;
  }

  footer small img {
    width: 60%;
  }

  main .white_bg.set_3 .set_3_text dl dd:nth-child(2){
    height: auto;
  }

}