@charset "UTF-8";

/* ==== color ========================== */
:root {
  --color-black: #231815;
  --color-white: #ffffff;
  --color-blue: #00afdd;
  --color-orange: #EE7700;
  --rodin: "fot-rodin-pron", sans-serif;
  --tsuku-a: "fot-tsukuardgothic-std", sans-serif;
  --tsuku-b: "fot-tsukubrdgothic-std", sans-serif;
}


/*================================================
 *  一般・共通設定
 ================================================*/
html {
  font-size: clamp(6px, 0.520833vw, 10px);
  scroll-behavior: smooth;
}

body {
  font-family: var(--tsuku-a);
  font-weight: 500;
  line-height: 1.6;
  background: #fffded;
  color: var(--color-black);
}

.wrap {
  width: 62.5%;
  min-width: 747px;
  max-width: 1200px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
  transition: all .4s;
}

a:hover {
  opacity: .6;
}

img {
  max-width: 100%;
  display: block;
}

strong {
  font-weight: bold;
}

small {
  font-size: smaller;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

li {
  margin-left: 0;
}

.bg__wt {
  background: var(--color-white);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 1.5rem;
  padding:3rem 4.5rem;
}


@media screen and (max-width:767px) {
  html {
    font-size: 1.3333vw;
  }

  .wrap {
    width: 88.5333%;
    min-width: unset;
  }

  .bg__wt {
    border-radius: 1rem;
    padding: 3rem 3rem 4rem;
  }
}

/*================================================
 *  section btn
 ================================================*/
section {
  position: relative;
  margin-top: 12rem;
}

@media screen and (max-width:767px) {
  section {
    margin-top: 4rem;
  }
}

#grade {
  padding-top:10rem;
  background: radial-gradient(
  circle at center,
  #ffffff 0%,
  #fffded 55%,
  #f3e898 100%
);
}


/*================================================
* soudan
================================================*/
#soudan .inner {
  padding-left: 0;
}

#soudan .inner h3 {
  width: 34.8rem;
  margin-top: 4rem;
}

#soudan .inner p:not(.soudan__notes p) {
  font-size: 2rem;
  width: 80rem;
  margin: 4rem 0 1rem;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

#soudan .inner>img {
  width: 21.5rem;
}

.soudan__notes {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: var(--tsuku-a);
  border: 0.2rem solid var(--color-orange);
  border-radius: 1rem;
  margin-top: 2rem;
}

.soudan__notes h4 {
  background: var(--color-orange);
  color: var(--color-white);
  padding: 1rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.soudan__notes p {
  padding: 1rem 1rem 1rem 1.5rem;
  color: #4c4948;
}

.soudan_txt {
  width: 100%;
  margin-top: 3rem;
}

#accordion .label {
  margin-top: 3rem;
  /* cursor: pointer; */
}

#accordion .detail {
  /* display: none; */
  margin-top: 4rem;
  gap: 2rem 15rem;
  padding: 0 1.5rem;
}

#accordion .detail h3 {
  font-weight: bold;
  font-size: 3rem;
  width: 100%;
  color: #4c4948;
}

#accordion .detail h3.border {
  border-top: 0.2rem solid var(--color-orange);
  margin-top: 5rem;
  padding-top: 2rem;
}

#accordion .detail ul {
  width: 50rem;
}

#accordion .detail ul li {
  color: var(--color-orange);
  margin-top: 1rem;
  font-weight: bold;
  letter-spacing: 0;
}

#accordion .detail ul li a {
  font-size: 2.2rem;
}

#accordion .detail ul li,
#accordion .detail ul li a {
  font-size: 2.2rem;
  vertical-align: baseline;
}

@media screen and (max-width:767px) {

  #soudan h2 {
    font-size: 3rem;
  }

  #soudan .inner {
    width: 100%;
    padding-left: 0;
    position: relative;
  }

  #soudan .inner>img {
    position: absolute;
    width: 14.4rem;
    top: 2.5rem;
    right: 4rem;
  }

  #soudan .inner h3 {
    width: 25rem;
    margin-top: 2rem;
  }

  #soudan .inner p:not(.soudan__notes p) {
    width: 67%;
    font-size: 1.9rem;
    margin: 2rem 0 1rem;
  }

  .soudan__notes {
    font-size: 1.6rem;
  }

  .soudan__notes p {
    font-feature-settings: "palt";
  }

}


.p-middle_ill {
  width: 38rem;
}

.p-middle_ill2 {
  width: 20rem;
}

.p-btn__right a {
  width: 50rem;
  margin:0rem auto -7rem auto;
}

.p-btn__right p {
  width: 22rem;
  margin-right:5rem;
  margin-left:-5rem;
  margin-top:5rem;
}

.p-btn__left {
  background: #d3b864;
  padding: 3rem;
  margin-top:5rem;
  border-radius: 1.5rem;
}

.p-btn__left h5 {
  font-size: 1.8rem;
  color: var(--color-white);
}

.p-btn__left h5 span {
  font-size: 3rem;
}

.p-btn__left a {
  width: 25rem;
}

.p-middle_insta {
  display: block;
  width: 40%;
  margin:0 auto;
}

.p-middle_insta img {
  width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
}


@media screen and (max-width:767px) {
  .p-middle_ill {
    position: absolute;
    top: -2rem;
    right: -2rem;
    width: 15rem;
  }

  .p-middle_ill02 {
    position: absolute;
    bottom: 3rem;
    right: 1rem;
    width: 13rem;
  }

  .sp__border {
    padding: 3rem 3rem 5rem;
    border: 0.4rem solid #40bcdb;
    border-radius: 2rem;
    position: relative;
  }

  .p-under_ill {
    position: absolute;
    top: 3rem;
    right: -1rem;
    width: 24rem;
  }

  .p-btn__left {
    justify-content: center;
    padding: 2rem;
    margin-top:0;
  }

  .p-btn__right p {
    width: 14.7rem;
  }

  .p-middle_ill2 {
  width: 20rem;
   margin: -4rem 1rem 0 auto;
}

  .p-middle_insta {
  display: block;
  width: 80%;
  margin:0 auto;
}

.p-middle_insta img {
  width: 100%;
  height: auto;
  display: block;
  margin:1rem auto -1rem auto;
}
}

/*================================================
 *  footer
 ================================================*/
footer {
  padding-bottom: 10rem;
}

footer .to__top {
  display: block;
  width: 76rem;
  margin: 15rem auto 10rem;
}

footer h2 {
  background: var(--color-orange);
  text-align: center;
  color: var(--color-white);
  font-weight: bold;
  font-size: 2.5rem;
  padding: 1rem;
}

footer p {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  line-height: 2;
  margin: 4rem 0;
}

footer .ft_logo {
  width: 67rem;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width:767px) {
  footer .to__top {
    width: 42rem;
    margin: 10rem auto 5rem;
  }

  footer h2 {
    font-size: 1.8rem;
  }

  footer p {
    font-size: 1.8rem;
  }

  footer .ft_logo {
    width: 60rem;
  }
  .p-btn__right a {
  width: 34rem;
  margin:3rem auto;
}

  .p-btn__right p {
  width: 20rem;
  margin-right:5rem;
  margin-left:0;
  margin-top:0;
}

}

.reg {
    font-size: 0.6em;
    vertical-align: super;
  }