.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #000;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.5rem;
  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 .top__wrap {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 1;
}
header .top__wrap .box__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
h1 {
  color: #c8161d;
  font-size: 2.6rem;
  margin-left: 5%;
}
header .top__wrap .box__wrap .nav__wrap {
  display: flex;
  align-items: center;
}
header .nav__wrap nav {
  display: flex;
  align-items: center;
}
header .nav__wrap nav ul {
  display: flex;
  padding-right: 1.5em;
}
header .nav__wrap nav ul li a {
  font-weight: 500;
  margin: 0 1em;
}
header .h_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #c8161d, #92161d);
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  width: 19rem;
  height: 8.0rem;
}
header .main__wrap {
  background: center center / cover url(../img/0000.webp) no-repeat;
  margin-top: 8rem;
  padding: 6rem 5%;
}
header .main__wrap .box__wrap {
  font-weight: 700;
  margin: auto;
  width: 110rem;
}
header .main__wrap .box__wrap p:nth-child(1) {
  display: table;
  background: #01aadf;
  border-radius: 2em;
  color: #ffff6e;
  font-size: 2.2rem;
  margin-bottom: .5em;
  padding: 0 1.25em;
}
header .main__wrap .box__wrap p:nth-child(1) span {
  font-size: 2.8rem;
}
header .main__wrap .box__wrap p:nth-child(2) {
  font-size: 2.0rem;
  line-height: 1.3;
}
header .main__wrap .box__wrap p:nth-child(3) {
  color: #01aadf;
  font-size: 4.6rem;
  font-weight: 900;
  letter-spacing: .075em;
  line-height: 1.2;
  margin: .5em 0;
}
header .main__wrap .box__wrap p:nth-child(3) span {
  font-size: 5.0rem;
}
header .main__wrap .box__wrap p:nth-child(4) {
  color: #c8161d;
  font-size: 2.4rem;
}
header .main__wrap .box__wrap p:nth-child(5) {
  font-size: 1.8rem;
  margin-bottom: 3em;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #c8161d, #92161d);
  border: .1rem solid #fff;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  width: 28rem;
  height: 6.4rem;
}
header .main__wrap .box__wrap .btn {
  margin-left: 16rem;
}
a.btn:link,a.btn:visited {
  color: #fff;
}

/*notes*/
.s01__wrap {
  padding: 9rem 5%;
}
h2 {
  color: #01aadf;
  font-size: 3.6rem;
  margin-bottom: .5em;
  text-align: center;
}
h3 {
  font-size: 2.0rem;
  margin-bottom: 2.0em;
  text-align: center;
}
.s01__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 98rem;
}
.s01__wrap ul li {
  width: 30rem;
}
.s01__wrap ul li h4 {
  font-size: 2.0rem;
  line-height: 1.5;
  margin: .75em 0;
  text-align: center;
}
.s01__wrap ul li p {
  margin: 0 1rem;
}

/*notes*/
.s02__wrap {
  background: radial-gradient(#2dd5d9, #01aadf);
  margin: auto;
  padding: 9rem 5%;
  width: 100rem;
}
.s02__wrap h2,
.s02__wrap h3,
.s02__wrap p {
  color: #fff;
}
.s02__wrap p {
  margin-bottom: 3em;
  text-align: center;
}
.s02__wrap table {
  background: #fff;
  border: .2rem solid #fff;
  line-height: 1.3;
  margin: auto;
  width: 72rem;
}
.s02__wrap table th {
  background: #016ebd;
  border: .1rem solid #000;
  box-sizing: border-box;
  color: #fff;
  padding: 1.25em;
  text-align: left;
  vertical-align: middle;
  width: 16rem;
}
.s02__wrap table td {
  border: .1rem solid #000;
  padding: .75em 0;
  text-align: center;
  vertical-align: middle;
  width: 18rem;
}
.s02__wrap table tr:nth-child(1) {
  color: #fff;
}
.s02__wrap table tr:nth-child(1) td span {
  font-size: 1.8rem;
  font-weight: 700;
}
.s02__wrap table tr:nth-child(1) td:nth-child(2) {
  background: #c8161d;
}
.s02__wrap table tr:nth-child(1) td:nth-child(n+3) {
  background: #6c839d;
}
.s02__wrap table tr:nth-child(n+2) td:nth-child(2) {
  color: #c8161d;
  font-weight: 700;
}

/*notes*/
.s03__wrap {
  padding: 9rem 5%;
}
.s03__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  width: 80rem;
}
.s03__wrap ul li {
  margin-bottom: 2.5em;
  width: 37rem;
}
.s03__wrap ul li:nth-child(n+3) {
  margin-bottom: 0;
}
.s03__wrap ul li h4 {
  font-size: 2.2rem;
  line-height: 1.3;
  margin: .5em 0;
  text-align: center;
}

