.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  font-size: 16px;
}
body {
  background: #000;
  color: #333;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin: 0;
}
.wrap {
  margin: auto;
  max-width: 750px;
}
.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 (max-width: 750px) {
  html {
    font-size: calc(100vw / 750 * 16);
  }
}

/*notes*/
header .top__wrap {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: .5rem 1rem;
}
header .top__wrap p {
  font-size: 1.0rem;
  font-weight: 700;
  letter-spacing: .1em;
}
header .top__wrap p span {
  color: #344682;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0;
}
header .top__wrap img {
  display: block;
  width: 23.75rem;
}
header .timer__wrap {
  background: #344682;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  padding: .5em;
  text-align: center;
}
header .main__wrap {
  background: top center / cover url(../img/0000.webp) no-repeat;
  padding: 2rem;
}
header .main__wrap h1 {
  color: #fff25e;
  font-size: 2.875rem;
  font-weight: 900;
  line-height: 1.2;
}
header .main__wrap h2 {
  color: #fff25e;
  font-size: 2.125rem;
  letter-spacing: .05em;
  margin: .25em 0 .75em;
}
header .main__wrap h3 {
  color: #fff;
  font-size: 1.5rem;
}
header .main__wrap ul {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
header .main__wrap ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: top center / cover url(../img/0002.webp) no-repeat;
  line-height: 1.2;
  text-align: center;
  width: 12.5rem;
  height: 11.7rem;
}
header .main__wrap ul li p {
  margin-top: 1rem;
}
header .main__wrap ul li p span {
  color: #e2294c;
  font-size: 2.1rem;
  font-weight: 500;
}
header .main__wrap ul li:nth-child(3) p {
  font-size: 1.0rem;
}

/*notes*/
.s01__wrap .top__wrap {
  position: relative;
  background: #e2294c;
  padding: 1.5rem;
}
.s01__wrap .top__wrap:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1.5rem;
  border: 1.5rem solid transparent;
  border-top: 1.2rem solid #e2294c;
}
.s01__wrap .top__wrap p {
  color: #fff25e;
  font-weight: 700;
  text-align: center;
}
.s01__wrap .top__wrap p span {
  color: #fff25e;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.s01__wrap .main__wrap {
  background: top center / cover url(../img/0100.webp) no-repeat;
  padding: 2rem;
}
.s01__wrap .main__wrap .box__wrap {
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 36.2rem;
}
.s01__wrap .main__wrap .box__wrap p {
  background: #e2294c;
  font-size: 1.25rem;
  padding: .5em;
}
.s01__wrap .main__wrap .box__wrap h2 {
  font-size: 1.62rem;
  line-height: 1.2;
  padding: .5em;
}
.s01__wrap .main__wrap .box__wrap h2 span {
  color: #fff25e;
  font-size: 2.0rem;
  font-weight: 900;
}
.s01__wrap .main__wrap .item__wrap {
  display: flex;
  align-items: center;
}
.s01__wrap .main__wrap .item__wrap .tel__wrap {
  margin-right: .5em;
}
.s01__wrap .main__wrap .item__wrap .tel__wrap .tel {
  display: flex;
  margin-bottom: .25em;
}
.s01__wrap .main__wrap .item__wrap .tel__wrap .tel div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff25e;
  border-radius: 2.5rem;
  color: #e2294c;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.1;
  height: 5rem;
  width: 5rem;
}
.s01__wrap .main__wrap .item__wrap .tel__wrap .tel div:nth-child(2) {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.s01__wrap .main__wrap .item__wrap .tel__wrap .tel div:nth-child(2) p:nth-child(1) {
  font-size: 1.15rem;
}
.s01__wrap .main__wrap .item__wrap .tel__wrap .tel div:nth-child(2) p:nth-child(2) {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.2;
  padding-left: 4rem;
}
.s01__wrap .main__wrap .item__wrap .tel__wrap .tel div:nth-child(2) p:nth-child(2):before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0101.webp) no-repeat;
  width: 2.5rem;
  height: 1.6rem;
  top: 20%;
  left: 5%;
}
.s01__wrap .main__wrap .item__wrap .tel__wrap .txt {
  color: #fff;
  font-size: .75rem;
  text-align: center;
}
.s01__wrap .main__wrap .item__wrap .card__wrap {
  background: rgba(0,0,0,0.46);
  border: .1rem solid #fff;
  border-radius: .6rem;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  padding: .25em;
  width: 14.8rem;
}
.s01__wrap .main__wrap .item__wrap .card__wrap p:nth-child(1) {
  font-size: .75rem;
}
.s01__wrap .main__wrap .item__wrap .card__wrap img {
  width: 12.75rem;
}
.s01__wrap .main__wrap .item__wrap .card__wrap p:nth-child(3) {
  font-size: .5rem;
}

