.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/*notes*/
header {
  background: top center / contain url(../img/0000.webp) no-repeat;
  padding: 4% 4% 10%;
}
header img:nth-child(1) {
  padding: 0 0 20%;
  width: 71.44%;
}
header p {
  font-size: clamp(0.625rem, 2.67vw, 1.25rem);
  text-align: right;
}

/*notes*/
.s01__wrap {
  padding: 10% 4%;
}
.s01__wrap h2,
.s02__wrap h2,
.s03__wrap h2,
.s04__wrap h2,
.s06__wrap h2 {
  position: relative;
  font-size: clamp(1.5rem, 6.4vw, 3rem);
  line-height: 1.3;
  margin-bottom: 14%;
  text-align: center;
}
.s01__wrap h2:before,
.s02__wrap h2:before,
.s03__wrap h2:before,
.s04__wrap h2:before,
.s06__wrap h2:before  {
  position: absolute;
  content: '';
  bottom: -.75em;
  left: 50%;
  background: linear-gradient(to right, #ffc623, #f16521);
  width: clamp(2.5rem, 10.67vw, 5rem);
  height: clamp(0.25rem, 1.07vw, 0.5rem);
  transform: translateX(-50%);
}
.s01__wrap h2 span {
  color: #f16521;
  font-size: clamp(1.75rem, 7.47vw, 3.5rem);
  font-weight: 900;
  letter-spacing: .075em;
}
.s01__wrap div:nth-child(2) {
  margin-bottom: 16%;
  text-align: center;
}
.s01__wrap div:nth-child(2) p:nth-child(1) {
  font-size: clamp(1.125rem, 4.8vw, 2.25rem);
  font-weight: 700;
}
.s01__wrap div:nth-child(2) p:nth-child(1) span {
  background: linear-gradient(transparent 80%, #ffcf67 0%);
}
.s01__wrap div:nth-child(2) p:nth-child(2) {
  font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  margin-bottom: 2em;
}
.s01__wrap div:nth-child(3) {
  margin-bottom: 8%;
}
.s01__wrap div:nth-child(3) h3 {
  background: linear-gradient(to right, #ffc623, #f16521);
  color: #fff;
  font-size: clamp(1.5rem, 6.4vw, 3rem);
  line-height: 1.3;
  margin-bottom: 4%;
  padding: 3%;
  text-align: center;
}
.s01__wrap div:nth-child(3) p:nth-child(2) {
  font-size: clamp(0.938rem, 4vw, 1.875rem);
}
.s01__wrap div:nth-child(4) {
  background: #fff;
  border-radius: clamp(0.625rem, 2.67vw, 1.25rem);
  box-shadow: 0 clamp(0.25rem, 1.07vw, 0.5rem) clamp(0.5rem, 2.13vw, 1rem) rgba(102, 112, 133, 0.16);
  padding: clamp(1.25rem, 5.33vw, 2.5rem);
}
.s01__wrap div:nth-child(4) h4 {
  border-bottom: clamp(0.063rem, 0.27vw, 0.125rem) solid #f16521;
  color: #f16521;
  font-size: clamp(1.125rem, 4.8vw, 2.25rem);
  text-align: center;
}
.s01__wrap div:nth-child(4) p {
  font-size: clamp(0.938rem, 4vw, 1.875rem);
  margin-top: 3%;
}
.s01__wrap div:nth-child(4) span {
  font-size: clamp(0.75rem, 3.2vw, 1.5rem);
}
.s01__wrap .txt {
  font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  margin-top: 3%;
  text-align: right;
}

/*notes*/
.s02__wrap {
  background: #fafafa;
  padding: 10% 4%;
}
.s02__wrap p:nth-child(2) {
  font-size: clamp(1.125rem, 4.8vw, 2.25rem);
  font-weight: 700;
  text-align: center;
}
.s02__wrap img {
  margin-top: 8%;
}
.s02__wrap p:nth-child(5),
.s02__wrap p:nth-child(7) {
  font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  margin-top: 3%;
}

/*notes*/
.s03__wrap {
  padding: 10% 4%;
}
.s03__wrap .txt {
  font-size: clamp(1.125rem, 4.8vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 12%;
  text-align: center;
}
.s03__wrap ul {
  margin-bottom: 12%;
}
.s03__wrap ul li {
  position: relative;
  border: clamp(0.188rem, 0.8vw, 0.375rem) solid #f16521;
  border-radius: clamp(1.25rem, 5.33vw, 2.5rem);
  display: flex;
  margin-top: 8%;
  padding: clamp(1.25rem, 5.33vw, 2.5rem) clamp(1.25rem, 5.33vw, 2.5rem) 0 clamp(1.25rem, 5.33vw, 2.5rem);
}
.s03__wrap ul li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0304.webp) no-repeat;
  width: clamp(3rem, 12.8vw, 6rem);
  height: clamp(2.938rem, 12.53vw, 5.875rem);
  top: -8%;
  left: 5%;
}
.s03__wrap ul li:nth-child(2):before {
  background: 100% / 100% url(../img/0305.webp) no-repeat;
}
.s03__wrap ul li:nth-child(3):before {
  background: 100% / 100% url(../img/0306.webp) no-repeat;
}
.s03__wrap ul li img {
  padding: 6% 2% 0;
  width: clamp(5.25rem, 22.4vw, 10.5rem);
}
.s03__wrap ul li div h3 {
  color: #f16521;
  font-size: clamp(1.375rem, 5.87vw, 2.75rem);
  margin-bottom: 3%;
}
.s03__wrap ul li div p {
  font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  line-height: 1.8;
}
.s03__wrap .box__wrap {
  background: #f1f0e4;
  border-radius: clamp(0.625rem, 2.67vw, 1.25rem);
  padding: clamp(1.25rem, 5.33vw, 2.5rem) 0;
}
.s03__wrap .box__wrap h4 {
  align-items: center;
  display: flex;
  font-size: clamp(1.125rem, 4.8vw, 2.25rem);
  margin: 0 auto clamp(0.625rem, 2.67vw, 1.25rem);
}
.s03__wrap .box__wrap h4:before,
.s03__wrap .box__wrap h4:after {
  content: '';
  height: clamp(0.063rem, 0.27vw, 0.125rem);
  flex-grow: 1;
  background: #343c4b;
}
.s03__wrap .box__wrap h4:before {
  margin-right: 1em;
}
.s03__wrap .box__wrap h4:after {
  margin-left: 1em;
}
.s03__wrap .box__wrap div {
  align-items: center;
  display: flex;
  justify-content: center;
}
.s03__wrap .box__wrap div img {
  margin-right: 6%;
  width: clamp(3.25rem, 13.87vw, 6.5rem);
}
.s03__wrap .box__wrap div p {
  font-size: clamp(0.938rem, 4vw, 1.875rem);
  line-height: 1.6;
}
.s03__wrap .txt2 {
  font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  margin-top: 3%;
}

/*notes*/
.s04__wrap {
  background: #f1f0e4;
  padding: 10% 4%;
}
.s04__wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.s04__wrap ul li {
  margin-bottom: 6%;
  text-align: center;
  width: 50%;
}
.s04__wrap ul li img {
  width: clamp(5.5rem, 23.47vw, 11rem);
}
.s04__wrap ul li p {
  font-size: clamp(0.875rem, 3.73vw, 1.75rem);
}
.s04__wrap ul li p span {
  color: #f16521;
  font-weight: 700;
}
.s04__wrap .txt {
  font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  text-align: center;
}

/*notes*/
.s05__wrap {
  padding: 10% 4%;
}
.s05__wrap h2 {
  position: relative;
  background: linear-gradient(to right, #ffc623, #f16521);
  border-radius: clamp(0.625rem, 2.67vw, 1.25rem);
  color: #fff;
  font-size: clamp(1.5rem, 6.4vw, 3rem);
  line-height: 1.3;
  margin-bottom: 8%;
  padding: 3%;
  text-align: center;
}
.s05__wrap h2:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: calc(clamp(0.688rem, 2.93vw, 1.375rem) * -1);;
  border: clamp(0.688rem, 2.93vw, 1.375rem) solid transparent;
  border-top: clamp(0.75rem, 3.2vw, 1.5rem) solid #f89621;
}
.s05__wrap .box__wrap {
  background: #f1f1f1;
  border-radius: clamp(1.25rem, 5.33vw, 2.5rem);
  font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  font-weight: 700;
  padding: clamp(1.25rem, 5.33vw, 2.5rem);
}
.s05__wrap .box2__wrap {
  border: clamp(0.188rem, 0.8vw, 0.375rem) solid #f16521;
  border-radius: clamp(1.25rem, 5.33vw, 2.5rem);
  margin-top: 6%;
}
.s05__wrap .box2__wrap h3 {
  background: #f16521;
  border-radius: clamp(1rem, 4.27vw, 2rem) clamp(1rem, 4.27vw, 2rem) 0 0;
  color: #fff;
  font-size: clamp(1.25rem, 5.33vw, 2.5rem);
  padding: 2%;
  text-align: center;
}
.s05__wrap .box2__wrap div {
  padding: 4%;
}
.s05__wrap .box2__wrap div h4 {
  background: #f18a21;
  border-radius: 2em;
  color: #fff;
  font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  margin-bottom: 2%;
  padding: 1%;
  text-align: center;
}
.s05__wrap .box2__wrap div p {
  font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  margin-bottom: 4%;
  text-align: center;
}
.s05__wrap .box2__wrap:nth-child(4) div p:nth-child(6) {
  text-align: left;
}
.s05__wrap .box2__wrap div .txt {
  font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  text-align: left;
}
.s05__wrap .box2__wrap div p:last-child {
  margin-bottom: 0;
}
.s05__wrap .box3__wrap {
  font-size: clamp(0.938rem, 4vw, 1.875rem);
}
.s05__wrap .box3__wrap h5 {
  color: #f16521;
  margin-top: 8%;
}

/*notes*/
.s06__wrap {
  background: #f1f0e4;
  padding: 10% 4%;
}
.acc__wrap .question {
  position: relative;
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  font-size: clamp(0.938rem, 4vw, 1.875rem);
  font-weight: 700;
  padding-bottom: 3%;
  padding-right: 12%;
}
.acc__wrap .question p:nth-of-type(1) {
  color: #f16521;
  font-size: clamp(1.5rem, 6.4vw, 3rem);
  margin-right: 4%;
  margin-top: -2%;
}
.acc__wrap .question p:nth-of-type(2) {
  width: 90%;
}
.acc__wrap .question:before {
  position: absolute;
  content: "";
  top: 20%;
  right: clamp(0.625rem, 2.67vw, 1.25rem);
  width: clamp(1.25rem, 5.33vw, 2.5rem);
  height: clamp(0.063rem, 0.27vw, 0.125rem);
  transform: rotate(90deg);
  background: #343c4b;
  transition: all .3s ease-in-out;
}
.acc__wrap .question:after {
  content: "";
  position: absolute;
  top: 20%;
  right: clamp(0.625rem, 2.67vw, 1.25rem);
  width: clamp(1.25rem, 5.33vw, 2.5rem);
  height: clamp(0.063rem, 0.27vw, 0.125rem);
  background: #343c4b;
  transition: all .1s ease-in-out;
}
.acc__wrap .question.open:before {
  background: #343c4b;
  transform: rotate(180deg);
}
.acc__wrap .question.open:after {
  opacity: 0;
}
.acc__wrap .answer {
  position: relative;
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  font-size: clamp(0.938rem, 4vw, 1.875rem);
  padding-bottom: 8%;
  padding-right: 12%;
}
.acc__wrap .answer p:nth-of-type(1) {
  color: #f1bc21;
  font-size: clamp(1.5rem, 6.4vw, 3rem);
  font-weight: 700;
  margin-right: 4%;
  margin-top: -2%;
}
.acc__wrap .answer p:nth-of-type(2) {
  width: 90%;
}

/*notes*/
footer {
  background: #f1f0e4;
  font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  padding-top: 10%;
  text-align: center;
}
footer ul {
  padding-bottom: 30%;
}
footer ul li {
  font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  margin: 1em 0;
}
.floating__wrap img {
  position: fixed;
  bottom: 4%;
  left: 0;
  right: 0;
  margin: auto;
  filter: drop-shadow(0 clamp(0.25rem, 1.07vw, 0.5rem) clamp(0.5rem, 2.13vw, 1rem) rgba(102, 112, 133, 0.46));
  width: clamp(20.188rem, 86.13vw, 40.375rem);
}