/*notes*/
.s04__wrap {
  background: center center / cover url(../img/0400.webp) no-repeat;
  color: #fff;
  padding: 6rem 5%;
  text-align: center;
}
.s04__wrap p:nth-child(1) {
  position: relative;
  display: table;
  border-bottom: .1rem solid #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 auto 1em;
  padding: 0 .5em;
}
.s04__wrap p:nth-child(1):before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -.8rem;
  border: .8rem solid transparent;
  border-top: .8rem solid #fff;
}
.s04__wrap p:nth-child(2) {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4;
}
.s04__wrap p:nth-child(2) span {
  display: block;
  color: #ffff54;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.s04__wrap .btn {
  margin: 1em auto 0;
}

/*notes*/
.s05__wrap {
  padding: 9rem 5%;
}
.s05__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 100rem;
}
.s05__wrap ul li {
  background: #fff;
  box-sizing: border-box;
  filter: drop-shadow(0 .4rem .8rem rgba(0,0,0,0.08));
  padding: 2rem;
  width: 32rem;
}
.s05__wrap ul li img {
  display: block;
  margin: auto;
  width: 10rem;
}
.s05__wrap ul li p:nth-child(2) {
  margin: .5em 0;
  text-align: center;
}
.s05__wrap ul li h4 {
  font-size: 1.8rem;
  margin: .5em 0;
}
.s05__wrap ul li p:nth-child(5) {
  background: #d7ecf9;
  font-size: 1.2rem;
  margin-top: 1em;
  padding: 1rem;
}
.s05__wrap ul li:nth-child(1) p:nth-child(5) {
  margin-top: 3em;
}
.s05__wrap .btn {
  margin: 3em auto 0;
}

/*notes*/
.s06__wrap {
  background: #eef9f6;
  padding: 9rem 5%;
}
.s06__wrap .t01 {
  margin: 0 auto 3em;
  width: 80rem;
}
.s06__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  width: 100rem;
}
.s06__wrap ul li {
  background: #fff;
  box-sizing: border-box;
  filter: drop-shadow(0 .4rem .8rem rgba(0,0,0,0.08));
  margin-bottom: 2rem;
  padding: 2rem;
  width: 49rem;
}
.s06__wrap ul li:nth-child(n+7) {
  margin-bottom: 0;
}
.s06__wrap ul li div {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.s06__wrap ul li div p {
  display: flex;
  align-items: center;
  justify-content: center;
  border: .1rem solid #01aadf;
  color: #01aadf;
  font-size: 4.0rem;
  margin-right: .5em;
  height: 6.4rem;
  width: 6.4rem;
}
.s06__wrap ul li div h4 {
  font-size: 2.2rem;
  line-height: 1.3;
}

/*notes*/
.s07__wrap {
  padding: 9rem 5%;
}
.s07__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 100rem;
}
.s07__wrap ul li {
  width: 22rem;
}
.s07__wrap ul li img {
  display: block;
  margin: auto;
  width: 16rem;
}
.s07__wrap ul li p:nth-child(2) {
  position: relative;
  background: #01aadf;
  color: #fff;
  font-size: 3.2rem;
  margin: auto;
  text-align: center;
  height: 4.6rem;
  width: 4.6rem;
}
.s07__wrap ul li p:nth-child(2):before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -.6rem;
  border: .6rem solid transparent;
  border-top: .8rem solid #01aadf;
}
.s07__wrap ul li h4 {
  font-size: 2.0rem;
  margin: 1em 0 .5em;
  text-align: center;
}

