.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #625f5d;
  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: 100%;
}
.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: 1200px) {
  html {
    font-size: 0.8333333333333334vw;
  }
}
@media only screen and (max-width: 749px) {
  html {
    font-size: 2.67022696929239vw;
  }
}

/*notes*/
header {
  background: center center / 250rem url(../img/0000.webp) no-repeat;
  padding: 6rem 5% 9rem;
}
header div {
  margin: auto;
  width: 110rem;
}
header div img {
  aspect-ratio: 404 / 110;
  margin-bottom: 4rem;
  width: 40.4rem;
}
header div h1 {
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: .5em;
}
header div p:nth-child(3),
header div p:nth-child(4) {
  display: table;
  background: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: .25em;
  padding: .25em .5em;
}
header div p:nth-child(4) {
  margin-bottom: 6rem;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #638fb9, #8ec1cc);
  border-radius: 3rem;
  filter: drop-shadow(0 .4rem .4rem rgba(0,0,0,0.16));
  font-size: 2.2rem;
  font-weight: 700;
  width: 32rem;
  height: 6rem;
}
a.btn:link,a.btn:visited {
  color: #fff;
}

/*notes*/
.s01__wrap {
  padding: 6rem 0 0;
}
.s01__wrap .btn {
  position: relative;
  background: #fff;
  border: .05rem solid #625f5d;
  box-sizing: border-box;
  color: #625f5d;
  font-size: 1.8rem;
  margin: 0 auto 9rem;
  padding-left: 1.5em;
}
.s01__wrap .btn:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0104.webp) no-repeat;
  width: 2.0rem;
  height: 1.6rem;
  top: 35%;
  left: 8%;
}
.s01__wrap a.btn:link,.s01__wrap a.btn:visited {
  color: #625f5d;
}
h2 {
  border-top: .2rem solid #625f5d;
  border-bottom: .2rem solid #625f5d;
  font-size: 3.2rem;
  letter-spacing: .075em;
  margin: 0 auto 2em;
  padding: .75em 0;
  text-align: center;
  width: 100rem;
}
.s01__wrap .box01__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  width: 80rem;
}
.s01__wrap .box01__wrap img {
  aspect-ratio: 224 / 303;
  width: 22.4rem;
}
.s01__wrap .box01__wrap ul li {
  position: relative;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: .75em;
  padding-left: 1.5em;
}
.s01__wrap .box01__wrap ul li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0102.webp) no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  top: 5%;
  left: 0;
}
.s01__wrap .box01__wrap ul li span {
  background: linear-gradient(transparent 72%, #f3cb8c 0%);
  color: #e06060;
  font-weight: 900;
}
.s01__wrap .box02__wrap {
  position: relative;
  font-weight: 700;
  margin: auto;
  padding: 8rem 0 0;
  text-align: center;
  width: 100rem;
}
.s01__wrap .box02__wrap:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0103.webp) no-repeat;
  width: 100rem;
  height: 40.3rem;
  top: 32%;
  left: 7%;
}
.s01__wrap .box02__wrap h3 {
  font-size: 2.8rem;
}
.s01__wrap .box02__wrap h3 span {
  color: #e06060;
  font-weight: 900;
}
.s01__wrap .box02__wrap ul {
  margin: 1em 0;
}
.s01__wrap .box02__wrap ul li {
  display: table;
  background: #928c83;
  border-radius: 3em;
  color: #fff;
  filter: drop-shadow(.4rem .4rem 0 rgba(0,0,0,0.16));
  font-size: 2.0rem;
  font-weight: 700;
  margin: 0 auto .5em;
  padding: .25em 0;
  width: 32rem;
}
.s01__wrap .box02__wrap p:nth-child(3) {
  font-size: 1.8rem;
}
.s01__wrap .box02__wrap p:nth-child(3) span {
  color: #e06060;
  font-size: 2.8rem;
  font-weight: 900;
}
.s01__wrap .box02__wrap p:nth-child(4) {
  font-size: 2.0rem;
  margin: 1em 0;
}

/*notes*/
.s02__wrap {
  padding: 9rem 0 0;
  text-align: center;
}
.s02__wrap .t01 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.s02__wrap .t01 span {
  color: #e06060;
  font-size: 2.8rem;
  font-weight: 900;
}
.s02__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: 2em auto;
  width: 88rem;
}
.s02__wrap ul li {
  width: 24rem;
}
.s02__wrap ul li img {
  aspect-ratio: 1 / 1;
}
.s02__wrap ul li h3 {
  font-size: 2.0rem;
  line-height: 1.4;
  margin: .75em 0;
}
.s02__wrap .t02 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 1em;
}