/*notes*/
.s02__wrap {
  background: top center / cover url(../img/0200.webp) no-repeat;
  background-color: #fff;
  padding: 4.25rem 8%;
}
.s02__wrap h2,
.s04__wrap h2,
.s05__wrap h2,
.s06__wrap h2,
.s07__wrap h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.37rem;
  font-weight: 500;
  letter-spacing: .075em;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}
.s02__wrap ul li {
  position: relative;
  font-size: 1.37rem;
  font-weight: 500;
  margin-bottom: .35em;
  padding-left: 2rem;
}
.s02__wrap ul li:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0201.webp) no-repeat;
  width: 1.37rem;
  height: 1.37rem;
  top: 12%;
  left: 0;
}
.s02__wrap ul li span {
  background: linear-gradient(transparent 72%, #fff25e 0%);
  color: #e2294c;
  font-weight: 700;
}

/*notes*/
.s03__wrap {
  background: center center / cover url(../img/0300.webp) no-repeat;
  padding: 4.25rem 8%;
}
.s03__wrap div {
  text-align: center;
  width: 27.5rem;
}
.s03__wrap div h3 {
  position: relative;
  background: #e2294c;
  border-radius: 2em;
  color: #fff;
  margin-bottom: 1em;
  padding: .5em;
}
.s03__wrap div h3:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1.5rem;
  border: 1.5rem solid transparent;
  border-top: 1.25rem solid #e2294c;
}
.s03__wrap div h3:nth-child(3) {
  background: #344682;
  margin-top: 2em;
}
.s03__wrap div h3:nth-child(3):before {
  border-top: 1.25rem solid #344682;
}
.s03__wrap div p {
  font-size: 1.37rem;
  font-weight: 700;
}

/*notes*/
.s04__wrap {
  background: #fafbe9;
  padding: 4.25rem 0;
}
.s04__wrap ul li {
  margin-bottom: 2.5rem;
  width: 44rem;
}
.s04__wrap ul li:nth-child(2) {
  margin-left: auto;
}
.s04__wrap ul li .img__wrap {
  width: 30.6rem;
}
.s04__wrap ul li:nth-child(2) .img__wrap {
  margin-left: auto;
}
.s04__wrap ul li .box__wrap {
  background: rgba(255,255,255,0.8);
  box-sizing: border-box;
  filter: drop-shadow(.5rem .5rem 0 rgba(0,0,0,0.08));
  margin-top: -6.25rem;
  margin-left: auto;
  padding: 2.5rem;
  width: 30.6rem;
}
.s04__wrap ul li:nth-child(2) .box__wrap {
  margin-left: 0;
}
.s04__wrap ul li .box__wrap .item__wrap {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .075em;
}
.s04__wrap ul li .box__wrap .item__wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  border: .1rem solid #344682;
  color: #344682;
  font-size: .75rem;
  line-height: 1;
  margin-right: 1em;
  text-align: center;
  height: 4rem;
  width: 4rem;
}
.s04__wrap ul li .box__wrap .item__wrap div span {
  display: block;
  font-size: 2.25rem;
}
.s04__wrap ul li .box__wrap .item__wrap h3 {
  font-size: 2.0rem;
  font-weight: 500;
}
.s04__wrap ul li .box__wrap h4 {
  color: #344682;
  font-size: 1.25rem;
  font-weight: 500;
  margin: .75em 0;
}
.s04__wrap ul li .box__wrap .txt {
  font-size: 1.0rem;
}
.s04__wrap ul li .box__wrap .txt span {
  color: #e2294c;
  font-weight: 500;
}