/*notes*/
.s08__wrap {
  background: #eef9f6;
  padding: 9rem 5%;
}
.s08__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  width: 80rem;
}
.s08__wrap ul li {
  margin-bottom: 2.5em;
  width: 37rem;
}
.s08__wrap ul li:nth-child(n+3) {
  margin-bottom: 0;
}
.s08__wrap ul li h4 {
  font-size: 2.2rem;
  line-height: 1.3;
  margin: .5em 0;
  text-align: center;
}

/*notes*/
.s09__wrap {
  background: center center / cover url(../img/0900.webp) no-repeat;
  padding: 9rem 5%;
}
.s09__wrap .box01__wrap {
  background: #fff;
  border: .4rem solid #01aadf;
  box-sizing: border-box;
  margin: auto;
  padding: 4rem;
  width: 58rem;
}
.s09__wrap .box01__wrap p:nth-child(1) {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.s09__wrap .box01__wrap p:nth-child(2) {
  color: #c8161d;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.s09__wrap .box01__wrap p:nth-child(2) span {
  color: #c8161d;
  font-size: 5.4rem;
  font-weight: 700;
  text-align: center;
}
.s09__wrap .box01__wrap p:nth-child(3) {
  text-align: center;
}
.s09__wrap .box01__wrap ul {
  display: table;
  margin: 2em auto;
}
.s09__wrap .box01__wrap ul li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: .5em;
  padding-left: 1.5em;
}
.s09__wrap .box01__wrap ul li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0901.webp) no-repeat;
  width: 2.0rem;
  height: 2.0rem;
  top: 5%;
  left: 0;
}
.s09__wrap .box01__wrap p:nth-child(5) {
  position: relative;
  display: table;
  background: #01aadf;
  border-radius: 2em;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto 1em;
  padding: .15em 1em;
  text-align: center;
}
.s09__wrap .box01__wrap p:nth-child(5):before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -.6rem;
  border: .6rem solid transparent;
  border-top: .8rem solid #01aadf;
}
.s09__wrap .box01__wrap p:nth-child(6) {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.s09__wrap .btn {
  margin: 1em auto 0;
}
.s09__wrap .box02__wrap {
  background: #fff;
  border: .1rem solid #01aadf;
  box-sizing: border-box;
  margin: 4rem auto 0;
  width: 58rem;
}
.s09__wrap .box02__wrap p:nth-child(1) {
  background: #01aadf;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: .25em;
  text-align: center;
}
.s09__wrap .box02__wrap p:nth-child(n+2) {
  display: table;
  margin: 1em auto;
}

/*notes*/
.s10__wrap {
  padding: 9rem 5%;
}
.s10__wrap .t01 {
  margin: 0 auto 3em;
  width: 80rem;
}
.s10__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  width: 100rem;
}
.s10__wrap ul li {
  background: #fff;
  box-sizing: border-box;
  filter: drop-shadow(0 .4rem .8rem rgba(0,0,0,0.08));
  margin-bottom: 2rem;
  padding: 2rem;
  width: 32rem;
}
.s10__wrap ul li:nth-child(n+4) {
  margin-bottom: 0;
}
.s10__wrap ul li .item__wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.s10__wrap ul li .item__wrap img {
  margin-right: 1em;
  width: 11rem;
}
.s10__wrap ul li .item__wrap p:nth-child(1) {
  font-size: 1.3rem;
}
.s10__wrap ul li .item__wrap p:nth-child(2) {
  font-size: 1.8rem;
  font-weight: 700;
}
.s10__wrap ul li p:nth-child(3) {
  border-bottom: .1rem solid #6c9ba2;
  color: #6c9ba2;
  font-size: 1.3rem;
  margin-top: 1em;
  margin-bottom: .5em;
  padding-bottom: .25em;
}
.s10__wrap ul li p:nth-child(4) {
  color: #6c9ba2;
  font-size: 1.3rem;
}
.s10__wrap ul li p:nth-child(3) span,
.s10__wrap ul li p:nth-child(4) span {
  font-weight: 700;
}