/*notes*/
.s03__wrap {
  padding: 9rem 0 0;
}
.s03__wrap .box01__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 88rem;
}
.s03__wrap .box01__wrap div {
  width: 40rem;
}
.s03__wrap .box01__wrap div h3 {
  position: relative;
  background: #e9e8e4;
  font-size: 2.4rem;
  margin-bottom: 1em;
  padding: .25em 0;
  text-align: center;
}
.s03__wrap .box01__wrap div h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -1.0rem;
  border: 1.0rem solid transparent;
  border-top: 1.0rem solid #e9e8e4;
}
.s03__wrap .box01__wrap div:nth-child(2) h3 {
  background: #e06060;
  color: #fff;
}
.s03__wrap .box01__wrap div:nth-child(2) h3:before {
  border-top: 1.0rem solid #e06060;
}
.s03__wrap .box01__wrap div ul {
  display: table;
  margin: auto;
}
.s03__wrap .box01__wrap div ul li {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.s03__wrap .box01__wrap div ul li img {
  aspect-ratio: 1 / 1;
  margin-right: .75em;
  width: 10rem;
}
.s03__wrap .box01__wrap div ul li p {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.s03__wrap .box01__wrap div:nth-child(2) ul li p {
  color: #e06060;
}
.s03__wrap h3 {
  font-size: 2.8rem;
  margin: 1em 0 2em;
  text-align: center;
}
.s03__wrap h3 span {
  color: #e06060;
  font-size: 4.6rem;
  font-weight: 900;
}
.s03__wrap .box02__wrap {
  display: table;
  margin: auto;
}
.s03__wrap .box02__wrap .item__wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.s03__wrap .box02__wrap .item__wrap div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e06060;
  border-radius: 1rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 1em;
  text-align: center;
  height: 14rem;
  max-width: 14rem;
  width: 100%;
}
.s03__wrap .box02__wrap .item__wrap:nth-child(2) div:nth-child(1) {
  background: #625f5d;
}
.s03__wrap .box02__wrap .item__wrap ul li {
  color: #e06060;
  font-size: 2.0rem;
  font-weight: 700;
}
.s03__wrap .box02__wrap .item__wrap:nth-child(2) ul li {
  color: #625f5d;
}
.s03__wrap .box02__wrap .item__wrap div:nth-child(2) p {
  font-size: 1.4rem;
}

/*notes*/
.s04__wrap {
  padding: 9rem 5% 0;
  text-align: center;
}
.s04__wrap p:nth-child(2) {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: .5em;
}
.s04__wrap p:nth-child(2) span:nth-child(1) {
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1;
}
.s04__wrap p:nth-child(2) span:nth-child(2) {
  font-size: 2.4rem;
}
.s04__wrap img {
  width: 48.6rem;
}
.s04__wrap p:nth-child(4) {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: .5em 0 1em;
}
.s04__wrap .btn {
  margin: auto;
}

/*notes*/
.s05__wrap {
  padding: 9rem 5% 0;
}
.s05__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 92rem;
}
.s05__wrap ul li {
  width: 24rem;
}
.s05__wrap ul li img {
  aspect-ratio: 1 / 1;
  display: block;
  margin: auto;
  width: 20rem;
}
.s05__wrap ul li p:nth-child(2) {
  font-size: 2.2rem;
  text-align: center;
}
.s05__wrap ul li p:nth-child(2) span {
  font-size: 3.6rem;
}
.s05__wrap ul li h3 {
  color: #e06060;
  font-size: 2.2rem;
  margin-bottom: .5em;
  text-align: center;
}
.s05__wrap .t01 {
  font-size: 1.4rem;
  margin-top: 3em;
  text-align: center;
}

/*notes*/
.s06__wrap {
  padding: 9rem 5%;
}
.faq__wrap {
  margin: auto;
  max-width: 62rem;
}
.faq__wrap .que {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.3;
  padding-bottom: .75em;
}
.faq__wrap .que p:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #928c83;
  border-radius: .6rem;
  color: #fff;
  font-size: 3.6rem;
  margin-right: .5em;
  height: 4.6rem;
  width: 4.6rem;
}
.faq__wrap .que p:nth-of-type(2) {
  font-weight: 700;
  width: 90%;
}
.faq__wrap .ans {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2em;
}
.faq__wrap .ans p:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e06060;
  border-radius: .6rem;
  color: #fff;
  font-size: 3.6rem;
  margin-right: .5em;
  height: 4.6rem;
  max-width: 4.6rem;
  width: 100%;
}
.s06__wrap .t01 {
  font-size: 1.4rem;
  margin-top: 4em;
  text-align: center;
}

