.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.0rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  margin: 0;
}
.wrap {
  margin: auto;
  max-width: 75rem;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
  width: 100%;
  vertical-align: bottom;
}
ul {
  list-style: none;
}
a:link,a:visited,a:hover,a:active {
  color: #333;
  text-decoration: none;
}
a img:hover {
  filter: brightness(1.2);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 750px) {
  html {
    font-size: 0.8333333333333334vw;
  }
}
@media only screen and (max-width: 749px) {
  html {
    font-size: 1.3351134846461948vw;
  }
}

/*notes*/
header {
  margin-bottom: 5%;
}
header div {
  padding: 2rem 0;
}
header .logo {
  display: block;
  margin: auto;
  width: 44rem;
}
header .bnr {
  box-sizing: border-box;
  padding: 2% 4%;
}

/*notes*/
.s01__wrap {
  background: bottom center / cover url(../img/0100.webp) no-repeat;
  padding: 6rem 4%;
}
h2 {
  font-size: 4.4rem;
  line-height: 1.3;
  margin-bottom: 1.5em;
  text-align: center;
}
h2 span {
  color: #e5006e;
  font-size: 5.6rem;
}
.s01__wrap img {
  display: block;
  margin: auto;
  width: 80%;
}

/*notes*/
.s02__wrap {
  padding: 8rem 0;
}
.s02__wrap .t1 {
  border-bottom: .1rem solid #e5006e;
  color: #e5006e;
  font-size: 3.6rem;
  font-weight: 700;
  margin: auto;
  text-align: center;
  width: 90%;
}
.s02__wrap .box__wrap {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to right, #730009 30%, #e5006e 70%);
  margin-bottom: 3.2rem;
  height: 28.8rem;
}
.s02__wrap .box__wrap:nth-child(even) {
  background: linear-gradient(to left, #730009 30%, #e5006e 70%);
}
.s02__wrap .box__wrap img {
  position: absolute;
  bottom: 0;
  width: 41.4rem;
}
.s02__wrap .box__wrap:nth-child(even) img {
  right: 0;
}
.s02__wrap .box__wrap p {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  margin-left: 50%;
}
.s02__wrap .box__wrap:nth-child(even) p {
  margin-left: 5%;
}
.s02__wrap .box__wrap:nth-child(6):before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0205.webp) no-repeat;
  width: 24rem;
  height: 7.2rem;
  bottom: -37%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s02__wrap .item__wrap {
  margin-top: 12rem;
  text-align: center;
}
.s02__wrap .item__wrap p:nth-child(1) {
  font-size: 4.4rem;
  font-weight: 700;
  letter-spacing: .2em;
}
.s02__wrap .item__wrap .logo {
  margin: 1em 0;
  width: 44rem;
}
.s02__wrap .item__wrap p:nth-child(3) {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
.s02__wrap .item__wrap p:nth-child(3) span {
  background: linear-gradient(to right, #ff8051 0%, #e5006e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12.8rem;
  font-weight: 900;
}

/*notes*/
.s03__wrap {
  padding: 8rem 0;
}
.s03__wrap h2,
.s04__wrap h2,
.s05__wrap h2,
.s06__wrap h2,
.s07__wrap h2,
.s08__wrap h2,
.s09__wrap h2,
.s10__wrap h2 {
  position: relative;
  background: #e5006e;
  color: #fff;
  font-size: 4.4rem;
  margin: 0 auto 5rem;
  padding: .15em 0;
  width: 53.4rem;
}
.s03__wrap h2:before,
.s04__wrap h2:before,
.s05__wrap h2:before,
.s06__wrap h2:before,
.s07__wrap h2:before,
.s08__wrap h2:before,
.s09__wrap h2:before,
.s10__wrap h2:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -2rem;
  border: 2rem solid transparent;
  border-top: 1.6rem solid #e5006e;
}
.s03__wrap .box__wrap {
  margin-top: 4rem;
}
.s03__wrap .box__wrap div {
  position: relative;
}
.s03__wrap .box__wrap div p {
  position: absolute;
  bottom: 32%;
  left: 5%;
  color: #fff;
  font-size: 12.8rem;
  font-weight: 700;
}
.s03__wrap .box__wrap:nth-child(odd) div p {
  left: auto;
  right: 5%;
}
.s03__wrap .box__wrap:nth-child(n+5) div p {
  bottom: 14%;
}
.s03__wrap .box__wrap div h3 {
  position: absolute;
  bottom: 3%;
  left: 0;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.8;
  width: 100%;
}
.s03__wrap .box__wrap:nth-child(odd) div h3 {
  left: auto;
  right: 0;
  text-align: right;
}
.s03__wrap .box__wrap div h3 span {
  background: linear-gradient(transparent 0%, #e5006e 0%);
  padding: 0 5%;
}
.s03__wrap .box__wrap .txt {
  font-size: 2.8rem;
  padding: 4%;
}

/*notes*/
.s04__wrap {
  padding: 4rem 4%;
}
.s04__wrap h2 {
  width: 58rem;
}
.s04__wrap h3.ttl {
  color: #e5006e;
  margin: 5% 0 0;
  font-size: 3.8rem;
}
.s04__wrap h3.ttl span {
  display: inline-block;
  margin-right: 3%;
  font-size: 4rem;
  font-style: italic;
}
.s04__wrap h3.ttl small {
  font-size: 3.0rem;
}
.s04__wrap .txt {
  padding: 4% 4% 8%;
}
.s04__wrap div {
  position: relative;
  margin-bottom: 2rem;
  /*padding: 0 4%;*/
}
.s04__wrap div p:nth-child(2) {
  position: absolute;
  top: 5%;
  left: 5%;
  color: #73605e;
  font-weight: 700;
}
.s04__wrap div:nth-child(5) p:nth-child(2) {
  left: 32%;
}
.s04__wrap div p:nth-child(2) span {
  font-size: 4.0rem;
}
.s04__wrap div h3 {
  position: absolute;
  top: 23%;
  left: 5%;
  color: #73605e;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.2;
}
.s04__wrap div:nth-child(5) h3 {
  left: 32%;
}
.s04__wrap div h3 span {
  color: #e5006e;
}
.s04__wrap div p:nth-child(4) {
  position: absolute;
  top: 70%;
  left: 5%;
  color: #73605e;
  font-weight: 700;
  line-height: 1.3;
}
.s04__wrap .bnr {
  box-sizing: border-box;
  padding: 2% 4%;
}

/*notes*/
.s05__wrap {
  padding: 4rem 4%;
}
.s05__wrap .box__wrap {
  border: 1rem solid #e5006e;
  margin-bottom: 4rem;
}
.s05__wrap .box__wrap h3 {
  background: #e5006e;
  color: #fff;
  font-size: 4.0rem;
  line-height: 1.3;
  padding: .5em;
  text-align: center;
}
.s05__wrap .box__wrap p:nth-child(1) {
  color: #e5006e;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: .75em;
  text-align: center;
}
.s05__wrap .box__wrap div {
  padding: 4%;
}
.s05__wrap .box__wrap table {
  box-sizing: border-box;
  width: 100%;
}
.s05__wrap .box__wrap table tr th {
  background: #f1f1f1;
  border-right: .1rem solid #333;
  font-size: 3.6rem;
  line-height: 1;
  padding: .5em;
}
.s05__wrap .box__wrap table tr:nth-child(N+2) {
  border-top: .1rem solid #333;
}
.s05__wrap .box__wrap table tr th span:nth-child(1) {
  font-size: 4.8rem;
}
.s05__wrap .box__wrap table tr th span:nth-child(3) {
  font-size: 2.8rem;
  font-weight: 400;
}
.s05__wrap .box__wrap table tr td {
  font-size: 5.6rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.s05__wrap .box__wrap table tr td span {
  font-size: 2.4rem;
}
.s05__wrap .box__wrap table tr td span span {
  font-size: 4.0rem;
}
.s05__wrap .box__wrap p:nth-child(3) {
  font-size: 3.2rem;
  line-height: 1.3;
  margin-top: 1em;
  text-align: center;
}

/*notes*/
.s06__wrap {
  background: bottom center / cover url(../img/0600.webp) no-repeat;
  padding: 8rem 4%;
}

/*notes*/
.s07__wrap {
  padding: 8rem 0;
  text-align: center;
}
.s07__wrap iframe {
  height: 75rem;
  width: 100%;
}
.s07__wrap .logo {
  margin: 1em 0;
  width: 38.2rem;
}
.s07__wrap p {
  font-size: 2.8rem;
}

/*notes*/
.s08__wrap {
  padding: 2rem 0;
}
.s08__wrap .box__wrap div {
  position: relative;
}
.s08__wrap .box__wrap div p {
  position: absolute;
  bottom: 18%;
  left: 5%;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
}
.s08__wrap .box__wrap:last-child div p {
  bottom: 18%;
}
.s08__wrap .box__wrap div h3 {
  position: absolute;
  bottom: 3%;
  left: 5%;
  color: #fff;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.8;
}
.s08__wrap .box__wrap .txt {
  padding: 4% 4% 8%;
}

/*notes*/
.s09__wrap {
  padding: 6rem 4%;
}
.faq__wrap {
  margin-top: 3em;
}
.faq__wrap .que {
  position: relative;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 1.5em;
  padding-right: 2.5em;
}
.faq__wrap .que p:nth-of-type(1) {
  background: #e5006e;
  border-radius: .8rem;
  color: #fff;
  display: flex;
  font-size: 5.6rem;
  font-weight: 700;
  height: 8rem;
  justify-content: center;
  margin-right: .25em;
  width: 8rem;
}
.faq__wrap .que p:nth-of-type(2) {
  width: 90%;
}
.faq__wrap .que:before {
  position: absolute;
  content: "";
  top: 30%;
  right: 1rem;
  width: 4rem;
  height: .2rem;
  transform: rotate(90deg);
  background: #333;
  transition: all .3s ease-in-out;
}
.faq__wrap .que:after {
  content: "";
  position: absolute;
  top: 30%;
  right: 1rem;
  width: 4rem;
  height: .2rem;
  background: #333;
  transition: all .1s ease-in-out;
}
.faq__wrap .que.open:before {
  background: #333;
  transform: rotate(180deg);
}
.faq__wrap .que.open:after {
  opacity: 0;
}
.faq__wrap .ans {
  background: #fff;
  border-radius: 1rem;
  margin-bottom: .5em;
  padding: 0 1em 1em 1em;
}

/*notes*/
.s10__wrap {
  background: #f1ede2;
  padding: 8rem 4%;
}
.s10__wrap p:nth-child(3) {
  position: relative;
  display: table;
  font-size: 6.4rem;
  font-weight: 700;
  margin: .5em auto .25em;
  padding-left: 5%;
}
.s10__wrap p:nth-child(3):before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/1001.webp) no-repeat;
  width: 3.4rem;
  height: 4.6rem;
  top: 32%;
  left: 0;
}
.s10__wrap p:nth-child(4) {
  text-align: center;
}
.s10__wrap p:nth-child(4) span {
  font-size: 2.4rem;
}
.s10__wrap a.line {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #00b900;
  border-radius: 1.2rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 4.0rem;
  font-weight: 700;
  margin: 1.5em 0;
  padding-left: 16%;
  height: 14.8rem;
  width: 100%;
}
.s10__wrap a.line:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/1002.webp) no-repeat;
  width: 10rem;
  height: 9.6rem;
  top: 20%;
  left: 4%;
}
.s10__wrap h3 {
  font-size: 4.0rem;
  margin: 1.5em;
  text-align: center;
}
form .input__wrap {
  margin-bottom: 1.6rem;
}
form .item__wrap {
  font-weight: 700;
  margin: .75em 0 .25em;
}
form .item__wrap span {
  background: #e5006e;
  border-radius: .4rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  margin-right: .5em;
  padding: .1em .5em;
  text-align: center;
}
form .item__wrap span.any {
  background: #f1ede2;
  border: .1rem solid #333;
  color: #333;
}
form input[type=text],
form input[type=mail],
form input[type=tel],
form textarea {
  background: #fff;
  border: .6rem solid #e1e1e1;
  border-radius: 2rem;
  box-sizing: border-box;
  font-size: 3.2rem;
  padding: 3%;
  width: 100%;
}
form textarea {
  font-family: "Zen Maru Gothic", sans-serif;
  height: 30rem;
}
form select {
  background: #fff;
  border: .6rem solid #e1e1e1;
  border-radius: 2rem;
  box-sizing: border-box;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 3%;
  width: 100%;
}
form input[type=submit] {
  background: #e5006e;
  border: none;
  border-radius: 1rem;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.0rem;
  font-weight: 700;
  margin: 1em auto 0;
  max-width: 46rem;
  padding: .75em;
  transition: .4s;
  width: 100%;
}
form input[type=submit]:hover {
  background: #900;
}
::-webkit-input-placeholder {
  color: #dadada;
  font-weight: 700;
}