/*notes*/
.s11__wrap {
  background: center center / cover url(../img/1100.webp) no-repeat;
  color: #fff;
  padding: 7rem 5%;
  text-align: center;
}
.s11__wrap p:nth-child(1) {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 1em;
}
.s11__wrap p:nth-child(2) {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.5;
}
.s11__wrap p:nth-child(3) {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 1.5em 0;
}

/*notes*/
.s12__wrap {
  padding: 9rem 5%;
}
.faq__wrap {
  margin: auto;
  max-width: 72rem;
}
.faq__wrap .que {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 2.0rem;
  line-height: 1.3;
  padding-bottom: 1em;
  padding-right: 2.5em;
}
.faq__wrap .que p:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  border: .1rem solid #01aadf;
  border-radius: .6rem;
  color: #01aadf;
  font-size: 3.6rem;
  margin-right: .5em;
  height: 4.6rem;
  max-width: 4.6rem;
  width: 100%;
}
.faq__wrap .que p:nth-of-type(2) {
  font-weight: 700;
  width: 90%;
}
.faq__wrap .que:before {
  position: absolute;
  content: '';
  top: 20%;
  right: 1rem;
  background: #000;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
  height: .2rem;
  width: 2.4rem;
}
.faq__wrap .que:after {
  position: absolute;
  content: '';
  top: 20%;
  right: 1rem;
  background: #000;
  transition: all .1s ease-in-out;
  height: .2rem;
  width: 2.4rem;
}
.faq__wrap .que.open:before {
  background: #000;
  transform: rotate(180deg);
}
.faq__wrap .que.open:after {
  opacity: 0;
}
.faq__wrap .ans {
  display: flex;
  align-items: center;
  background: #fff;
  margin-top: -.5em;
  margin-bottom: 3em;
}
.faq__wrap .ans p:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c8161d;
  border-radius: .6rem;
  color: #fff;
  font-size: 3.6rem;
  margin-right: .5em;
  height: 4.6rem;
  max-width: 4.6rem;
  width: 100%;
}

/*notes*/
.s13__wrap {
  background: #eef9f6;
  padding: 9rem 5%;
}
.s13__wrap .formrun-embed {
  background: transparent;
}
.s13__wrap .formrun-embed iframe {
  background: transparent !important;
}
.s13__wrap .box__wrap {
  margin: 0 auto 6rem;
  width: 68rem;
}
.s13__wrap .box__wrap div {
  margin-bottom: 1.5em;
  text-align: center;
}
.s13__wrap .box__wrap div p:nth-child(1) {
  font-size: 2.0rem;
  font-weight: 700;
}
.s13__wrap .box__wrap div p:nth-child(2) {
  position: relative;
  display: table;
  color: #00b0e9;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.1;
  margin: auto;
}
.s13__wrap .box__wrap div p:nth-child(2):before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/1301.webp) no-repeat;
  width: 2.4rem;
  height: 3.2rem;
  top: 18%;
  left: -9%;
}
.s13__wrap .box__wrap div p:nth-child(3) {
  font-size: 1.4rem;
}
form {
  margin: auto;
  max-width: 68rem;
}
form .input__wrap {
  align-items: flex-start;
  display: flex;
  margin-bottom: 1.6rem;
}
form .item__wrap {
  font-weight: 700;
  margin-top: .5em;
  width: 35%;
}
form .item__wrap span {
  background: #d00;
  border-radius: .4rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: .5em;
  padding: .2em .5em;
  text-align: center;
}
form .item__wrap span.any {
  background: #fff;
  border: .1rem solid #adadad;
  color: #333;
}
form input[type=text],
form input[type=mail],
form input[type=tel],
form textarea {
  background: #fff;
  border: .1rem solid #eaf6f9;
  border-radius: .6rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 2%;
  width: 65%;
}
form textarea {
  font-family: Arial,'Noto Sans JP', sans-serif;
  height: 15rem;
}
form select {
  background: #fff;
  border: .1rem solid #fff;
  border-radius: .6rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 2%;
  width: 40%;
}
form input[type=submit] {
  background: #c8161d;
  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: .85em;
  transition: .4s;
  width: 100%;
}
form input[type=submit]:hover {
  background: #900;
}
::-webkit-input-placeholder {
  color: #9dadad;
}