/*notes*/
.s07__wrap {
  background: center center / cover url(../img/0700.webp) no-repeat;
  padding: 13rem 5% 19rem;
  text-align: center;
}
.s07__wrap p {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 3em;
}
.s07__wrap h3 {
  display: table;
  background: linear-gradient(transparent 90%, #f3cb8c 0%);
  color: #e06060;
  font-size: 3.8rem;
  margin: 0 auto .25em;
  padding: 0 .25em;
}

/*notes*/
footer {
  background: linear-gradient(to right, #e5e4e1, #f8f6f2);
  font-size: 1.2rem;
  text-align: center;
}
/*fade*/
.fadein {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 2000ms;
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

/*notes*/
.s08__wrap {
  padding: 9rem 5% 0;
}
form {
  margin: auto;
  max-width: 68rem;
}
form .input__wrap {
  display: flex;
  margin-bottom: 1.6rem;
}
form .item__wrap {
  font-weight: 700;
  margin-top: .75em;
  width: 30%;
}
form .item__wrap span {
  background: #e06060;
  border-radius: .4rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: .5em;
  padding: .25em .75em;
  text-align: center;
}
form .item__wrap span.any {
  background: #fff;
  border: .05rem solid #adadad;
  color: #333;
}
form input[type=text],
form input[type=mail],
form textarea {
  background: #f8f4ee;
  border: .1rem solid #f8f4ee;
  border-radius: .6rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 2%;
  width: 70%;
}
form textarea {
  font-family: Arial,'Noto Sans JP', sans-serif;
  height: 20rem;
}
form input[type=submit] {
  background: #e06060;
  border: none;
  border-radius: 1rem;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
  margin: 2em auto 0;
  max-width: 30rem;
  padding: .75em;
  transition: .4s;
  width: 100%;
}
form input[type=submit]:hover {
  background: #900;
}
::-webkit-input-placeholder {
  color: #9dadad;
}

/*notes*/
.s09__wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #e5e4e1, #f8f6f2);
  height: 98vh;
  text-align: center;
}
.s09__wrap:after {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0901.webp) no-repeat;
  width: 109.2rem;
  height: 59.2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s09__wrap div {
  z-index: 1;
}
.s09__wrap h3 {
  display: table;
  background: linear-gradient(transparent 92%, #f3cb8c 0%);
  color: #e06060;
  font-size: 2.8rem;
  margin: 0 auto 1.5em;
  padding: 0 .25em;
}
.s09__wrap p {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 6em;
}









@media screen and (max-width:749px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-size: 1.5rem;
}

/*notes*/
header {
  position: relative;
  background: center bottom / cover url(../img/0000_sp.webp) no-repeat;
  box-sizing: border-box;
  padding: 2rem 4% 2rem;
  text-align: center;
  height: 90vh;
}
header div {
  width: 100%;
}
header div img {
  margin-bottom: 3rem;
  width: 26rem;
}
header div h1 {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: .5em;
}
header div p:nth-child(3),
header div p:nth-child(4) {
  font-size: 1.6rem;
  margin: 0 auto .25em;
  padding: .5em .5em;
}
.btn {
  font-size: 2.0rem;
  width: 28rem;
}
header .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*notes*/
.s01__wrap {
  padding: 5rem 4% 0;
}
.s01__wrap .btn {
  font-size: 1.5rem;
  margin: 0 auto 5rem;
}
h2 {
  border-top: .1rem solid #625f5d;
  border-bottom: .1rem solid #625f5d;
  font-size: 2.2rem;
  width: 100%;
}
.s01__wrap .box01__wrap {
  display: block;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  width: 100%;
}
.s01__wrap .box01__wrap img {
  display: block;
  margin: 0 auto 1em;
  width: 30%;
}
.s01__wrap .box01__wrap ul {
  display: table;
  margin: auto;
}
.s01__wrap .box01__wrap ul li {
  font-size: 1.6rem;
}
.s01__wrap .box01__wrap ul li:before {
  width: 2.0rem;
  height: 2.0rem;
}
.s01__wrap .box02__wrap {
  padding: 4rem 0 0;
  width: 100%;
}
.s01__wrap .box02__wrap:before {
  display: none;
}
.s01__wrap .box02__wrap h3 {
  font-size: 1.8rem;
}
.s01__wrap .box02__wrap ul li {
  font-size: 1.6rem;
  padding: .35em 0;
  width: 80%;
}
.s01__wrap .box02__wrap p:nth-child(3) {
  font-size: 1.5rem;
}
.s01__wrap .box02__wrap p:nth-child(3) span {
  font-size: 2.4rem;
}
.s01__wrap .box02__wrap p:nth-child(4) {
  font-size: 1.6rem;
}

/*notes*/
.s02__wrap {
  padding: 5rem 4% 0;
}
.s02__wrap .t01 {
  font-size: 1.8rem;
}
.s02__wrap .t01 span {
  font-size: 2.0rem;
}
.s02__wrap ul {
  display: block;
  width: 100%;
}
.s02__wrap ul li {
  width: 100%;
}
.s02__wrap ul li img {
  display: block;
  margin: 2em auto 0;
  width: 40%;
}
.s02__wrap ul li h3 {
  font-size: 1.8rem;
}
.s02__wrap .t02 {
  font-size: 1.2rem;
}

/*notes*/
.s03__wrap {
  padding: 5rem 4% 0;
}
.s03__wrap .box01__wrap {
  display: block;
  width: 100%;
}
.s03__wrap .box01__wrap div {
  width: 100%;
}
.s03__wrap .box01__wrap div h3 {
  font-size: 1.8rem;
  padding: .35em 0;
}
.s03__wrap .box01__wrap div ul li {
  margin-bottom: 1rem;
}
.s03__wrap .box01__wrap div ul li img {
  width: 6rem;
}
.s03__wrap .box01__wrap div ul li p {
  font-size: 1.8rem;
}
.s03__wrap h3 {
  font-size: 2.0rem;
}
.s03__wrap h3 span {
  font-size: 3.2rem;
}
.s03__wrap .box02__wrap .item__wrap {
  display: block;
  margin: 0 0 2rem;
}
.s03__wrap .box02__wrap .item__wrap div:nth-child(1) {
  font-size: 1.8rem;
  margin: 0 0 .5em;
  padding: .35em 0;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.s03__wrap .box02__wrap .item__wrap ul li {
  font-size: 1.6rem;
}
.s03__wrap .box02__wrap .item__wrap div:nth-child(2) p {
  font-size: 1.2rem;
}

/*notes*/
.s04__wrap {
  padding: 5rem 5% 0;
}
.s04__wrap p:nth-child(2) {
  font-size: 1.8rem;
}
.s04__wrap p:nth-child(2) span:nth-child(1) {
  font-size: 4.6rem;
}
.s04__wrap p:nth-child(2) span:nth-child(2) {
  font-size: 1.4rem;
}
.s04__wrap img {
  width: 100%;
}
.s04__wrap p:nth-child(4) {
  font-size: 1.8rem;
}

/*notes*/
.s05__wrap {
  padding: 5rem 5% 0;
}
.s05__wrap ul {
  display: block;
  width: 100%;
}
.s05__wrap ul li {
  margin-bottom: 2em;
  width: 100%;
}
.s05__wrap ul li img {
  width: 40%;
}
.s05__wrap ul li p:nth-child(2) {
  font-size: 1.6rem;
}
.s05__wrap ul li p:nth-child(2) span {
  font-size: 2.6rem;
}
.s05__wrap ul li h3 {
  font-size: 1.8rem;
}
.s05__wrap .t01 {
  font-size: 1.2rem;
}

/*notes*/
.s06__wrap {
  padding: 5rem 5%;
}
.faq__wrap .que {
  font-size: 1.6rem;
}
.faq__wrap .que p:nth-of-type(1) {
  font-size: 2.6rem;
  height: 3.6rem;
  width: 3.6rem;
}
.faq__wrap .ans p:nth-of-type(1) {
  font-size: 2.6rem;
  height: 3.6rem;
  max-width: 3.6rem;
}
.s06__wrap .t01 {
  font-size: 1.2rem;
}

/*notes*/
.s07__wrap {
  background: linear-gradient(to right, #e5e4e1, #f8f6f2);
  padding: 5rem 5%;
}
.s07__wrap p {
  font-size: 1.6rem;
  margin-bottom: 2em;
}
.s07__wrap h3 {
  font-size: 2.4rem;
}
.s07__wrap img {
  margin: 2em auto 0;
  width: 90%;
}

/*notes*/
footer {
  font-size: 1.0rem;
  margin-bottom: 7rem;
}

/*notes*/
.s08__wrap {
  padding: 5rem 5% 0;
}
form .input__wrap {
  display: block;
}
form .item__wrap {
  margin-bottom: .5em;
  width: 100%;
}
form input[type=text],
form input[type=mail],
form textarea {
  padding: 4%;
  width: 100%;
}
form input[type=submit] {
  font-size: 1.8rem;
  max-width: 20rem;
}

/*notes*/
.s09__wrap:after {
  display: none;
}
.s09__wrap h3 {
  font-size: 2.0rem;
}
.s09__wrap p {
  font-size: 1.5rem;
}

.floating__wrap {
  position: fixed;
  bottom: 0;
}
}