/*notes*/
footer {
  background: #f1ede2;
  font-size: 2.2rem;
  padding: 16rem 4% 3rem;
  text-align: center;
}

.bnr_fixed {
  position:fixed;
  bottom:0;
  right:0;
  display:none;
  z-index:9999;
  width:100%;
}
.bnr_flex {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  background: linear-gradient(#FC4F32, #FDC05E);
  max-width: 75rem;
  margin: auto;
}
.bnr_fixed a {
  text-decoration: none;
  display: block;
  width: calc((100% - 2px) / 2);
  border-right: 2px solid #fff;
  text-align: center;
}
.bnr_fixed a:last-child {
  border-right: none;
}
.bnr_fixed a img {
  width: 250px;
}

@media screen and (max-width:720px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
.bnr_fixed a img {
  width: 100%;
}
}


/*notes*/
.s11__wrap {
  padding: 6rem 4%;
}
.s11__wrap h2 {
  font-size: 4.4rem;
  line-height: 1.3;
  margin-bottom: 1.5em;
  text-align: center;
}
.s11__wrap p {
  font-size: 2.5rem;
}
.s11__wrap a {
  display: block;
  background: #e5006e;
  border: none;
  border-radius: 1rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.0rem;
  font-weight: 700;
  margin: 2em auto 0;
  max-width: 46rem;
  padding: .75em;
  width: 40%;
}