/* thanks page */
.thanks__wrap {
  background: #eef9f6;
  padding: 12rem 5% 10rem;
  text-align: center;
}
.thanks__wrap .thanks__badge {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #01aadf;
  margin-bottom: 2rem;
}
.thanks__wrap h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 3rem;
}
.thanks__wrap .thanks__text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.5em;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}
.thanks__wrap .thanks__tel {
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}
.thanks__wrap .thanks__tel a {
  font-size: 3.2rem;
  font-weight: 700;
  color: #01aadf;
}
.thanks__wrap .thanks__note {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 3rem;
}
.thanks__wrap .btn {
  margin: 0 auto;
}

/*notes*/
footer {
  background: #c8161d;
  color: #fff;
  padding: 5rem 5% 1rem;
}
footer .box__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  width: 100rem;
}
footer .box__wrap .item1__wrap {
  font-weight: 700;
}
footer .box__wrap .item1__wrap p:nth-child(1) {
  font-size: 3.6rem;
}
footer .box__wrap .item1__wrap p:nth-child(2) {
  font-size: 1.8rem;
}
footer .box__wrap .item2__wrap {
  width: 35rem;
}
footer .box__wrap .item2__wrap h4 {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  margin-bottom: .75em;
}
footer .box__wrap .item2__wrap h4:after {
  content: '';
  border-top: .01rem solid #fff;
  flex-grow: 1;
  margin-left: 1em;
}
footer .box__wrap .item2__wrap dl {
  margin-bottom: 2em;
}
footer .box__wrap .item2__wrap dl div {
  display: flex;
  font-size: 1.5rem;
  margin-bottom: .5em;
}
footer .box__wrap .item2__wrap dl div dt {
  width: 5em;
}
footer .box__wrap .item2__wrap .tel {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 2rem;
}
footer .box__wrap .item2__wrap .tel:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0001.webp) no-repeat;
  width: 1.8rem;
  height: 2.4rem;
  top: 20%;
  left: 0;
}
footer .box__wrap .item2__wrap .hours {
  font-size: 1.3rem;
}
footer .copy {
  font-size: 1.2rem;
  text-align: right;
  margin: 5em auto 0;
  width: 100rem;
}










@media screen and (max-width:749px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
.fixed-bottom-btns {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex !important;
  flex-direction: row;
  width: 100%;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.15);
}
.fixed-bottom-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 1.5rem 5%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}
.fixed-bottom-btn__icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.fixed-bottom-btn:link,
.fixed-bottom-btn:visited {
  color: #fff;
}
.fixed-bottom-btn--tel {
  background: #333;
}
.fixed-bottom-btn--contact {
  background: #c8161d;
}
body {
  font-size: 1.4rem;
}