/*notes*/
.s05__wrap {
  background: #fff;
  padding: 4.25rem 12%;
}
.s05__wrap .h3__wrap {
  margin-bottom: 1.25em;
  text-align: center;
}
.s05__wrap .h3__wrap h3 {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.4;
}
.s05__wrap .h3__wrap h3 span {
  color: #e2294c;
  font-size: 2.87rem;
}
.s05__wrap .h3__wrap p {
  font-size: 1.25rem;
}
.s05__wrap .box__wrap {
  border: .1rem solid #344682;
  border-radius: 1.25rem;
}
.s05__wrap .box__wrap h4 {
  background: #344682;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
  font-size: 1.5rem;
  padding: .25em;
  text-align: center;
}
.s05__wrap .box__wrap dl {
  margin: 1em;
}
.s05__wrap .box__wrap dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.37rem;
  font-weight: 500;
  line-height: 1.5;
}
.s05__wrap .box__wrap dl div dd {
  color: #e2294c;
}
.s05__wrap .box__wrap dl div dd span {
  font-size: 2.37rem;
  font-weight: 400;
}
.s05__wrap .box__wrap h5 {
  display: flex;
  align-items: center;
  color: #344682;
  font-size: 1.375rem;
  font-weight: 700;
  margin: auto;
  text-align: center;
  width: 90%;
}
.s05__wrap .box__wrap h5:before,
.s05__wrap .box__wrap h5:after {
  content: '';
  height: .1rem;
  flex-grow: 1;
  background: #344682;
}
.s05__wrap .box__wrap h5:before {
  margin-right: 1em;
}
.s05__wrap .box__wrap h5:after {
  margin-left: 1em;
}
.s05__wrap .box__wrap p {
  color: #344682;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.5em;
  text-align: center;
}
.s05__wrap .box__wrap p span {
  font-size: 1.75rem;
}

/*notes*/
.s06__wrap {
  background: #fafbe9;
  padding: 4.25rem 0 0;
}
.s06__wrap ul li {
  padding: 0 5%;
}
.s06__wrap ul li {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.s06__wrap ul li img {
  width: 16.25rem;
}
.s06__wrap ul li div {
  width: 100%;
}
.s06__wrap ul li div h3 {
  border-bottom: .1rem solid #000;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .075em;
  padding: .25em 0 .25em 2.5rem;
}
.s06__wrap ul li div p {
  font-size: 1.0rem;
  padding: 1em 0 0 2.5rem;
}
.s06__wrap .box__wrap {
  background: center center / cover url(../img/0600.webp) no-repeat;
  margin-top: 5rem;
  padding: 0 5% 8%;
}
.s06__wrap .box__wrap div {
  display: table;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.s06__wrap .box__wrap div h4 {
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: .075em;
  line-height: 1.3;
  margin-bottom: 1em;
}
.s06__wrap .box__wrap div p {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.7;
}

/*notes*/
.s07__wrap {
  background: #fff;
  padding: 4.25rem 20%;
}
form {
  font-size: 1.0rem;
}
form .input__wrap {
  margin-bottom: 1.0rem;
}
form .item__wrap {
  margin-bottom: .5em;
}
form .item__wrap span {
  background: #f10033;
  border-radius: .4rem;
  color: #fff;
  font-size: .75rem;
  font-weight: 400;
  margin-right: .5em;
  padding: .2em .75em;
  text-align: center;
}
form input[type=text],
form input[type=mail],
form input[type=tel],
form input[type=number],
form textarea {
  background: #ebecea;
  border: .1rem solid #ebecea;
  border-radius: .6rem;
  box-sizing: border-box;
  font-size: 1.0rem;
  padding: 3%;
  width: 100%;
}
form select {
  background: #ebecea;
  border: .1rem solid #ebecea;
  border-radius: .6rem;
  box-sizing: border-box;
  font-size: 1.0rem;
  padding: 3%;
  width: 65%;
}
form input[type=submit] {
  background: #f10033;
  border: none;
  border-radius: 1rem;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2em auto 0;
  max-width: 18.75rem;
  padding: .75em;
  transition: .4s;
  width: 100%;
}
form input[type=submit]:hover {
  background: #900;
}
::-webkit-input-placeholder {
  color: #9dadad;
}
article {
  background: #ebecea;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: .8rem;
  height: 15rem;
  margin: 3em auto 0;
  overflow: scroll;
  padding: 1em;
}
article h3 {
  border-bottom: .05rem solid #000;
  font-size: 1rem;
  letter-spacing: .1em;
  margin-bottom: .5em;
  padding-bottom: .25em;
  text-align: center;
}
article p {
  margin-bottom: 2em;
}

/*notes*/
footer {
  background: #fff;
    font-size: .875rem;
  padding: 5rem 5% 1rem;
  text-align: center;
}