/*notes*/
header .top__wrap .box__wrap {
  height: 6rem;
}
h1 {
  font-size: 2.0rem;
}
header .nav__wrap nav {
  display: block;
}
header .nav__wrap nav ul {
  display: block;
  padding-right: 0;
}
header .nav__wrap nav ul li a {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 1em;
}
header .h_btn {
  margin: auto;
  font-size: 2rem;
  margin-top: 5rem;
  width: 60%;
  height: 5.0rem;
}
header .main__wrap {
  background: center top / cover url(../img/0000_sp.webp) no-repeat;
  margin-top: 6rem;
  padding: 4rem 5%;
}
header .main__wrap .box__wrap {
  width: 100%;
}
header .main__wrap .box__wrap p:nth-child(1) {
  font-size: 1.6rem;
}
header .main__wrap .box__wrap p:nth-child(1) span {
  font-size: 2.0rem;
}
header .main__wrap .box__wrap p:nth-child(2) {
  color: #fff;
  filter: drop-shadow(.1rem .1rem 0 rgba(0,0,0,1));
  font-size: 1.6rem;
}
header .main__wrap .box__wrap p:nth-child(3) {
  filter: drop-shadow(.1rem .1rem 0 rgba(255,255,255,1));
  font-size: 2.8rem;
}
header .main__wrap .box__wrap p:nth-child(3) span {
  font-size: 3.6rem;
}
header .main__wrap .box__wrap p:nth-child(4) {
  font-size: 1.8rem;
}
header .main__wrap .box__wrap p:nth-child(5) {
  font-size: 1.4rem;
}
.btn {
  font-size: 1.6rem;
  width: 26rem;
  height: 5.8rem;
}
.thanks__wrap {
  padding: 10rem 5% 8rem;
}
.thanks__wrap .thanks__badge {
  font-size: 1.8rem;
}
.thanks__wrap h2 {
  font-size: 2.0rem;
}
.thanks__wrap .thanks__text {
  font-size: 1.4rem;
}
.thanks__wrap .thanks__tel a {
  font-size: 2.4rem;
}
header .main__wrap .box__wrap .btn {
  margin: auto;
}

.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 1rem;
  top   : 1.4rem;
  width : 4.6rem;
  height: 4.6rem;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 3.0rem;
  height  : 0.1rem;
  left    : 1.3rem;
  background : #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: .5rem;
}
.hamburger span:nth-child(2) {
  top: 1.5rem;
}
.hamburger span:nth-child(3) {
  top: 2.5rem;
}
.hamburger.active span:nth-child(1) {
  top : 1.5rem;
  left: 1.3rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 1.5rem;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  display: flex;
  align-content: center;
  background: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  height: 100vh;
  width: 100%;
}
.globalMenuSp.active {
  transform: translateY(0%);
}

/*notes*/
.s01__wrap {
  padding: 5rem 5%;
}
h2 {
  font-size: 2.4rem;
  line-height: 1.3;
}
h3 {
  font-size: 1.6rem;
  line-height: 1.4;
}
.s01__wrap ul {
  display: block;
  margin: auto;
  width: 100%;
}
.s01__wrap ul li {
  margin-bottom: 4rem;
  width: 100%;
}
.s01__wrap ul li:last-child {
  margin-bottom: 0;
}
.s01__wrap ul li h4 {
  font-size: 1.8rem;
}

/*notes*/
.s02__wrap {
  box-sizing: border-box;
  padding: 5rem 5%;
  width: 100%;
}
.s02__wrap p {
  text-align: left;
}
.s02__wrap table {
  font-size: 1.1rem;
  width: 100%;
}
.s02__wrap table th {
  padding: .5em;
  width: 25%;
}
.s02__wrap table td {
  padding: .5em;
  width: 25%;
}
.s02__wrap table tr:nth-child(1) td span {
  font-size: 1.3rem;
}

/*notes*/
.s03__wrap {
  padding: 5rem 5%;
}
.s03__wrap ul {
  width: 100%;
}
.s03__wrap ul li {
  margin-bottom: 2.5em;
}
.s03__wrap ul li:nth-child(3) {
  margin-bottom: 2.5em;
}
.s03__wrap ul li:nth-child(4) {
  margin-bottom: 0;
}
.s03__wrap ul li h4 {
  font-size: 1.8rem;
}

/*notes*/
.s04__wrap {
  background: center right / cover url(../img/0400.webp) no-repeat;
  padding: 3rem 5%;
}
.s04__wrap p:nth-child(1) {
  font-size: 1.8rem;
}
.s04__wrap p:nth-child(2) {
  font-size: 2.0rem;
}
.s04__wrap p:nth-child(2) span {
  font-size: 3.2rem;
}

/*notes*/
.s05__wrap {
  padding: 5rem 5%;
}
.s05__wrap ul {
  display: block;
  width: 100%;
}
.s05__wrap ul li {
  margin-bottom: 2rem;
  width: 100%;
}
.s05__wrap ul li img {
  width: 8rem;
}
.s05__wrap ul li p:nth-child(2) {
  font-size: 1.3rem;
}
.s05__wrap ul li h4 {
  font-size: 1.6rem;
}
.s05__wrap ul li p:nth-child(5) {
  font-size: 1.1rem;
}
.s05__wrap ul li:nth-child(1) p:nth-child(5) {
  margin-top: 1em;
}
.s05__wrap .btn {
  margin: 2em auto 0;
}

/*notes*/
.s06__wrap {
  padding: 5rem 5%;
}
.s06__wrap .t01 {
  width: 100%;
}
.s06__wrap ul {
  width: 100%;
}
.s06__wrap ul li {
  padding: 1.5rem;
}
.s06__wrap ul li:nth-child(7) {
  margin-bottom: 2rem;
}
.s06__wrap ul li div {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.s06__wrap ul li div p {
  font-size: 3.0rem;
  height: 4.6rem;
  max-width: 4.6rem;
  width: 100%;
}
.s06__wrap ul li div h4 {
  font-size: 1.8rem;
  line-height: 1.3;
}

/*notes*/
.s07__wrap {
  padding: 5rem 5%;
}
.s07__wrap ul {
  display: block;
  width: 100%;
}
.s07__wrap ul li {
  margin: 0 auto 2rem;
}
.s07__wrap ul li:last-child {
  margin: auto;
}
.s07__wrap ul li img {
  width: 12rem;
}
.s07__wrap ul li h4 {
  font-size: 1.8rem;
}

/*notes*/
.s08__wrap {
  padding: 5rem 5%;
}
.s08__wrap ul {
  width: 100%;
}
.s08__wrap ul li {
  margin-bottom: 2.5em;
}
.s08__wrap ul li:nth-child(3) {
  margin-bottom: 2.5em;
}
.s08__wrap ul li:nth-child(4) {
  margin-bottom: 0;
}
.s08__wrap ul li h4 {
  font-size: 1.8rem;
}

/*notes*/
.s09__wrap {
  padding: 5rem 5%;
}
.s09__wrap .box01__wrap {
  border: .2rem solid #01aadf;
  padding: 2rem;
  width: 100%;
}
.s09__wrap .box01__wrap p:nth-child(1) {
  font-size: 1.8rem;
}
.s09__wrap .box01__wrap p:nth-child(2) {
  font-size: 2.2rem;
}
.s09__wrap .box01__wrap p:nth-child(2) span {
  font-size: 3.8rem;
}
.s09__wrap .box01__wrap ul li {
  font-size: 1.5rem;
}
.s09__wrap .box01__wrap ul li:before {
  width: 1.6rem;
  height: 1.6rem;
  top: 15%;
}
.s09__wrap .box01__wrap p:nth-child(5) {
  font-size: 1.6rem;
}
.s09__wrap .box01__wrap p:nth-child(6) {
  font-size: 1.5rem;
}
.s09__wrap .box02__wrap {
  margin: 2rem auto 0;
  width: 100%;
}
.s09__wrap .box02__wrap p:nth-child(1) {
  font-size: 1.6rem;
}
.s09__wrap .box02__wrap p:nth-child(n+2) {
  font-size: 1.3rem;
  padding: 0 2rem;
}

/*notes*/
.s10__wrap {
  padding: 5rem 5%;
}
.s10__wrap .t01 {
  width: 100%;
}
.s10__wrap ul {
  width: 100%;
}
.s10__wrap ul li {
  width: 100%;
}
.s10__wrap ul li:nth-child(n+4) {
  margin-bottom: 2rem;
}
.s10__wrap ul li:nth-child(6) {
  margin-bottom: 0;
}
.s10__wrap ul li .item__wrap img {
  width: 8rem;
}
.s10__wrap ul li .item__wrap p:nth-child(1) {
  font-size: 1.2rem;
}
.s10__wrap ul li .item__wrap p:nth-child(2) {
  font-size: 1.6rem;
}
.s10__wrap ul li p:nth-child(3) {
  font-size: 1.2rem;
}
.s10__wrap ul li p:nth-child(4) {
  font-size: 1.2rem;
}

/*notes*/
.s11__wrap {
  background: center right -26rem/ cover url(../img/1100.webp) no-repeat;
  padding: 3rem 5%;
}
.s11__wrap p:nth-child(1) {
  font-size: 1.8rem;
}
.s11__wrap p:nth-child(2) {
  font-size: 2.4rem;
}
.s11__wrap p:nth-child(3) {
  font-size: 1.8rem;
}

/*notes*/
.s12__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;
  max-width: 3.6rem;
}
.faq__wrap .ans p:nth-of-type(1) {
  font-size: 2.6rem;
  height: 3.6rem;
  max-width: 3.6rem;
}

/*notes*/
.s13__wrap {
  padding: 5rem 5%;
}
.s13__wrap .box__wrap {
  margin: 0 auto 4rem;
  width: 100%;
}
.s13__wrap .box__wrap div p:nth-child(1) {
  font-size: 1.6rem;
}
.s13__wrap .box__wrap div p:nth-child(2) {
  font-size: 3.2rem;
}
.s13__wrap .box__wrap div p:nth-child(2):before {
  width: 2.0rem;
  top: 6%;
}
.s13__wrap .box__wrap div p:nth-child(3) {
  font-size: 1.2rem;
}
form .input__wrap {
  display: block;
}
form .item__wrap {
  margin-bottom: .5em;
  width: 100%;
}
form input[type=text],
form input[type=mail],
form input[type=tel],
form textarea {
  padding: 4%;
  width: 100%;
}
form select {
  padding: 4%;
  width: 80%;
}
form input[type=submit] {
  font-size: 1.8rem;
  max-width: 28rem;
}

/*notes*/
footer {
  padding: 5rem 5% calc(1rem + 7rem);
}
footer .box__wrap {
  display: block;
  width: 100%;
}
footer .box__wrap .item1__wrap p:nth-child(1) {
  font-size: 2.6rem;
}
footer .box__wrap .item1__wrap p:nth-child(2) {
  font-size: 1.4rem;
}
footer .box__wrap .item2__wrap {
  margin-top: 2em;
  width: 100%;
}
footer .box__wrap .item2__wrap h4 {
  font-size: 1.2rem;
}
footer .box__wrap .item2__wrap dl {
  margin-bottom: 2em;
}
footer .box__wrap .item2__wrap dl div {
  font-size: 1.1rem;
}
footer .box__wrap .item2__wrap .tel {
  padding-left: 0;
  width: 17rem;
}
footer .box__wrap .item2__wrap .tel:before {
  width: 1.2rem;
  height: 1.6rem;
  top: 22%;
  left: 0;
}
footer .box__wrap .item2__wrap .hours {
  font-size: 1.0rem;
}
footer .copy {
  font-size: 1.0rem;
  margin: 10em auto 0;
  width: 100%;
}
}
